Leia este guia em Português
A simple user friendly To Do list app that allows you delete and undo the deleted task.
git clone https://github.com/edilsonmatola/flutter_to-do_list_app.git
cd flutter_to-do_list_app
flutter pub get
# flutter emulators --launch "emulator_id" (to get Android Simulator)
open -a simulator (to get iOS Simulator)
flutter run
flutter run -d chrome --web-renderer html (to see the best output)