Skip to content
Closed
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
3 changes: 1 addition & 2 deletions examples/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ publish_to: 'none'

environment:
sdk: '>=3.2.0 <4.0.0'
flutter: '>=3.16.0'

dependencies:
flutter:
sdk: flutter

flutter_svg: ^2.0.0
rive: ^0.11.0
lottie: ^2.0.0
lottie: ^3.3.0

example_resources:
path: ../example_resources
Expand Down
3 changes: 1 addition & 2 deletions examples/example_resources/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ publish_to: 'none'

environment:
sdk: '>=3.2.0 <4.0.0'
flutter: '>=3.16.0'

dependencies:
flutter:
sdk: flutter

flutter_svg: ^2.0.0
rive: ^0.11.0
lottie: ^2.0.0
lottie: ^3.3.0

dev_dependencies:
build_runner: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
json_annotation: ^4.4.0
glob: ^2.0.0

dart_style: '>=2.2.4 <4.0.0'
dart_style: ^3.0.1
archive: ^3.4.0
args: ^2.0.0
pub_semver: ^2.0.0
Expand Down
Loading