new change to use intaleq_map sdk 04-16-4
This commit is contained in:
75
pubspec.yaml
75
pubspec.yaml
@@ -10,68 +10,71 @@ environment:
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
cupertino_icons: ^1.0.2
|
||||
cupertino_icons: ^1.0.8
|
||||
secure_string_operations:
|
||||
path: ./secure_string_operations
|
||||
firebase_messaging: ^16.0.2
|
||||
firebase_core: ^4.1.1
|
||||
firebase_messaging: ^16.1.1
|
||||
firebase_core: ^4.4.0
|
||||
flutter_local_notifications: ^20.1.0
|
||||
google_maps_flutter: ^2.5.0
|
||||
path: ^1.8.3
|
||||
path: ^1.9.1
|
||||
intl: ^0.20.2
|
||||
http: ^1.2.2
|
||||
get: ^4.6.5
|
||||
get_storage: ^2.1.1
|
||||
url_launcher: ^6.1.20
|
||||
get:
|
||||
path: ./packages/get
|
||||
get_storage:
|
||||
path: ./packages/get_storage
|
||||
url_launcher: ^6.3.2
|
||||
location: ^8.0.1
|
||||
# google_polyline_algorithm: ^3.1.0
|
||||
animated_text_kit: ^4.2.2
|
||||
flutter_secure_storage: ^10.0.0-beta.4
|
||||
# google_polyline_algorithm: 3.1.0
|
||||
animated_text_kit: ^4.3.0
|
||||
flutter_secure_storage: ^10.0.0
|
||||
geolocator: ^14.0.2
|
||||
sensors_plus: ^5.0.1
|
||||
flutter_paypal: ^0.2.0
|
||||
flutter_paypal:
|
||||
path: ./packages/flutter_paypal
|
||||
google_fonts: ^8.0.2
|
||||
flutter_launcher_icons: ^0.14.2
|
||||
flutter_launcher_icons: ^0.14.4
|
||||
flutter_rating_bar: ^4.0.1
|
||||
flutter_font_icons: ^2.2.5
|
||||
image_picker: ^1.0.4
|
||||
flutter_stripe: ^12.0.2
|
||||
flutter_font_icons: ^2.2.7
|
||||
image_picker: ^1.2.1
|
||||
flutter_stripe: ^12.3.0
|
||||
# camera: ^0.10.5+5 #to be remove
|
||||
flutter_widget_from_html: ^0.17.1
|
||||
local_auth: ^3.0.1
|
||||
# image: ^4.1.3 #to be remove
|
||||
image_cropper: ^11.0.0
|
||||
envied: ^1.0.0
|
||||
envied: ^1.3.3
|
||||
# cached_network_image: ^3.3.0
|
||||
calendar_builder: ^0.0.6
|
||||
calendar_builder:
|
||||
path: ./packages/calendar_builder
|
||||
# agora_rtc_engine: ^6.2.6
|
||||
flutter_tts: ^4.0.2
|
||||
flutter_tts: ^4.2.5
|
||||
permission_handler: ^12.0.1
|
||||
# google_generative_ai: ^0.0.1-dev
|
||||
vibration: ^3.1.4
|
||||
vibration: ^3.1.7
|
||||
wakelock_plus:
|
||||
record: ^6.1.1
|
||||
dio: ^5.4.3+1
|
||||
webview_flutter: ^4.7.0
|
||||
record: ^6.2.0
|
||||
dio: ^5.9.1
|
||||
webview_flutter: ^4.9.0
|
||||
just_audio: ^0.10.5
|
||||
# share: ^2.0.4
|
||||
google_sign_in: ^7.2.0
|
||||
sign_in_with_apple: ^7.0.1
|
||||
firebase_auth: ^6.1.0
|
||||
firebase_auth: ^6.1.4
|
||||
device_info_plus: ^12.1.0
|
||||
# uni_links: ^0.5.1
|
||||
googleapis_auth: ^2.0.0
|
||||
flutter_confetti: ^0.5.1
|
||||
# intl_phone_field: ^3.1.0
|
||||
flutter_contacts: ^1.1.8
|
||||
flutter_contacts: ^1.1.9+2
|
||||
mime: ^2.0.0
|
||||
http_parser: ^4.0.2
|
||||
http_parser: ^4.1.2
|
||||
encrypt: ^5.0.3
|
||||
live_activities: ^2.4.2
|
||||
live_activities: ^2.4.7
|
||||
quick_actions: ^1.1.0
|
||||
jwt_decoder: ^2.0.1
|
||||
jailbreak_root_detection: ^1.2.0
|
||||
share_plus: ^12.0.0
|
||||
jailbreak_root_detection: ^1.2.0+1
|
||||
share_plus: ^12.0.1
|
||||
dotted_line: ^3.2.3
|
||||
shimmer: ^3.0.0
|
||||
asn1lib: ^1.6.5
|
||||
@@ -80,15 +83,15 @@ dependencies:
|
||||
app_links: ^7.0.0
|
||||
latlong2: ^0.9.1
|
||||
maplibre_gl: ^0.25.0
|
||||
socket_io_client: ^1.0.2
|
||||
socket_io_client: 1.0.2
|
||||
# home_widget: ^0.7.0+1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
flutter_lints: ^6.0.0
|
||||
envied_generator: ^1.0.0
|
||||
build_runner: ^2.4.6
|
||||
envied_generator: ^1.3.3
|
||||
build_runner: ^2.11.1
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: "launcher_icon"
|
||||
@@ -129,3 +132,11 @@ flutter:
|
||||
|
||||
dependency_overrides:
|
||||
# record_platform_interface: "1.2.0"
|
||||
get:
|
||||
path: ./packages/get
|
||||
get_storage:
|
||||
path: ./packages/get_storage
|
||||
calendar_builder:
|
||||
path: ./packages/calendar_builder
|
||||
flutter_paypal:
|
||||
path: ./packages/flutter_paypal
|
||||
|
||||
Reference in New Issue
Block a user