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
Revert "Add platform interface"
  • Loading branch information
mvanbeusekom authored Mar 9, 2023
commit 80ee46d6f04233cfe7abde30d5e71350a8477c97
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