google_api_headers 2.0.3 google_api_headers: ^2.0.3 copied to clipboard
A Flutter plugin for getting the headers required to call Google APIs with an app restricted API key
2.0.3 (2023-10-15) #
Bug Fixes #
Reverts #
- Revert "fix(deps): update dependency package_info_plus to v5 (#164)" (#170) (a5044e7), closes #164 #170
Miscellaneous Chores #
- deps: lock file maintenance (#157) (5be05b2)
- deps: update dependency mocktail to v1.0.1 (#163) (6e96d18)
- deps: update dependency semantic-release to v22.0.4 (#159) (a31587a)
- deps: update dependency semantic-release to v22.0.5 (#161) (d6a97f9)
- deps: update dependency semantic-release-pub to v0.3.0 (#160) (50e80ee)
- deps: update dependency semantic-release-pub to v0.3.1 (#162) (54119e3)
- deps: update dependency semantic-release-pub to v0.3.2 (#166) (97ec6b7)
- deps: update zeshuaro/github-actions-workflows digest to 06fac08 (#158) (1dd9729)
- node: update dependency node to v18.18.0 (#156) (b027a48)
Continuous Integration #
- deps: update subosito/flutter-action action to v2.11.0 (#167) (83377de)
- deps: update zeshuaro/github-actions-workflows digest to 68a82af (#165) (39db6d7)
- deps: update zeshuaro/github-actions-workflows digest to a7f44cd (#168) (59d977d)
- renovate: add
nodeChore
preset (#153) (bf15b89) - renovate: add
nodeVersion
preset (#152) (71446a3)
2.0.2 (2023-09-22) #
Bug Fixes #
Documentation #
Miscellaneous Chores #
- deps: update dependency semantic-release to v22 (#137) (92841c6)
- deps: update dependency semantic-release to v22.0.1 (#144) (1fb67aa)
- manually bump version to 2.0.1 (#141) (cd9270d)
Continuous Integration #
- renovate: add javascript preset (#146) (c98f73b)
- semantic-release: fix git commit assets (#143) (699e96c)
- workflows: combine semantic release into main workflow (#148) (bdbdbe1)
- workflows: migrate to shared pull reuqest and scheduled workflows (#147) (1f5de51)
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