Update NavigationRailM3E implementation; update FAB and navigation sections to adapt to changes.
This commit is contained in:
parent
1cb404b4df
commit
83f5a02943
49 changed files with 1651 additions and 661 deletions
14
melos.yaml
14
melos.yaml
|
|
@ -17,3 +17,17 @@ scripts:
|
|||
create:
|
||||
run: dart run tool/create_component.dart
|
||||
description: Scaffold a new [component]_m3e package (melos run create -- name=badge)
|
||||
pub-dry-run:
|
||||
run: melos exec -c 1 --no-private -- "flutter pub publish --dry-run"
|
||||
description: Run 'flutter pub publish --dry-run' in all publishable packages
|
||||
packageFilters:
|
||||
noPrivate: true
|
||||
dirExists:
|
||||
- lib
|
||||
pub-publish:
|
||||
run: melos exec -c 1 --no-private -- "flutter pub publish"
|
||||
description: Run 'flutter pub publish' in all publishable packages
|
||||
packageFilters:
|
||||
noPrivate: true
|
||||
dirExists:
|
||||
- lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue