Update NavigationRailM3E implementation; update FAB and navigation sections to adapt to changes.

This commit is contained in:
Emily Pauli 2025-10-23 12:31:46 +02:00
commit 83f5a02943
49 changed files with 1651 additions and 661 deletions

View file

@ -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