diff --git a/gallery/gallery/ios/Podfile.lock b/gallery/gallery/ios/Podfile.lock index 99d0c8ef8..d46384447 100644 --- a/gallery/gallery/ios/Podfile.lock +++ b/gallery/gallery/ios/Podfile.lock @@ -2,9 +2,13 @@ PODS: - Flutter (1.0.0) - shared_preferences (0.0.1): - Flutter + - shared_preferences_macos (0.0.1): + - Flutter + - shared_preferences_web (0.0.1): + - Flutter - url_launcher (0.0.1): - Flutter - - url_launcher_fde (0.0.1): + - url_launcher_macos (0.0.1): - Flutter - url_launcher_web (0.0.1): - Flutter @@ -12,8 +16,10 @@ PODS: DEPENDENCIES: - Flutter (from `Flutter`) - shared_preferences (from `.symlinks/plugins/shared_preferences/ios`) + - shared_preferences_macos (from `.symlinks/plugins/shared_preferences_macos/ios`) + - shared_preferences_web (from `.symlinks/plugins/shared_preferences_web/ios`) - url_launcher (from `.symlinks/plugins/url_launcher/ios`) - - url_launcher_fde (from `.symlinks/plugins/url_launcher_fde/ios`) + - url_launcher_macos (from `.symlinks/plugins/url_launcher_macos/ios`) - url_launcher_web (from `.symlinks/plugins/url_launcher_web/ios`) EXTERNAL SOURCES: @@ -21,18 +27,24 @@ EXTERNAL SOURCES: :path: Flutter shared_preferences: :path: ".symlinks/plugins/shared_preferences/ios" + shared_preferences_macos: + :path: ".symlinks/plugins/shared_preferences_macos/ios" + shared_preferences_web: + :path: ".symlinks/plugins/shared_preferences_web/ios" url_launcher: :path: ".symlinks/plugins/url_launcher/ios" - url_launcher_fde: - :path: ".symlinks/plugins/url_launcher_fde/ios" + url_launcher_macos: + :path: ".symlinks/plugins/url_launcher_macos/ios" url_launcher_web: :path: ".symlinks/plugins/url_launcher_web/ios" SPEC CHECKSUMS: Flutter: 0e3d915762c693b495b44d77113d4970485de6ec shared_preferences: 430726339841afefe5142b9c1f50cb6bd7793e01 + shared_preferences_macos: f3f29b71ccbb56bf40c9dd6396c9acf15e214087 + shared_preferences_web: 141cce0c3ed1a1c5bf2a0e44f52d31eeb66e5ea9 url_launcher: a1c0cc845906122c4784c542523d8cacbded5626 - url_launcher_fde: 57842a92168588f04dfa4a86edfe5756a6c13d5f + url_launcher_macos: fd7894421cd39320dce5f292fc99ea9270b2a313 url_launcher_web: e5527357f037c87560776e36436bf2b0288b965c PODFILE CHECKSUM: 1b66dae606f75376c5f2135a8290850eeb09ae83 diff --git a/gallery/gallery/pubspec.yaml b/gallery/gallery/pubspec.yaml index 63a21b8b7..bce216c2f 100644 --- a/gallery/gallery/pubspec.yaml +++ b/gallery/gallery/pubspec.yaml @@ -1,7 +1,7 @@ name: gallery description: A resource to help developers evaluate and use Flutter. -version: 2.0.0+7 +version: 2.1.0+020100 environment: sdk: ">=2.3.0 <3.0.0"