feat:merge
Showing
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.github/FUNDING.yml
0 → 100644
.github/ISSUE_TEMPLATE/a-regression.md
0 → 100644
.github/ISSUE_TEMPLATE/b-bug-report.md
0 → 100644
.github/ISSUE_TEMPLATE/c-feature-request.md
0 → 100644
.github/ISSUE_TEMPLATE/e-question.md
0 → 100644
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
.github/no-response.yml
0 → 100644
.github/workflows/app_facing_package.yaml
0 → 100644
.gitignore
0 → 100644
.metadata
0 → 100644
CODE_OF_CONDUCT.md
0 → 100644
CONTRIBUTING.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
analysis_options.yaml
0 → 100644
permission_handler/CHANGELOG.md
0 → 100644
permission_handler/LICENSE
0 → 100644
permission_handler/README.md
0 → 100644
permission_handler/android/.classpath
0 → 100644
permission_handler/android/.gitignore
0 → 100644
permission_handler/android/build.gradle
0 → 100644
permission_handler/android/gradle.properties
0 → 100644
permission_handler/android/settings.gradle
0 → 100644
permission_handler/example/.gitignore
0 → 100644
permission_handler/example/.metadata
0 → 100644
permission_handler/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.
permission_handler/example/ios/.gitignore
0 → 100644
| # | ||
| # NOTE: This podspec is NOT to be published. It is only used as a local source! | ||
| # This is a generated file; do not edit or check into version control. | ||
| # | ||
| Pod::Spec.new do |s| | ||
| s.name = 'Flutter' | ||
| s.version = '1.0.0' | ||
| s.summary = 'High-performance, high-fidelity mobile apps.' | ||
| s.homepage = 'https://flutter.io' | ||
| s.license = { :type => 'MIT' } | ||
| s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } | ||
| s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s } | ||
| s.ios.deployment_target = '8.0' | ||
| # Framework linking is handled by Flutter tooling, not CocoaPods. | ||
| # Add a placeholder to satisfy `s.dependency 'Flutter'` plugin podspecs. | ||
| s.vendored_frameworks = 'path/to/nothing' | ||
| end |
permission_handler/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.
permission_handler/example/lib/main.dart
0 → 100644
permission_handler/example/pubspec.yaml
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.
permission_handler/ios/.gitignore
0 → 100644
permission_handler/ios/Assets/.gitkeep
0 → 100644
permission_handler/ios/Classes/util/Codec.h
0 → 100644
permission_handler/ios/Classes/util/Codec.m
0 → 100644
| # | ||
| # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html | ||
| # | ||
| Pod::Spec.new do |s| | ||
| s.name = 'permission_handler' | ||
| s.version = '5.1.0+2' | ||
| s.summary = 'Permission plugin for Flutter.' | ||
| s.description = <<-DESC | ||
| Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions. | ||
| DESC | ||
| s.homepage = 'https://github.com/baseflowit/flutter-permission-handler' | ||
| s.license = { :file => '../LICENSE' } | ||
| s.author = { 'Baseflow' => 'hello@baseflow.com' } | ||
| s.source = { :path => '.' } | ||
| s.source_files = 'Classes/**/*' | ||
| s.public_header_files = 'Classes/**/*.h' | ||
| s.dependency 'Flutter' | ||
| s.ios.deployment_target = '8.0' | ||
| s.static_framework = true | ||
| end | ||
permission_handler/pubspec.yaml
0 → 100644
Please
register
or
sign in
to comment