Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ command:
collection: ^1.17.2
connectivity_plus: ">=6.0.3 <8.0.0"
cupertino_icons: ^1.0.3
desktop_drop: '>=0.5.0 <0.7.0'
desktop_drop: '>=0.5.0 <0.8.0'
device_info_plus: '>=11.0.0 <13.0.0'
diacritic: ^0.1.5
dio: ^5.4.3+1
Expand Down Expand Up @@ -61,8 +61,8 @@ command:
just_audio: ">=0.9.38 <0.11.0"
logging: ^1.2.0
lottie: ^3.1.2
media_kit: ^1.1.10+1
media_kit_video: ^1.2.4
media_kit: ^1.2.2
media_kit_video: ^2.0.0
meta: ^1.9.1
mime: ^2.0.0
package_info_plus: ">=8.3.0 <10.0.0"
Expand Down Expand Up @@ -95,7 +95,7 @@ command:

# List of all the dev_dependencies used in the project.
dev_dependencies:
alchemist: ">=0.11.0 <0.13.0"
alchemist: ">=0.11.0 <0.14.0"
build_runner: ^2.4.9
connectivity_plus_platform_interface: ^2.0.0
drift_dev: ^2.22.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
record_linux
sqlite3_flutter_libs
url_launcher_linux
volume_controller
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ list(APPEND FLUTTER_PLUGIN_LIST
sqlite3_flutter_libs
thumblr_windows
url_launcher_windows
volume_controller
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down
8 changes: 4 additions & 4 deletions packages/stream_chat_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
cached_network_image: ^3.3.1
chewie: ^1.8.1
collection: ^1.17.2
desktop_drop: ">=0.5.0 <0.7.0"
desktop_drop: ">=0.5.0 <0.8.0"
diacritic: ^0.1.5
dio: ^5.4.3+1
ezanimation: ^0.6.0
Expand All @@ -44,8 +44,8 @@ dependencies:
jiffy: ^6.2.1
just_audio: ">=0.9.38 <0.11.0"
lottie: ^3.1.2
media_kit: ^1.1.10+1
media_kit_video: ^1.2.4
media_kit: ^1.2.2
media_kit_video: ^2.0.0
meta: ^1.9.1
path_provider: ^2.1.3
photo_manager: ^3.2.0
Expand All @@ -63,7 +63,7 @@ dependencies:
video_player: ^2.8.7

dev_dependencies:
alchemist: ">=0.11.0 <0.13.0"
alchemist: ">=0.11.0 <0.14.0"
connectivity_plus_platform_interface: ^2.0.0
faker_dart: ^0.2.1
flutter_test:
Expand Down
Loading