A rough clone of the Google Tasks app with Flutter.
Screenshots • Development • Contribute
This Flutter app is a rough clone of an earlier version of the Google Tasks application.
And I know it all lives in one file that is way too long, but this is just a demo.
-
Install the Flutter SDK
This project is built with Flutter 2. You need the Flutter SDK installed locally to start the project, which you can get here.
-
Install Flutter packages
Run
flutter pub get
to install all neccesary packages. -
Run the application
You can start the application with the Flutter extension for the editor of your choice.
If you like it old-school, you can also use the
flutter run
command.
If you think you have any ideas that could benefit the project, feel free to create a pull request!
Project by Leo Driesch, released under MIT license.