Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Latest commit

 

History

History
89 lines (65 loc) · 2.5 KB

README.md

File metadata and controls

89 lines (65 loc) · 2.5 KB

Flutter Tasks

A rough clone of the Google Tasks app with Flutter.

MIT License Twitter Follow

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.


❯ Screenshots


❯ Development

  1. 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.

  2. Install Flutter packages

    Run flutter pub get to install all neccesary packages.

  3. 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.


❯ Contribute

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.

Leo Driesch on Twitter    Leo Driesch on GitHub