/Flutter-Sqflite

Creating a login and registration form using dart language (flutter) and SQLite

Primary LanguageDart

Creation of login form and registration

This simple application using flutter (dart language) has the registration of a user, and their login. The application uses a REST service, which will present an infinite list of images on the home screen, if the user has performed successfully login. (URL: https://jsonplaceholder.typicode.com )

Creation of login form and registration

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

1- Create a basic login with SQLite;

2- Create registration screen;

3- Creating database;

4- Accessing the database;

5- Make requests to a server.

Images

| |

Installing

This project was done in dart language (flutter), in which it can be run in Android Studio, Visual Studio Code or another desired IDE.

More information

References