Flutter App using Provider AppState Pattern
The classic To-Do appldsdication where a user can write down all the things he wants to accomplish.
To install ToDo App, follow these steps:
Inside the folder, type:
Linux e macOS:
flutter run
Windows:
flutter run
To use , follow these steps:
Type the task in the first screen
Mark as done or delete in the second screen
View done tasks in the third screen