Actualizacion de plugin,
This commit is contained in:
@@ -9,7 +9,7 @@ class LocalNotifications {
|
||||
await flutterLocalNotificationsPlugin
|
||||
.resolvePlatformSpecificImplementation<
|
||||
AndroidFlutterLocalNotificationsPlugin>()
|
||||
?.requestPermission();
|
||||
?.requestNotificationsPermission();
|
||||
}
|
||||
|
||||
static Future<void> initializeLocalNotifications() async {
|
||||
|
||||
@@ -13,6 +13,7 @@ import firebase_messaging
|
||||
import firebase_storage
|
||||
import flutter_local_notifications
|
||||
import geolocator_apple
|
||||
import google_sign_in_ios
|
||||
import location
|
||||
import package_info_plus
|
||||
import shared_preferences_foundation
|
||||
@@ -27,6 +28,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||||
FLTFirebaseStoragePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseStoragePlugin"))
|
||||
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
||||
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
|
||||
FLTGoogleSignInPlugin.register(with: registry.registrar(forPlugin: "FLTGoogleSignInPlugin"))
|
||||
LocationPlugin.register(with: registry.registrar(forPlugin: "LocationPlugin"))
|
||||
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
||||
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
||||
|
||||
+226
-282
File diff suppressed because it is too large
Load Diff
+9
-8
@@ -20,26 +20,27 @@ dependencies:
|
||||
cupertino_icons: ^1.0.2
|
||||
diacritic: null
|
||||
equatable: ^2.0.5
|
||||
file_picker: ^5.3.2
|
||||
file_picker: ^8.0.3
|
||||
firebase_auth: ^4.17.4
|
||||
firebase_core: ^2.25.4
|
||||
firebase_messaging: ^14.8.2
|
||||
firebase_messaging_web: ^3.8.2
|
||||
firebase_storage_web: ^3.9.7
|
||||
flutter:
|
||||
sdk: flutter
|
||||
flutter_animate: null
|
||||
flutter_bloc: ^8.1.4
|
||||
flutter_dialogs: ^3.0.0
|
||||
flutter_email_sender: ^5.2.0
|
||||
flutter_local_notifications: ^14.1.1
|
||||
flutter_email_sender: ^6.0.3
|
||||
flutter_local_notifications: ^17.1.2
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_otp_text_field: ^1.1.1
|
||||
flutter_polyline_points: ^2.0.0
|
||||
flutter_rating_bar: ^4.0.1
|
||||
font_awesome_flutter: ^10.4.0
|
||||
geocoding: ^2.1.0
|
||||
geolocator: ^9.0.2
|
||||
geocoding: ^3.0.0
|
||||
geolocator: ^12.0.0
|
||||
google_maps_flutter: ^2.5.0
|
||||
google_sign_in: ^6.1.4
|
||||
http: ^1.1.0
|
||||
@@ -47,9 +48,9 @@ dependencies:
|
||||
injector: ^3.0.0
|
||||
intl: ^0.18.1
|
||||
intl_phone_field: ^3.2.0
|
||||
location: ^5.0.3
|
||||
location: ^6.0.2
|
||||
otp_timer_button: ^1.1.0
|
||||
package_info_plus: ^4.2.0
|
||||
package_info_plus: ^8.0.0
|
||||
profession_repository:
|
||||
path: packages/profession_repository
|
||||
professional_repository:
|
||||
@@ -73,7 +74,7 @@ dependencies:
|
||||
webview_flutter: ^4.4.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^2.0.0
|
||||
flutter_lints: ^4.0.0
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
Reference in New Issue
Block a user