-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Select multiple images and bump dependency versions (#1)
1 parent
43908f6
commit 6108b7d
Showing
38 changed files
with
750 additions
and
396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 1 addition & 8 deletions
9
android/app/src/main/java/com/example/study_snap/MainActivity.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
package com.example.study_snap; | ||
|
||
import android.os.Bundle; | ||
import io.flutter.app.FlutterActivity; | ||
import io.flutter.plugins.GeneratedPluginRegistrant; | ||
import io.flutter.embedding.android.FlutterActivity; | ||
|
||
public class MainActivity extends FlutterActivity { | ||
@Override | ||
protected void onCreate(Bundle savedInstanceState) { | ||
super.onCreate(savedInstanceState); | ||
GeneratedPluginRegistrant.registerWith(this); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include ':app' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# | ||
# 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 = 'A UI toolkit for beautiful and fast apps.' | ||
s.homepage = 'https://flutter.dev' | ||
s.license = { :type => 'BSD' } | ||
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 = '11.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,97 @@ | ||
PODS: | ||
- esys_flutter_share (0.0.1): | ||
- Flutter | ||
- firebase_admob (0.11.2): | ||
- Flutter | ||
- Google-Mobile-Ads-SDK (= 7.49.0) | ||
- Flutter (1.0.0) | ||
- flutter_native_image (0.0.1): | ||
- Flutter | ||
- Google-Mobile-Ads-SDK (7.49.0): | ||
- GoogleAppMeasurement (~> 6.0) | ||
- GoogleAppMeasurement (6.9.0): | ||
- GoogleUtilities/AppDelegateSwizzler (~> 6.7) | ||
- GoogleUtilities/MethodSwizzler (~> 6.7) | ||
- GoogleUtilities/Network (~> 6.7) | ||
- "GoogleUtilities/NSData+zlib (~> 6.7)" | ||
- nanopb (~> 1.30906.0) | ||
- GoogleUtilities/AppDelegateSwizzler (6.7.2): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network | ||
- GoogleUtilities/Environment (6.7.2): | ||
- PromisesObjC (~> 1.2) | ||
- GoogleUtilities/Logger (6.7.2): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/MethodSwizzler (6.7.2): | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network (6.7.2): | ||
- GoogleUtilities/Logger | ||
- "GoogleUtilities/NSData+zlib" | ||
- GoogleUtilities/Reachability | ||
- "GoogleUtilities/NSData+zlib (6.7.2)" | ||
- GoogleUtilities/Reachability (6.7.2): | ||
- GoogleUtilities/Logger | ||
- image_picker (0.0.1): | ||
- Flutter | ||
- path_provider (0.0.1): | ||
- nanopb (1.30906.0): | ||
- nanopb/decode (= 1.30906.0) | ||
- nanopb/encode (= 1.30906.0) | ||
- nanopb/decode (1.30906.0) | ||
- nanopb/encode (1.30906.0) | ||
- path_provider_ios (0.0.1): | ||
- Flutter | ||
- shared_preferences (0.0.1): | ||
- PromisesObjC (1.2.12) | ||
- shared_preferences_ios (0.0.1): | ||
- Flutter | ||
|
||
DEPENDENCIES: | ||
- esys_flutter_share (from `.symlinks/plugins/esys_flutter_share/ios`) | ||
- Flutter (from `.symlinks/flutter/ios`) | ||
- firebase_admob (from `.symlinks/plugins/firebase_admob/ios`) | ||
- Flutter (from `Flutter`) | ||
- flutter_native_image (from `.symlinks/plugins/flutter_native_image/ios`) | ||
- image_picker (from `.symlinks/plugins/image_picker/ios`) | ||
- path_provider (from `.symlinks/plugins/path_provider/ios`) | ||
- shared_preferences (from `.symlinks/plugins/shared_preferences/ios`) | ||
- path_provider_ios (from `.symlinks/plugins/path_provider_ios/ios`) | ||
- shared_preferences_ios (from `.symlinks/plugins/shared_preferences_ios/ios`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Google-Mobile-Ads-SDK | ||
- GoogleAppMeasurement | ||
- GoogleUtilities | ||
- nanopb | ||
- PromisesObjC | ||
|
||
EXTERNAL SOURCES: | ||
esys_flutter_share: | ||
:path: ".symlinks/plugins/esys_flutter_share/ios" | ||
firebase_admob: | ||
:path: ".symlinks/plugins/firebase_admob/ios" | ||
Flutter: | ||
:path: ".symlinks/flutter/ios" | ||
:path: Flutter | ||
flutter_native_image: | ||
:path: ".symlinks/plugins/flutter_native_image/ios" | ||
image_picker: | ||
:path: ".symlinks/plugins/image_picker/ios" | ||
path_provider: | ||
:path: ".symlinks/plugins/path_provider/ios" | ||
shared_preferences: | ||
:path: ".symlinks/plugins/shared_preferences/ios" | ||
path_provider_ios: | ||
:path: ".symlinks/plugins/path_provider_ios/ios" | ||
shared_preferences_ios: | ||
:path: ".symlinks/plugins/shared_preferences_ios/ios" | ||
|
||
SPEC CHECKSUMS: | ||
esys_flutter_share: 403498dab005b36ce1f8d7aff377e81f0621b0b4 | ||
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a | ||
esys_flutter_share: 07a7bfd83cf0ac3cbbb8ff66d541277aa776d27c | ||
firebase_admob: adf6ba6c903591e4db87dcc3aee1ef44cc0243c6 | ||
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a | ||
flutter_native_image: 9c0b7451838484458e5b0fae007b86a4c2d4bdfe | ||
image_picker: a211f28b95a560433c00f5cd3773f4710a20404d | ||
path_provider: f96fff6166a8867510d2c25fdcc346327cc4b259 | ||
shared_preferences: 1feebfa37bb57264736e16865e7ffae7fc99b523 | ||
Google-Mobile-Ads-SDK: df315e371b29cf935f7ea872e7bdec39462a100e | ||
GoogleAppMeasurement: a6a3a066369828db64eda428cb2856dc1cdc7c4e | ||
GoogleUtilities: 7f2f5a07f888cdb145101d6042bc4422f57e70b3 | ||
image_picker: 0d37d1cb66231c2473a0e3ccb8d062d0c2b3d297 | ||
nanopb: 59317e09cf1f1a0af72f12af412d54edf52603fc | ||
path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5 | ||
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97 | ||
shared_preferences_ios: aef470a42dc4675a1cdd50e3158b42e3d1232b32 | ||
|
||
PODFILE CHECKSUM: ebd43b443038e611b86ede96e613bd6033c49497 | ||
PODFILE CHECKSUM: 74f650dea7c2ecca847a62b13628cdcffbfc182d | ||
|
||
COCOAPODS: 1.6.1 | ||
COCOAPODS: 1.11.2 |
Oops, something went wrong.