This commit is contained in:
Henry Hiles 2025-11-10 15:59:57 -05:00
commit b42081b525
No known key found for this signature in database
5 changed files with 140 additions and 267 deletions

View file

@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none
flutter:
generate: true
uses-material-design: true
environment:
sdk: "^3.9.2"
@ -21,30 +21,24 @@ dependencies:
flutter_hooks: ^0.21.2
flutter_riverpod: ^3.0.3
hooks_riverpod: ^3.0.3
http: ^1.2.1
intl: ^0.20.1
app_links: ^6.1.1
fast_immutable_collections: ^11.0.0
package_info_plus: ^9.0.0
path_provider: ^2.1.3
permission_handler: ^12.0.1
shared_preferences: ^2.2.3
url_launcher: ^6.2.6
webview_flutter: ^4.8.0
device_info_plus: ^12.1.0
mobile_scanner: ^7.1.2
flutter_svg: ^2.0.10+1
freezed_annotation: ^3.1.0
image_picker: ^1.1.2
file_picker: ^10.3.3
path: ^1.9.0
dynamic_system_colors: ^1.8.0
isar_plus: 1.0.27
isar_plus_flutter_libs: 1.0.27
media_store_plus:
git:
url: https://github.com/Henry-Hiles/media_store_plus
collection: ^1.19.1
window_manager: ^0.5.1
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding
path: plugins/window_size
dev_dependencies:
build_runner: ^2.4.11