Built as part of "The Complete Flutter Development Bootcamp Using Dart" - Section 16 by The App Brewery.
This app allows users to add tasks, check them off, and delete them by swiping using the Provider package.
Android Studio: >=3.6.3
Flutter: >=1.17.5
-
Open Android Studio -> Select
Check out project from Version Control
-> SelectGit
. -
Enter the following for
URL
and selectClone
.
https://github.com/hmshreyas7/todoey-flutter.git
-
Click
No
when Android Studio asksWould you like to create an Android Studio project for the sources you have checked out to ...?
. -
Select
Open an existing Android Studio project
and choose the cloned repo. -
Once it finishes loading the necessary files, click
Get dependencies
on the top-right. -
Run the app either through an emulator in the IDE or a physical device connected via USB to see how it works.