migrate Swift and Kotlin to ObjC and Java
Showing
This diff is collapsed.
Click to expand it.
example/android/.gitignore
deleted
100644 → 0
example/android/app/.classpath
deleted
100644 → 0
example/android/app/.project
deleted
100644 → 0
example/ios/.gitignore
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
example/ios/Runner/AppDelegate.swift
deleted
100644 → 0
ios/Classes/PermissionManager.swift
deleted
100644 → 0
ios/Classes/data/ServiceStatus.swift
deleted
100644 → 0
ios/Classes/utils/Codec.swift
deleted
100644 → 0
| ... | ... | @@ -3,20 +3,19 @@ |
| # | ||
| Pod::Spec.new do |s| | ||
| s.name = 'permission_handler' | ||
| s.version = '2.2.0' | ||
| s.summary = 'Permission plugin for Flutter.' | ||
| s.version = '0.0.1' | ||
| s.summary = 'A new Flutter project.' | ||
| s.description = <<-DESC | ||
| Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions. | ||
| A new Flutter project. | ||
| DESC | ||
| s.homepage = 'https://github.com/baseflowit/flutter-permission-handler' | ||
| s.homepage = 'http://example.com' | ||
| s.license = { :file => '../LICENSE' } | ||
| s.author = { 'Baseflow' => 'hello@baseflow.com' } | ||
| s.author = { 'Your Company' => 'email@example.com' } | ||
| s.source = { :path => '.' } | ||
| s.source_files = 'Classes/**/*' | ||
| s.public_header_files = 'Classes/**/*.h' | ||
| s.dependency 'Flutter' | ||
| s.swift_version = '4.2' | ||
| s.ios.deployment_target = '8.0' | ||
| s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' } | ||
| end | ||
lib/permission_enums.dart
deleted
100644 → 0
lib/utils/codec.dart
deleted
100644 → 0
Please
register
or
sign in
to comment