Federate Android and iOS packages (#795)
* Federate Android and iOS packages * Federate Android and iOS packages
Showing
permission_handler/AUTHORS
0 → 100644
permission_handler_android/AUTHORS
0 → 100644
permission_handler_android/CHANGELOG.md
0 → 100644
permission_handler_android/LICENSE
0 → 100644
permission_handler_android/README.md
0 → 100644
File moved
File moved
File moved
permission_handler_android/example/.metadata
0 → 100644
permission_handler_android/example/README.md
0 → 100644
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
permission_handler_android/pubspec.yaml
0 → 100644
permission_handler_apple/AUTHORS
0 → 100644
permission_handler_apple/CHANGELOG.md
0 → 100644
permission_handler_apple/LICENSE
0 → 100644
permission_handler_apple/README.md
0 → 100644
permission_handler_apple/example/.gitignore
0 → 100644
permission_handler_apple/example/.metadata
0 → 100644
permission_handler_apple/example/README.md
0 → 100644
permission_handler_apple/example/ios/Podfile
0 → 100644
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
File moved
File moved
| ... | @@ -2,8 +2,8 @@ | ... | @@ -2,8 +2,8 @@ |
| # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
| # | # | ||
| Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
| s.name = 'permission_handler' | s.name = 'permission_handler_apple' | ||
| s.version = '5.1.0+2' | s.version = '9.0.2' | ||
| s.summary = 'Permission plugin for Flutter.' | s.summary = 'Permission plugin for Flutter.' | ||
| s.description = <<-DESC | s.description = <<-DESC | ||
| Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions. | Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions. | ||
| ... | ... |
permission_handler_apple/pubspec.yaml
0 → 100644
Please
register
or
sign in
to comment