Skip to content

Commit

Permalink
Update pubspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Oct 8, 2023
1 parent 18d950d commit 16985fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
9 changes: 3 additions & 6 deletions packages/flame_splash_screen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
## [0.1.0] - Refresh
## 0.1.0

Added:
- Non nullability support
- Added non nullability support
- Update to new logo

## 0.0.1

## [0.0.1] - Initial release

Added:
- Initial implementation with theme, controller and of course, the splash screen widget.
1 change: 1 addition & 0 deletions packages/flame_splash_screen/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ version: 1.0.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.13.0"

dependencies:
flame_splash_screen: ^0.1.0
Expand Down
5 changes: 3 additions & 2 deletions packages/flame_splash_screen/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ homepage: https://github.com/flame-engine/flame_splash_screen

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.13.0"

dependencies:
flutter:
sdk: flutter
meta: ^1.7.0
meta: ^1.9.1

dev_dependencies:
flame_lint: ^1.1.1
flutter_test:
sdk: flutter
mockito: ^5.0.16
mockito: ^5.4.2

flutter:
assets:
Expand Down

0 comments on commit 16985fa

Please sign in to comment.