lock deps
This commit is contained in:
parent
8597d76c5c
commit
83fc54685f
1 changed files with 15 additions and 15 deletions
30
pubspec.yaml
30
pubspec.yaml
|
|
@ -29,31 +29,31 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
flutter_riverpod: ^3.3.2
|
flutter_riverpod: 3.3.2
|
||||||
hooks_riverpod: ^3.3.2
|
hooks_riverpod: 3.3.2
|
||||||
intl: 0.20.2
|
intl: 0.20.2
|
||||||
fast_immutable_collections: 11.2.0
|
fast_immutable_collections: 11.2.0
|
||||||
path_provider: ^2.1.6
|
path_provider: 2.1.6
|
||||||
url_launcher: 6.3.2
|
url_launcher: 6.3.2
|
||||||
freezed_annotation: 3.1.0
|
freezed_annotation: 3.1.0
|
||||||
image_picker: ^1.2.3
|
image_picker: 1.2.3
|
||||||
file_picker: ^12.0.0-beta.7
|
file_picker: 12.0.0-beta.7
|
||||||
path: 1.9.1
|
path: 1.9.1
|
||||||
dynamic_color: 1.8.1
|
dynamic_color: 1.8.1
|
||||||
collection: 1.19.1
|
collection: 1.19.1
|
||||||
window_manager: ^0.5.2
|
window_manager: 0.5.2
|
||||||
color_hash: 1.0.1
|
color_hash: 1.0.1
|
||||||
flutter_widget_from_html_core: 0.17.2
|
flutter_widget_from_html_core: 0.17.2
|
||||||
flutter_svg: 2.3.0
|
flutter_svg: 2.3.0
|
||||||
json_annotation: ^4.12.0
|
json_annotation: 4.12.0
|
||||||
shared_preferences: 2.5.5
|
shared_preferences: 2.5.5
|
||||||
fluttertagger: 2.3.2
|
fluttertagger: 2.3.2
|
||||||
dynamic_polls: 0.0.7
|
dynamic_polls: 0.0.7
|
||||||
flutter_hooks: 0.21.3+1
|
flutter_hooks: 0.21.3+1
|
||||||
cross_cache: 1.1.0
|
cross_cache: 1.1.0
|
||||||
ffi: 2.2.0
|
ffi: 2.2.0
|
||||||
hooks: ^2.0.2
|
hooks: 2.0.2
|
||||||
code_assets: ^1.2.1
|
code_assets: 1.2.1
|
||||||
ffigen: 20.1.1
|
ffigen: 20.1.1
|
||||||
timeago: 3.7.1
|
timeago: 3.7.1
|
||||||
http: 1.6.0
|
http: 1.6.0
|
||||||
|
|
@ -68,23 +68,23 @@ dependencies:
|
||||||
media_kit_video: 2.0.1
|
media_kit_video: 2.0.1
|
||||||
media_kit_libs_video: 1.0.7
|
media_kit_libs_video: 1.0.7
|
||||||
measure_size: 5.0.2
|
measure_size: 5.0.2
|
||||||
m3e_buttons: ^0.0.4
|
m3e_buttons: 0.0.4
|
||||||
navigation_rail_m3e:
|
navigation_rail_m3e:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Henry-Hiles/material_3_expressive
|
url: https://github.com/Henry-Hiles/material_3_expressive
|
||||||
path: packages/navigation_rail_m3e
|
path: packages/navigation_rail_m3e
|
||||||
m3e_card_list: 0.1.0
|
m3e_card_list: 0.1.0
|
||||||
xdg_directories: 1.1.0
|
xdg_directories: 1.1.0
|
||||||
package_info_plus: ^10.2.1
|
package_info_plus: 10.2.1
|
||||||
app_links: ^7.2.1
|
app_links: 7.2.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.15.1
|
build_runner: ^2.15.1
|
||||||
flutter_lints: 6.0.0
|
flutter_lints: 6.0.0
|
||||||
freezed: ^3.2.6-dev.1
|
freezed: 3.2.6-dev.1
|
||||||
riverpod_lint: ^3.1.4
|
riverpod_lint: 3.1.4
|
||||||
flutter_launcher_icons: 0.14.4
|
flutter_launcher_icons: 0.14.4
|
||||||
json_serializable: ^6.14.0
|
json_serializable: 6.14.0
|
||||||
|
|
||||||
flutter_launcher_icons:
|
flutter_launcher_icons:
|
||||||
ios: true
|
ios: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue