Skip to content
  • Sponsor Baseflow/flutter-google-api-availability

  • Notifications You must be signed in to change notification settings
  • Fork 34

fix publish warnings #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 25, 2025
Merged
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
1 change: 1 addition & 0 deletions google_api_availability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
* Updated example project Gradle build versions.
* Updated Android package to version 1.1.0 (Flutter 3.29.0 support)
* Removed codecov from workflow (ratelimits)
* Fixed publishing warning and updated Dart SDK dependency from '>=2.15.0 <3.0.0' to '^3.5.0'.

## 5.0.0

2 changes: 1 addition & 1 deletion google_api_availability/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.15.0 <3.0.0"
sdk: ^3.5.0

dependencies:
flutter:
2 changes: 1 addition & 1 deletion google_api_availability/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ version: 5.0.1
homepage: https://github.com/baseflowit/flutter-google-api-availability

environment:
sdk: '>=2.15.0 <3.0.0'
sdk: ^3.5.0
flutter: ">=2.8.1"

dependencies:
1 change: 1 addition & 0 deletions google_api_availability_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@

* Updates gradle version from 8.1.0 to 8.10.2
* Updates android.application version from 8.1.0 to 8.7.0
* Fixed publishing warning and updated Dart SDK dependency from '>=2.15.0 <3.0.0' to '^3.5.0'.

## 1.1.0

2 changes: 1 addition & 1 deletion google_api_availability_android/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.15.0 <3.0.0"
sdk: ^3.5.0

dependencies:
flutter:
2 changes: 1 addition & 1 deletion google_api_availability_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -26,5 +26,5 @@ dev_dependencies:
mockito: ^5.3.2

environment:
sdk: ">=2.15.0 <3.0.0"
sdk: ^3.5.0
flutter: ">=2.8.0"
4 changes: 4 additions & 0 deletions google_api_availability_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## next

* Fixed publishing warning and updated Dart SDK dependency from '>=2.15.0 <3.0.0' to '^3.5.0'.

## 1.0.1

* Adds `removeInstance` to `GoogleApiAvailabilityPlatform` for testing purposes.
2 changes: 1 addition & 1 deletion google_api_availability_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -18,5 +18,5 @@ dev_dependencies:
mockito: ^5.3.2

environment:
sdk: ">=2.15.0 <3.0.0"
sdk: ^3.5.0
flutter: ">=2.8.0"