mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-23 07:29:23 +01:00
Mark dependencies not working on all platforms
This commit is contained in:
parent
359ee99599
commit
0a0df10972
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,7 @@ dependencies:
|
||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
|
# android only
|
||||||
android_intent: ^2.0.0
|
android_intent: ^2.0.0
|
||||||
bloc: ^7.0.0
|
bloc: ^7.0.0
|
||||||
cached_network_image: ^3.0.0
|
cached_network_image: ^3.0.0
|
||||||
|
@ -38,9 +39,11 @@ dependencies:
|
||||||
ref: 1.1.0
|
ref: 1.1.0
|
||||||
flutter_bloc: ^7.0.0
|
flutter_bloc: ^7.0.0
|
||||||
flutter_staggered_grid_view: ^0.3.3
|
flutter_staggered_grid_view: ^0.3.3
|
||||||
|
# android/ios only
|
||||||
google_maps_flutter: ^2.0.3
|
google_maps_flutter: ^2.0.3
|
||||||
http: ^0.13.1
|
http: ^0.13.1
|
||||||
idb_shim: ^2.0.0
|
idb_shim: ^2.0.0
|
||||||
|
# android/ios only
|
||||||
idb_sqflite: ^1.0.0
|
idb_sqflite: ^1.0.0
|
||||||
image_size_getter:
|
image_size_getter:
|
||||||
git:
|
git:
|
||||||
|
@ -54,6 +57,7 @@ dependencies:
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
rxdart: ^0.26.0
|
rxdart: ^0.26.0
|
||||||
shared_preferences: ^2.0.5
|
shared_preferences: ^2.0.5
|
||||||
|
# android/ios only
|
||||||
sqflite: ^2.0.0
|
sqflite: ^2.0.0
|
||||||
synchronized: ^3.0.0
|
synchronized: ^3.0.0
|
||||||
tuple: ^2.0.0
|
tuple: ^2.0.0
|
||||||
|
|
Loading…
Reference in a new issue