Skip to content

Commit

Permalink
TW-1492: Update inview_notifier_list lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Feb 23, 2024
1 parent af96fd4 commit 817b042
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 34 deletions.
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]:linagora/inview_notifier_list.git"
source: git
version: "3.0.0"
io:
dependency: transitive
Expand Down
72 changes: 42 additions & 30 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,48 @@ environment:
sdk: ">=3.1.3 <4.0.0"

dependencies:

### Dependencies from git ###
matrix:
git:
url: [email protected]:linagora/matrix-dart-sdk.git
ref: twake-supported-0.22.6

receive_sharing_intent:
git:
url: [email protected]:krabbenprgr/receive_sharing_intent.git
ref: receive-.txt-v2

video_compress:
git:
url: [email protected]:SpectoraSoftware/VideoCompress.git
ref: master

linagora_design_flutter:
git:
url: [email protected]: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: [email protected]: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: [email protected]: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
Expand Down Expand Up @@ -60,10 +102,6 @@ dependencies:
just_audio_mpv: ^0.1.6
keyboard_shortcuts: ^0.1.4
latlong2: ^0.8.1
matrix:
git:
url: [email protected]: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
Expand All @@ -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: [email protected]: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
Expand All @@ -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: [email protected]:SpectoraSoftware/VideoCompress.git
ref: master
go_router: ^10.0.0
wakelock: ^0.6.2
webrtc_interface: ^1.0.10
linagora_design_flutter:
git:
url: [email protected]: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: [email protected]:linagora/flutter_contacts.git
ref: master
equatable: ^2.0.5
get_it: ^7.2.0
dio: ^5.1.1
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 817b042

Please sign in to comment.