Skip to content

Starter project from raywenderlich.com to learn Flutter Keys and State persistence

Notifications You must be signed in to change notification settings

geekyprawins/stay-on-track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Morning App

An app to view to-dos & news

How to run

  • Run flutter packages get to download pubspec dependencies.
  • Run flutter clean for most of first run errors you may face.
  • Run flutter channel and make sure you are on flutter's stable channel.
  • If you were not on the stable channel flutter
    • Run flutter channel stable
    • Run flutter upgrade
  • Run flutter run to try it live on running emulator or usb connected device.
  • You can target a specific device to run by run flutter devices and getting the id and running flutter run -d <device_id>.
  • Run flutter build apk to generate APK file.
  • Run flutter build ios to package iOS app.

About

Starter project from raywenderlich.com to learn Flutter Keys and State persistence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages