Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
### :thinking: Checklist before submitting

- [ ] All projects build
- [ ] Follows style guide lines ([code style guide](https://github.com/BaseflowIT/flutter-geolocator/blob/develop/CONTRIBUTING.md))
- [ ] Follows style guide lines ([code style guide](https://github.com/BaseflowIT/flutter-google-api-availability/blob/main/CONTRIBUTING.md))
- [ ] Relevant documentation was updated
- [ ] Rebased onto current develop
- [ ] Rebased onto current develop
17 changes: 11 additions & 6 deletions google_api_availability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## 5.0.0

* **BREAKING CHANGE**: Removes support for iOS, as it was never truly supported.
* Uses the federated architecture.

## 4.0.0

* Changed the structure of the native code;
* Updated the example app;
* Added `makeGooglePlayServicesAvailable` ;
* Added `getErrorString`;
* Added `isUserResolvable`;
* Added `showErrorNotification`;
* Changed the structure of the native code.
* Updated the example app.
* Added `makeGooglePlayServicesAvailable`.
* Added `getErrorString`.
* Added `isUserResolvable`.
* Added `showErrorNotification`.
* Added extra tests for the newly added methods.

## 3.0.2
Expand Down
8 changes: 0 additions & 8 deletions google_api_availability/android/.gitignore

This file was deleted.

44 changes: 0 additions & 44 deletions google_api_availability/android/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion google_api_availability/android/gradle.properties

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion google_api_availability/android/settings.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions google_api_availability/android/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading