update pubsec
This commit is contained in:
+43
-44
@@ -34,61 +34,60 @@ dependencies:
|
|||||||
|
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.8
|
||||||
path_provider: ^2.0.15
|
path_provider: ^2.1.5
|
||||||
http: ^1.1.0
|
http: ^1.3.0
|
||||||
flutter_native_splash: ^2.3.1
|
flutter_native_splash: ^2.4.0
|
||||||
google_fonts: ^5.1.0
|
google_fonts: ^6.2.1
|
||||||
provider: ^6.0.5
|
provider: ^6.1.2
|
||||||
markdown_widget: ^2.2.0
|
markdown_widget: ^2.2.0
|
||||||
fade_shimmer: ^2.2.0
|
fade_shimmer: ^2.2.0
|
||||||
fluentui_system_icons: ^1.1.203
|
fluentui_system_icons: ^1.1.273
|
||||||
grouped_list: ^5.1.2
|
grouped_list: ^5.1.2
|
||||||
concentric_transition: ^1.0.3
|
concentric_transition: ^1.0.3
|
||||||
lottie: ^2.4.0
|
lottie: ^3.1.0
|
||||||
dotted_line: ^3.2.2
|
dotted_line: ^3.2.2
|
||||||
google_nav_bar: ^5.0.6
|
google_nav_bar: ^5.0.6
|
||||||
socket_io_client: ^2.0.2
|
socket_io_client: ^2.0.2
|
||||||
scrollable_positioned_list: ^0.3.8
|
scrollable_positioned_list: ^0.3.8
|
||||||
flutter_secure_storage: ^8.0.0
|
flutter_secure_storage: ^9.2.4
|
||||||
dio: ^5.2.1+1
|
dio: ^5.8.0
|
||||||
charts_flutter: ^0.12.0
|
fl_chart: ^0.70.0
|
||||||
flutter_datetime_picker: ^1.5.1
|
flutter_datetime_picker_plus: ^2.2.0
|
||||||
camera: ^0.10.5+2
|
camera: ^0.11.0
|
||||||
image_picker: ^1.0.0
|
image_picker: ^1.1.0
|
||||||
# audioplayers: any
|
# audioplayers: any
|
||||||
file_picker: ^5.3.2
|
file_picker: ^8.0.0
|
||||||
flutter_sound: ^9.2.13
|
flutter_sound: ^9.24.0
|
||||||
flutter_map: ^5.0.0
|
flutter_map: ^6.1.0
|
||||||
latlong2: ^0.9.0
|
latlong2: ^0.9.1
|
||||||
google_maps_flutter: ^2.3.1
|
google_maps_flutter: ^2.9.0
|
||||||
geocoding: ^2.1.0
|
geocoding: ^3.0.0
|
||||||
geolocator: ^9.0.2
|
geolocator: ^13.0.1
|
||||||
shared_preferences: ^2.2.0
|
shared_preferences: ^2.5.0
|
||||||
flutter_local_notifications: ^17.2.4
|
flutter_local_notifications: ^17.2.3
|
||||||
workmanager: ^0.5.1
|
workmanager: ^0.5.2
|
||||||
permission_handler: ^11.3.0
|
permission_handler: ^11.3.0
|
||||||
qr_code_scanner: any
|
mobile_scanner: ^5.2.0
|
||||||
barcode_widget: any
|
barcode_widget: ^2.0.4
|
||||||
qr_flutter: any
|
qr_flutter: ^4.1.0
|
||||||
flutter_barcode_scanner: ^2.0.0
|
video_player: ^2.9.0
|
||||||
video_player: any
|
dropdown_search: ^6.0.0
|
||||||
autocomplete_textfield: any
|
fluttertoast: ^8.2.6
|
||||||
fluttertoast: ^8.0.8
|
speech_to_text: ^7.0.0
|
||||||
speech_to_text: any
|
flutter_svg: ^2.0.10
|
||||||
flutter_svg: ^2.0.9
|
cached_network_image: ^3.4.1
|
||||||
cached_network_image: ^3.2.1
|
google_mlkit_text_recognition: ^0.13.0
|
||||||
google_mlkit_text_recognition: ^0.11.0
|
sqflite: ^2.4.0
|
||||||
google_ml_kit: ^0.16.3
|
path: ^1.9.0
|
||||||
sqflite: ^2.3.0
|
sqflite_common_ffi: ^2.3.4
|
||||||
path: ^1.8.3
|
|
||||||
sqflite_common_ffi: ^2.3.1
|
|
||||||
flutter_switch: ^0.3.2
|
flutter_switch: ^0.3.2
|
||||||
pdf: ^3.10.7
|
pdf: ^3.11.0
|
||||||
flutter_svg_provider: ^1.0.7
|
flutter_svg_provider: ^1.0.7
|
||||||
pinput: ^3.0.1
|
pinput: ^5.0.0
|
||||||
intl: ^0.17.0
|
intl: ^0.20.2
|
||||||
sqlite3: ^2.3.0
|
sqlite3: ^2.4.0
|
||||||
|
connectivity_plus: ^6.1.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -105,7 +104,7 @@ dev_dependencies:
|
|||||||
# activated in the `analysis_options.yaml` file located at the root of your
|
# activated in the `analysis_options.yaml` file located at the root of your
|
||||||
# package. See that file for information about deactivating specific lint
|
# package. See that file for information about deactivating specific lint
|
||||||
# rules and activating additional ones.
|
# rules and activating additional ones.
|
||||||
flutter_lints: ^2.0.0
|
flutter_lints: ^5.0.0
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|||||||
Reference in New Issue
Block a user