step 2 : update package & solve flutter_typehead version
This commit is contained in:
51
pubspec.yaml
51
pubspec.yaml
@@ -34,6 +34,36 @@ dependencies:
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.8
|
||||
dio: ^5.1.1
|
||||
flutter_riverpod: ^2.3.6
|
||||
flutter_hooks: ^0.18.6
|
||||
equatable: ^2.0.5
|
||||
shared_preferences: ^2.1.0
|
||||
hooks_riverpod: ^2.3.6
|
||||
responsive_builder: ^0.7.0
|
||||
intl: ^0.18.1
|
||||
ai_barcode_scanner: ^0.0.6
|
||||
flutter_qr_bar_scanner: ^3.0.2
|
||||
mobile_scanner: ^3.3.0
|
||||
dropdown_button2: ^2.1.3
|
||||
fancy_bottom_navigation_2: ^0.3.5
|
||||
loading_animation_widget: ^1.2.0+4
|
||||
dotted_line: ^3.1.0
|
||||
top_snackbar_flutter: ^3.1.0
|
||||
loader_overlay: ^2.3.0
|
||||
geolocator: ^9.0.2
|
||||
maps_launcher: ^2.2.0
|
||||
permission_handler: ^10.4.3
|
||||
flutter_map: ^3.0.0
|
||||
latlong2: ^0.8.2
|
||||
geocoding: ^2.1.0
|
||||
flutter_launcher_icons: ^0.13.0
|
||||
url_launcher: ^6.1.11
|
||||
flutter_pdfview: ^1.2.5
|
||||
path_provider: ^2.1.1
|
||||
# flutter_typeahead: ^4.7.0
|
||||
flutter_typeahead: ^5.2.0
|
||||
eva_icons_flutter: ^3.0.2
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -46,6 +76,12 @@ dev_dependencies:
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
flutter_icons:
|
||||
android: "launcher_icon"
|
||||
ios: true
|
||||
image_path: "assets/icon/icon.png"
|
||||
min_sdk_android: 21
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
@@ -58,8 +94,8 @@ flutter:
|
||||
uses-material-design: true
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
# assets:
|
||||
# - images/a_dot_burr.jpeg
|
||||
assets:
|
||||
- assets/
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
@@ -73,11 +109,12 @@ flutter:
|
||||
# "family" key with the font family name, and a "fonts" key with a
|
||||
# list giving the asset and other descriptors for the font. For
|
||||
# example:
|
||||
# fonts:
|
||||
# - family: Schyler
|
||||
# fonts:
|
||||
# - asset: fonts/Schyler-Regular.ttf
|
||||
# - asset: fonts/Schyler-Italic.ttf
|
||||
fonts:
|
||||
- family: OpenSans
|
||||
fonts:
|
||||
- asset: font/OpenSans-Bold.ttf
|
||||
- asset: font/OpenSans-Regular.ttf
|
||||
- asset: font/OpenSans-Semibold.ttf
|
||||
# style: italic
|
||||
# - family: Trajan Pro
|
||||
# fonts:
|
||||
|
||||
Reference in New Issue
Block a user