A new Flutter project.
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.
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
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