Skip to content

Commit 7a01d7e

Browse files
authored
Finalize federated architecture (#40)
* Update PULL_REQUEST_TEMPLATE.md * Remove android folder * Switch on PlatformInterface * Update example * Update CHANGELOG.md * Updates tests * Update CHANGELOG.md * Update google_api_availability.dart * Add missing import * Update pubspec and changelog
1 parent 7e5c85e commit 7a01d7e

26 files changed

+273
-859
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
### :thinking: Checklist before submitting
2020

2121
- [ ] All projects build
22-
- [ ] Follows style guide lines ([code style guide](https://github.com/BaseflowIT/flutter-geolocator/blob/develop/CONTRIBUTING.md))
22+
- [ ] Follows style guide lines ([code style guide](https://github.com/BaseflowIT/flutter-google-api-availability/blob/main/CONTRIBUTING.md))
2323
- [ ] Relevant documentation was updated
24-
- [ ] Rebased onto current develop
24+
- [ ] Rebased onto current develop

google_api_availability/CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
## 5.0.0
2+
3+
* **BREAKING CHANGE**: Removes support for iOS, as it was never truly supported.
4+
* Uses the federated architecture.
5+
16
## 4.0.0
27

3-
* Changed the structure of the native code;
4-
* Updated the example app;
5-
* Added `makeGooglePlayServicesAvailable` ;
6-
* Added `getErrorString`;
7-
* Added `isUserResolvable`;
8-
* Added `showErrorNotification`;
8+
* Changed the structure of the native code.
9+
* Updated the example app.
10+
* Added `makeGooglePlayServicesAvailable`.
11+
* Added `getErrorString`.
12+
* Added `isUserResolvable`.
13+
* Added `showErrorNotification`.
914
* Added extra tests for the newly added methods.
1015

1116
## 3.0.2

google_api_availability/android/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

google_api_availability/android/build.gradle

Lines changed: 0 additions & 44 deletions
This file was deleted.

google_api_availability/android/gradle.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

google_api_availability/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

google_api_availability/android/settings.gradle

Lines changed: 0 additions & 1 deletion
This file was deleted.

google_api_availability/android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

google_api_availability/android/src/main/java/com/baseflow/googleapiavailability/GoogleApiAvailabilityConstants.java

Lines changed: 0 additions & 59 deletions
This file was deleted.

google_api_availability/android/src/main/java/com/baseflow/googleapiavailability/GoogleApiAvailabilityManager.java

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)