Create a Flutter Project in order to study about Flutter and Dart. A simple Todo List, using the CRUD (Create, Read, Update and Delete) principle.
To run and view the project, you will need to follow the next steps.
- First you must have Flutter installed in your machine, to know more about this, see the doc: https://flutter.dev/docs/get-started/install;
- Run the command to install the project dependencies.
flutter run
Flutter:
https://flutter.dev/
This project is licensed under the [MIT] license - see the LICENSE.md file for more details.