From 817b0423b37caf6caa03101152d20e999859c85c Mon Sep 17 00:00:00 2001 From: HuyNguyen Date: Thu, 22 Feb 2024 10:35:48 +0700 Subject: [PATCH] TW-1492: Update inview_notifier_list lib --- pubspec.lock | 9 ++++--- pubspec.yaml | 72 ++++++++++++++++++++++++++++++---------------------- 2 files changed, 47 insertions(+), 34 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index dc679ccf49..7875c89223 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1354,10 +1354,11 @@ packages: inview_notifier_list: dependency: "direct main" description: - name: inview_notifier_list - sha256: "1ca80ee39aa585e84a4b9dc1fe7211c5f64614ce3064b0007d9396073e852e14" - url: "https://pub.dev" - source: hosted + path: "." + ref: support-all-listview-properties + resolved-ref: "0a4f3775ce24fb724c22d81d6487fcebe6bcbe88" + url: "git@github.com:linagora/inview_notifier_list.git" + source: git version: "3.0.0" io: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 49cf8e2ac3..c6d8be6271 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,6 +7,48 @@ environment: sdk: ">=3.1.3 <4.0.0" dependencies: + + ### Dependencies from git ### + matrix: + git: + url: git@github.com:linagora/matrix-dart-sdk.git + ref: twake-supported-0.22.6 + + receive_sharing_intent: + git: + url: git@github.com:krabbenprgr/receive_sharing_intent.git + ref: receive-.txt-v2 + + video_compress: + git: + url: git@github.com:SpectoraSoftware/VideoCompress.git + ref: master + + linagora_design_flutter: + git: + url: git@github.com:linagora/linagora-design-flutter.git + ref: master + flutter_matrix_html: + git: + url: https://github.com/linagora/flutter_matrix_html.git + ref: master + + contacts_service: + git: + url: git@github.com:linagora/flutter_contacts.git + ref: master + + video_thumbnail: + git: + url: https://github.com/maRci002/video_thumbnail.git + ref: feat-web_implementation + path: video_thumbnail + + inview_notifier_list: + git: + url: git@github.com:linagora/inview_notifier_list.git + ref: support-all-listview-properties + adaptive_dialog: ^1.8.0+1 flutter_adaptive_scaffold: ^0.1.4 animations: ^2.0.7 @@ -60,10 +102,6 @@ dependencies: just_audio_mpv: ^0.1.6 keyboard_shortcuts: ^0.1.4 latlong2: ^0.8.1 - matrix: - git: - url: git@github.com:linagora/matrix-dart-sdk.git - ref: twake-supported-0.22.6 matrix_homeserver_recommendations: ^0.3.0 matrix_link_text: ^2.0.0 native_imaging: ^0.1.0 @@ -75,10 +113,6 @@ dependencies: punycode: ^1.0.0 qr_code_scanner: ^1.0.0 qr_flutter: ^4.0.0 - receive_sharing_intent: - git: - url: git@github.com:krabbenprgr/receive_sharing_intent.git - ref: receive-.txt-v2 record: ^4.4.4 scroll_to_index: ^3.0.1 share_plus: ^4.0.10+1 @@ -93,27 +127,11 @@ dependencies: vibration: ^1.7.4-nullsafety.0 # TO DO: Android native lib build error: https://github.com/jonataslaw/VideoCompress/issues/240 # video_compress: ^3.1.1 - video_compress: - git: - url: git@github.com:SpectoraSoftware/VideoCompress.git - ref: master go_router: ^10.0.0 wakelock: ^0.6.2 webrtc_interface: ^1.0.10 - linagora_design_flutter: - git: - url: git@github.com:linagora/linagora-design-flutter.git - ref: master - flutter_matrix_html: - git: - url: https://github.com/linagora/flutter_matrix_html.git - ref: master overflow_view: ^0.3.1 json_annotation: ^4.8.1 - contacts_service: - git: - url: git@github.com:linagora/flutter_contacts.git - ref: master equatable: ^2.0.5 get_it: ^7.2.0 dio: ^5.1.1 @@ -138,11 +156,6 @@ dependencies: flutter_keyboard_visibility: ^6.0.0 # TODO: Remove it after this PR merged # https://github.com/justsoft/video_thumbnail/pull/135 - video_thumbnail: - git: - url: https://github.com/maRci002/video_thumbnail.git - ref: feat-web_implementation - path: video_thumbnail media_kit: ^1.1.7 media_kit_video: ^1.1.8 media_kit_libs_video: ^1.0.1 @@ -156,7 +169,6 @@ dependencies: after_layout: ^1.2.0 photo_manager_image_provider: ^2.1.0 flutter_slidable: ^3.0.1 - inview_notifier_list: 3.0.0 dev_dependencies: build_runner: ^2.3.3