Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
968563c
Move Android code to separate folder
JeroenWeener Mar 9, 2023
556a6b4
Copy gradle-wrapper.properties
JeroenWeener Mar 10, 2023
cb85f4a
Register Android implementation in pubspec.yaml
JeroenWeener Mar 10, 2023
6d17da1
Update pubspec.yaml
JeroenWeener Mar 10, 2023
3b1dcdc
Add missing newline to `build.gradle`
JeroenWeener Mar 13, 2023
8f4ffe1
Configure CI to run on stable Flutter version
mvanbeusekom Mar 9, 2023
df9c316
Revert "Add platform interface"
mvanbeusekom Mar 9, 2023
ef76bcf
Move app-facing code to separate folder
JeroenWeener Mar 9, 2023
7959f39
Revert "Merge pull request #35 from Baseflow/revert-34-enhancement/pl…
JeroenWeener Mar 9, 2023
61d77a6
Update CONTRIBUTING.md
JeroenWeener Mar 9, 2023
aecc12e
Move `analysis_options.yaml` to root folder
JeroenWeener Mar 10, 2023
d59ea45
Move Android code to separate folder
JeroenWeener Mar 9, 2023
cf0435b
Copy gradle-wrapper.properties
JeroenWeener Mar 10, 2023
3b2e58e
Register Android implementation in pubspec.yaml
JeroenWeener Mar 10, 2023
de46616
Update pubspec.yaml
JeroenWeener Mar 10, 2023
d2b8639
Update build.gradle
JeroenWeener Mar 13, 2023
bfe99c4
Merge remote-tracking branch 'upstream/main' into enhancement/platfor…
JeroenWeener Mar 13, 2023
2ba97a8
Merge branch 'enhancement/platform-android' of github.com:jeroenweene…
JeroenWeener Mar 13, 2023
af356b4
Remove `example-directory` from google_api_availability_android.yaml
JeroenWeener Mar 13, 2023
029c540
Update google_api_availability_android.yaml
JeroenWeener Mar 13, 2023
fe69b63
Update google_api_availability.yaml
JeroenWeener Mar 13, 2023
ed948fb
Bump `actions/checkout` and `subosito/flutter-action` versions
JeroenWeener Mar 13, 2023
bcc4256
Update google_api_availability.yaml
JeroenWeener Mar 13, 2023
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
Prev Previous commit
Next Next commit
Revert "Add platform interface"
  • Loading branch information
mvanbeusekom authored and JeroenWeener committed Mar 13, 2023
commit df9c3168727b83cb42c9ca567167ed31c4ca28a6
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ We really appreciate contributions via GitHub pull requests. To contribute take
* `git checkout upstream/develop -b <name_of_your_branch>`
* Apply your changes
* Verify your changes and fix potential warnings/ errors:
* Check formatting: `dart format .`
* Run static analyses: `flutter analyze`
* Check formatting: `flutter format .`
* Run static analyses: `flutter analyzes`
* Run unit-tests: `flutter test`
* Commit your changes: `git commit -am "<your informative commit message>"`
* Push changes to your fork: `git push origin <name_of_your_branch>`
Expand Down
7 changes: 3 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: google_api_availability_example
description: Demonstrates how to use the google_api_availability plugin.
version: 1.0.0+1
publish_to: none

environment:
sdk: ">=2.15.0 <3.0.0"
Expand All @@ -10,11 +9,11 @@ dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
google_api_availability:
path: ../

dev_dependencies:
google_api_availability:
path: ../
flutter_lints: 1.0.4

flutter:
uses-material-design: true
uses-material-design: true
3 changes: 0 additions & 3 deletions google_api_availability_platform_interface/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions google_api_availability_platform_interface/LICENSE

This file was deleted.

42 changes: 0 additions & 42 deletions google_api_availability_platform_interface/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions google_api_availability_platform_interface/analysis_options.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions google_api_availability_platform_interface/pubspec.yaml

This file was deleted.

Loading