Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ updates:
- package-ecosystem: "pub"
directories:
- "/"
- "/example"
- "/generators"
- "/apps/example"
- "/packages/liquid_flutter"
- "/packages/liquid_flutter_emd_theme"
- "/packages/liquid_flutter_test_utils"
- "/packages/liquid_flutter_window_utils"
- "/packages/liquid_generators"
- "/packages/liquid_flutter/generators"
- "/packages/liquid_flutter/extension/devtools/liquid_flutter_extension"
schedule:
interval: "weekly"
groups:
Expand Down
14 changes: 7 additions & 7 deletions apps/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ dependencies:
flutter_markdown: ^0.7.7
flutter_animate: ^4.1.1
flutter_portal: ^1.1.3
syntax_highlight: ^0.4.0
syntax_highlight: ^0.5.0
implicitly_animated_list: ^2.2.0
js: ^0.6.7
js: ^0.7.2

provider: ^6.0.2

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
go_router: ^17.0.1
package_info_plus: ^8.0.2
package_info_plus: ^9.0.0
web: ^1.1.0
flutter_sticky_header: ^0.8.0
wolt_modal_sheet: ^0.9.4
google_fonts: ^6.3.2


google_fonts: ^8.0.1
url_launcher: ^6.3.1
fuzzy: ^0.5.1
collection: ^1.19.0
Expand All @@ -42,7 +42,7 @@ dependencies:
shared_preferences: ^2.5.3
jiffy: ^6.4.3

mtrust_api_guard: ^2.1.0
mtrust_api_guard: ^5.1.0

liquid_flutter_window_utils:
path: ../../packages/liquid_flutter_window_utils
Expand Down
9 changes: 2 additions & 7 deletions packages/liquid_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ dependencies:
intl: ^0.20.2
provider: ^6.0.2
flutter_animate: ^4.1.1
haptic_feedback: ">=0.4.2 <0.6.0"
haptic_feedback: ^0.6.4+3
responsive_builder: ^0.7.0
lucide_icons_flutter: ^3.1.9

sensors_plus: ">=5.0.1 <7.0.0"
sensors_plus: ^7.0.0
collection: ^1.18.0
flutter_svg: ^2.0.10+1
flutter_sticky_header: ^0.8.0
jiffy: ^6.3.1
fuzzy: ^0.5.1
device_info_plus: ^11.2.0
go_router: ^17.0.1
mutex: ^3.1.0
soft_edge_blur: ^0.1.3
value_layout_builder: ^0.5.0
equatable: ^2.0.7
liquid_flutter_window_utils: ^0.0.1-1
Expand All @@ -41,7 +37,6 @@ dev_dependencies:
liquid_generators: ^0.0.1-1
liquid_flutter_test_utils: ^1.6.3-1
golden_toolkit: ^0.15.0
change_case: ^2.1.0
flutter:
generate: true
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion packages/liquid_flutter_window_utils/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
pigeon: ^25.5.0
pigeon: ^26.1.0

flutter:
plugin:
Expand Down
Loading