google_api_headers 2.0.1 google_api_headers: ^2.0.1 copied to clipboard
A Flutter plugin for getting the headers required for calling Google APIs with an app restricted key.
2.0.1 (2023-09-20) #
Bug Fixes #
Miscellaneous Chores #
- deps: pin dependencies (#133) (2c8dd32)
- deps: pin dependencies (#136) (a66e9f7)
- deps: update actions/checkout action to v4 (#131) (6ef30b5)
- deps: update dependency mocktail to v1 (#129) (e5f41fd)
- deps: update fantasticfiasco/action-update-license-year action to v3.0.2 (#128) (c71da45)
- downgrade
semantic-release
to 21.1.2 (#135) (fad1538) - update dependency
semantic-release-pub
to 0.2.0 (#138) (f9db2e8) - update dependency
semantic-release-pub
to 0.2.1 (#139) (c0740be) - update dependency
semantic-release-pub
to 0.2.2 (#140) (28f61f0)
Continuous Integration #
2.0.0 #
- chore: update
compileSdkVersion
to 33 andminSdkVersion
to 19 - chore: add compatibility with Android Gradle Plugin 8.0
- chore: update Dart SDK constraint to
>=2.12.0 <4.0.0
1.6.0 #
- fix(deps): update dependency
package_info_plus: ^4.0.0
1.5.0+1 #
- docs(license): update copyright year to 2023
1.5.0 #
- chore: Updated dependency
package_info_plus: ^3.0.0
1.4.0+1 #
- docs: Fixed changelog for
1.4.0
1.4.0 #
- chore: Updated dependency
package_info_plus: ^2.0.0
1.3.0 #
- Graduated package to a stable release. See pre-releases prior to this version for changelog entries
1.3.0-dev.0 #
- fix: Fixed type mismatch error for Android
1.2.0+1 #
- docs: Updated changelog for
1.2.0
1.2.0 #
- chore: Updated to use new APIs for requesting Android SHA
- chore: Updated
compileSdkVersion
to 32 - chore: Updated Android dependencies
- chore: Updated dependency
package_info_plus: ^1.4.0
1.1.1 #
- chore: Updated Android dependencies
1.1.0 #
- feat: Added desktop support
- chore: Updated dependency from
package_info
topackage_info_plus
1.0.0 #
- Graduated package to a stable release. See pre-releases prior to this version for changelog entries
0.2.0-nullsafety.1 #
- feat: Updated Android plugin to use v2 Android embedding
0.2.0-nullsafety.0 #
- BREAKING: Opted into null safety
- chore: Updated Dart SDK constraints to
>=2.12.0-0 <3.0.0
0.1.1+2 #
- docs: Updated readme
0.1.1+1 #
- chore: Updated Flutter SDK constraints to
>=1.20.0 <2.0.0
0.1.1 #
- feat: Added web support
0.1.0 #
- Initial release