Skip to content

This is a example how to use melos in flutter. Don't forget give me star if you like it

Notifications You must be signed in to change notification settings

ngominhtrungit/example_melos

Repository files navigation

example_melos

author: cristrung

this is example config flutter melos

How to run:

melos bootstrap
// or
melos bs
  1. run "flutter pub run build_runner build --delete-conflicting-outputs" in melos open melos.yaml file
scripts:
 generate:flutter:
  run: melos exec -c 1 --depends-on="build_runner" --flutter -- "flutter pub run build_runner build --delete-conflicting-outputs"
  description: Build all generated files for Flutter packages in this project.
  1. build apk android:
scripts:
 build_android: flutter build apk --flavor dev 

# or with flutter v3.7.7 upgrade
scripts:
 build_android: flutter build apk --flavor dev --no-tree-shake-icons

Docs:

About

This is a example how to use melos in flutter. Don't forget give me star if you like it

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published