Skip to content

Commit 69ff301

Browse files
author
ibrahim
committed
updated gitignore
1 parent 1c1021f commit 69ff301

File tree

2 files changed

+105
-2
lines changed

2 files changed

+105
-2
lines changed

example/android/.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ gradle-wrapper.jar
55
/gradlew.bat
66
/local.properties
77
GeneratedPluginRegistrant.java
8+
.cxx/
89

910
# Remember to never publicly share your keystore.
10-
# See https://flutter.dev/docs/deployment/android#reference-the-keystore-from-the-app
11+
# See https://flutter.dev/to/reference-keystore
1112
key.properties
1213
**/*.keystore
13-
**/*.jks
14+
**/*.jks

example/ios/Podfile.lock

+102
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
PODS:
2+
- connectivity_plus (0.0.1):
3+
- Flutter
4+
- Flutter (1.0.0)
5+
- flutter_image_compress_common (1.0.0):
6+
- Flutter
7+
- Mantle
8+
- SDWebImage
9+
- SDWebImageWebPCoder
10+
- image_picker_ios (0.0.1):
11+
- Flutter
12+
- integration_test (0.0.1):
13+
- Flutter
14+
- libwebp (1.5.0):
15+
- libwebp/demux (= 1.5.0)
16+
- libwebp/mux (= 1.5.0)
17+
- libwebp/sharpyuv (= 1.5.0)
18+
- libwebp/webp (= 1.5.0)
19+
- libwebp/demux (1.5.0):
20+
- libwebp/webp
21+
- libwebp/mux (1.5.0):
22+
- libwebp/demux
23+
- libwebp/sharpyuv (1.5.0)
24+
- libwebp/webp (1.5.0):
25+
- libwebp/sharpyuv
26+
- Mantle (2.2.0):
27+
- Mantle/extobjc (= 2.2.0)
28+
- Mantle/extobjc (2.2.0)
29+
- path_provider_foundation (0.0.1):
30+
- Flutter
31+
- FlutterMacOS
32+
- SDWebImage (5.20.1):
33+
- SDWebImage/Core (= 5.20.1)
34+
- SDWebImage/Core (5.20.1)
35+
- SDWebImageWebPCoder (0.14.6):
36+
- libwebp (~> 1.0)
37+
- SDWebImage/Core (~> 5.17)
38+
- shared_preferences_foundation (0.0.1):
39+
- Flutter
40+
- FlutterMacOS
41+
- sqflite_darwin (0.0.4):
42+
- Flutter
43+
- FlutterMacOS
44+
- url_launcher_ios (0.0.1):
45+
- Flutter
46+
47+
DEPENDENCIES:
48+
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
49+
- Flutter (from `Flutter`)
50+
- flutter_image_compress_common (from `.symlinks/plugins/flutter_image_compress_common/ios`)
51+
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
52+
- integration_test (from `.symlinks/plugins/integration_test/ios`)
53+
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
54+
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
55+
- sqflite_darwin (from `.symlinks/plugins/sqflite_darwin/darwin`)
56+
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
57+
58+
SPEC REPOS:
59+
trunk:
60+
- libwebp
61+
- Mantle
62+
- SDWebImage
63+
- SDWebImageWebPCoder
64+
65+
EXTERNAL SOURCES:
66+
connectivity_plus:
67+
:path: ".symlinks/plugins/connectivity_plus/ios"
68+
Flutter:
69+
:path: Flutter
70+
flutter_image_compress_common:
71+
:path: ".symlinks/plugins/flutter_image_compress_common/ios"
72+
image_picker_ios:
73+
:path: ".symlinks/plugins/image_picker_ios/ios"
74+
integration_test:
75+
:path: ".symlinks/plugins/integration_test/ios"
76+
path_provider_foundation:
77+
:path: ".symlinks/plugins/path_provider_foundation/darwin"
78+
shared_preferences_foundation:
79+
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
80+
sqflite_darwin:
81+
:path: ".symlinks/plugins/sqflite_darwin/darwin"
82+
url_launcher_ios:
83+
:path: ".symlinks/plugins/url_launcher_ios/ios"
84+
85+
SPEC CHECKSUMS:
86+
connectivity_plus: 2a701ffec2c0ae28a48cf7540e279787e77c447d
87+
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
88+
flutter_image_compress_common: ec1d45c362c9d30a3f6a0426c297f47c52007e3e
89+
image_picker_ios: c560581cceedb403a6ff17f2f816d7fea1421fc1
90+
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
91+
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8
92+
Mantle: c5aa8794a29a022dfbbfc9799af95f477a69b62d
93+
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
94+
SDWebImage: 33d0f23bddeb5d209ae959153883247be6703713
95+
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380
96+
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
97+
sqflite_darwin: 5a7236e3b501866c1c9befc6771dfd73ffb8702d
98+
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
99+
100+
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
101+
102+
COCOAPODS: 1.16.2

0 commit comments

Comments
 (0)