Skip to content

Commit

Permalink
location_platform_interface: bump min flutter to 3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Jun 28, 2024
1 parent 350f950 commit dc2d92b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/location_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.0.0

- Bump minimum Dart version to 3.4, minimum Flutter version to 3.22
- Bump dependencies

## 4.0.0

- Bump minimum Dart version to 3.1, minimum Flutter version to 3.16
Expand Down
8 changes: 4 additions & 4 deletions packages/location_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 4.0.0
homepage: https://github.com/Lyokone/flutterlocation

environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.16.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
flutter:
Expand All @@ -14,8 +14,8 @@ dependencies:

dev_dependencies:
async: ^2.11.0
build_runner: ^2.4.9
build_runner: ^2.4.11
flutter_test:
sdk: flutter
leancode_lint: ^3.0.0
leancode_lint: ^13.0.0
mockito: ^5.4.4

0 comments on commit dc2d92b

Please sign in to comment.