Skip to content

merhmood/offline_notes_app

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

Watchers

Forks

Releases

No releases published

Packages

No packages published