Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 763 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 763 Bytes

Flutter Task App

A new Flutter project for creating daily tasks.

app screenshot app 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.