Skip to content

Commit

Permalink
chore: Merge remote-tracking branch 'origin' into feature/add-widgets…
Browse files Browse the repository at this point in the history
…-to-widgetbook
  • Loading branch information
mukireus committed Nov 20, 2024
2 parents f359b05 + 6a395b3 commit 8f729e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion coffee_maker_navigator_2/widgetbook/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class SingleChildRouterDelegate extends RouterDelegate<int>
Widget build(BuildContext context) {
return Navigator(
key: globalNavKey,
onDidRemovePage: (page) {},
pages: [
MaterialPage(
child: child,
Expand Down
5 changes: 3 additions & 2 deletions coffee_maker_navigator_2/widgetbook/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ^3.5.4
sdk: '>=3.0.6 <4.0.0'
flutter: ">=3.16.0"

dependencies:
flutter:
Expand All @@ -25,7 +26,7 @@ dev_dependencies:
sdk: flutter
flutter_lints: ^4.0.0
widgetbook_generator: ^3.9.0
build_runner: ^2.4.13
build_runner: # Omit explicit version so it resolves to the supported version

flutter:
uses-material-design: true
3 changes: 2 additions & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ repository: https://github.com/woltapp/wolt_modal_sheet
packages:
- . ## This is the root package
- coffee_maker
- coffee_maker_navigator_2/**
- coffee_maker_navigator_2
- coffee_maker_navigator_2/widgetbook
- demo_ui_components
- playground
- playground_navigator2
Expand Down

0 comments on commit 8f729e9

Please sign in to comment.