Skip to content

Commit

Permalink
Upgrade: sensors_plus package to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Apr 11, 2024
1 parent 17deb46 commit a002918
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
> [!IMPORTANT]
> See the [Migration Guide](guides/migration_guide.md) for the details of breaking changes between versions.
## 3.0.1

### Improvements

- Upgrade `sensors_plus` package to `5.0.1`.
- Update Doc.

## 3.0.0

### Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Easily apply tilt parallax hover effects for Flutter, which support
# https://semver.org/spec/v2.0.0-rc.1.html
# https://dart.dev/tools/pub/versioning#semantic-versions
# https://dart.dev/tools/pub/dependencies#version-constraints
version: 3.0.0
version: 3.0.1
homepage: https://amoshuke.github.io/flutter_tilt_book
repository: https://github.com/fluttercandies/flutter_tilt
issue_tracker: https://github.com/fluttercandies/flutter_tilt/issues
Expand All @@ -28,7 +28,7 @@ dependencies:
flutter:
sdk: flutter
stream_transform: ^2.1.0
sensors_plus: ^5.0.0
sensors_plus: ^5.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit a002918

Please sign in to comment.