Skip to content

merhmood/offline_notes_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

offline_notes

A new Flutter project.

For Development

Run the following commands in your terminal

    cd offline_notes
    # install packages
    flutter pub get
    # start development device
    flutter run
    # Select one of the available device you want to run the development for.

For Production

Run the following commands in your terminal

    cd offline_notes
    # This command builds for android apps
    # you can run flutter build to see commands for building other devices
    flutter build apk

For Testing

Run the following commands in your terminal

    cd offline_notes
    # This command builds for android apps
    # you can run flutter build to see commands for building other devices
    flutter test

About

offline notes application built with flutter.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors