Skip to content

mpxn/forexample_modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

forexample

The project was developed and tested for android. Please run on the target platform. To run, clone exapp and forexample_modules into the same directory and follow the instructions.

flutter doctor -v

Tools

Run Locally

  • Configure local development environment:
flutter pub get
  • Run in debug mode (log enabled):
flutter run
  • Run in release mode (log disabled):
flutter run --release

Code generator "build_runner"

flutter pub run build_runner build
  • To remove conflicts
flutter pub run build_runner build --delete-conflicting-outputs
  • To watch changes
flutter pub run build_runner watch
  • activate Melos
dart pub global activate melos
  • To get packages
melos run pub:get:all

Generate new module

cd packages
flutter create --template=package moduleName

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages