File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
flutter_secure_storage/example Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 55 - FlutterMacOS
66 - integration_test (0.0.1):
77 - Flutter
8- - objective_c (0.0.1):
8+ - path_provider_foundation (0.0.1):
99 - Flutter
10+ - FlutterMacOS
1011
1112DEPENDENCIES:
1213 - Flutter (from `Flutter`)
1314 - flutter_secure_storage_darwin (from `.symlinks/plugins/flutter_secure_storage_darwin/darwin`)
1415 - integration_test (from `.symlinks/plugins/integration_test/ios`)
15- - objective_c (from `.symlinks/plugins/objective_c/ios `)
16+ - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin `)
1617
1718EXTERNAL SOURCES:
1819 Flutter:
@@ -21,14 +22,14 @@ EXTERNAL SOURCES:
2122 :path: ".symlinks/plugins/flutter_secure_storage_darwin/darwin"
2223 integration_test:
2324 :path: ".symlinks/plugins/integration_test/ios"
24- objective_c :
25- :path: ".symlinks/plugins/objective_c/ios "
25+ path_provider_foundation :
26+ :path: ".symlinks/plugins/path_provider_foundation/darwin "
2627
2728SPEC CHECKSUMS:
2829 Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
29- flutter_secure_storage_darwin: ce237a8775b39723566dc72571190a3769d70468
30+ flutter_secure_storage_darwin: acdb3f316ed05a3e68f856e0353b133eec373a23
3031 integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
31- objective_c: 89e720c30d716b036faf9c9684022048eee1eee2
32+ path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880
3233
3334PODFILE CHECKSUM: cc1f88378b4bfcf93a6ce00d2c587857c6008d3b
3435
Original file line number Diff line number Diff line change @@ -6,7 +6,9 @@ import FlutterMacOS
66import Foundation
77
88import flutter_secure_storage_darwin
9+ import path_provider_foundation
910
1011func RegisterGeneratedPlugins( registry: FlutterPluginRegistry ) {
1112 FlutterSecureStorageDarwinPlugin . register ( with: registry. registrar ( forPlugin: " FlutterSecureStorageDarwinPlugin " ) )
13+ PathProviderPlugin . register ( with: registry. registrar ( forPlugin: " PathProviderPlugin " ) )
1214}
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ EXTERNAL SOURCES:
2121 :path: Flutter/ephemeral/.symlinks/plugins/path_provider_foundation/darwin
2222
2323SPEC CHECKSUMS:
24- flutter_secure_storage_darwin: 12d2375c690785d97a4e586f15f11be5ae35d5b0
25- FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
26- path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
24+ flutter_secure_storage_darwin: acdb3f316ed05a3e68f856e0353b133eec373a23
25+ FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
26+ path_provider_foundation: bb55f6dbba17d0dccd6737fe6f7f34fbd0376880
2727
28- PODFILE CHECKSUM: 236401fc2c932af29a9fcf0e97baeeb2d750d367
28+ PODFILE CHECKSUM: 9ebaf0ce3d369aaa26a9ea0e159195ed94724cf3
2929
3030COCOAPODS: 1.16.2
You can’t perform that action at this time.
0 commit comments