diff --git a/ios/Podfile.lock b/ios/Podfile.lock index d1d2b0461..b8f463f26 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -167,6 +167,9 @@ PODS: - Flutter - permission_handler_apple (9.1.1): - Flutter + - photo_manager (2.0.0): + - Flutter + - FlutterMacOS - pointer_interceptor_ios (0.0.1): - Flutter - printing (1.0.0): @@ -218,6 +221,7 @@ DEPENDENCIES: - path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`) - pdf_render (from `.symlinks/plugins/pdf_render/ios`) - permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`) + - photo_manager (from `.symlinks/plugins/photo_manager/ios`) - pointer_interceptor_ios (from `.symlinks/plugins/pointer_interceptor_ios/ios`) - printing (from `.symlinks/plugins/printing/ios`) - receive_sharing_intent (from `.symlinks/plugins/receive_sharing_intent/ios`) @@ -298,6 +302,8 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/pdf_render/ios" permission_handler_apple: :path: ".symlinks/plugins/permission_handler_apple/ios" + photo_manager: + :path: ".symlinks/plugins/photo_manager/ios" pointer_interceptor_ios: :path: ".symlinks/plugins/pointer_interceptor_ios/ios" printing: @@ -352,6 +358,7 @@ SPEC CHECKSUMS: path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943 pdf_render: 0b4e1a615aab83ce88b26c57753049424908a755 permission_handler_apple: e76247795d700c14ea09e3a2d8855d41ee80a2e6 + photo_manager: ff695c7a1dd5bc379974953a2b5c0a293f7c4c8a pointer_interceptor_ios: 9280618c0b2eeb80081a343924aa8ad756c21375 printing: 233e1b73bd1f4a05615548e9b5a324c98588640b PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 diff --git a/pubspec.lock b/pubspec.lock index 613d0ce91..b4001a09f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -57,6 +57,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.11.0" + auto_size_text: + dependency: transitive + description: + name: auto_size_text + sha256: "3f5261cd3fb5f2a9ab4e2fc3fba84fd9fcaac8821f20a1d4e71f557521b22599" + url: "https://pub.dev" + source: hosted + version: "3.0.0" back_button_interceptor: dependency: "direct main" description: @@ -1297,6 +1305,15 @@ packages: url: "https://pub.dev" source: hosted version: "3.0.1" + linagora_design_flutter: + dependency: "direct main" + description: + path: "." + ref: master + resolved-ref: "0f666ca14fd4f0710775ca3de03cde73b21de7d6" + url: "https://github.com/linagora/linagora-design-flutter.git" + source: git + version: "0.0.1" linkify: dependency: transitive description: @@ -1585,6 +1602,22 @@ packages: url: "https://pub.dev" source: hosted version: "5.4.0" + photo_manager: + dependency: transitive + description: + name: photo_manager + sha256: e29619443803c40385ee509abc7937835d9b5122f899940080d28b2dceed59c1 + url: "https://pub.dev" + source: hosted + version: "3.3.0" + photo_manager_image_provider: + dependency: transitive + description: + name: photo_manager_image_provider + sha256: "38ef1023dc11de3a8669f16e7c981673b3c5cfee715d17120f4b87daa2cdd0af" + url: "https://pub.dev" + source: hosted + version: "2.1.1" platform: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7f51fc0ba..77f3116d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -111,6 +111,11 @@ dependencies: url: https://github.com/dab246/languagetool_textfield.git ref: twake-supported + linagora_design_flutter: + git: + url: https://github.com/linagora/linagora-design-flutter.git + ref: master + ### Dependencies from pub.dev ### cupertino_icons: 1.0.6