Flutter Task App

A new Flutter project for creating daily tasks.

app screenshotapp screenshot

Build

To build this app just run this command:

flutter build apk

It will generate an .apk build, you can install in an Android Device or in an Emulator

Run

You can run in an Emulator or just connect your Android Device on your computer, and then run this command:

flutter run

To hot reload the app, type R in terminal.

Flutter Docs provides other ways to run the app.