Skip to content

vitoUwu/Flutter-Task-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.