Skip to content

Commit

Permalink
Assestamenti dell'IDE.
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliodallatorre committed Sep 11, 2021
1 parent 8dbca7e commit 5d5d1bd
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 38 deletions.
20 changes: 20 additions & 0 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,30 @@ import cloud_firestore
import cloud_functions
import firebase_auth
import firebase_core
import firebase_crashlytics
import firebase_messaging
import firebase_storage
import geolocator_apple
import location
import package_info
import package_info_plus_macos
import path_provider_macos
import shared_preferences_macos
import sqflite

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FLTFirebaseFirestorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFirestorePlugin"))
FLTFirebaseFunctionsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFunctionsPlugin"))
FLTFirebaseAuthPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAuthPlugin"))
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
FLTFirebaseCrashlyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCrashlyticsPlugin"))
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
FLTFirebaseStoragePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseStoragePlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
LocationPlugin.register(with: registry.registrar(forPlugin: "LocationPlugin"))
FLTPackageInfoPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
}
76 changes: 38 additions & 38 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "23.0.0"
version: "25.0.0"
analyzer:
dependency: "direct dev"
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.2.0"
archive:
dependency: transitive
description:
Expand All @@ -35,7 +35,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.8.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -77,7 +77,7 @@ packages:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.2"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -133,7 +133,7 @@ packages:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
checked_yaml:
dependency: transitive
description:
Expand Down Expand Up @@ -161,42 +161,42 @@ packages:
name: cloud_firestore
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.5.2"
cloud_firestore_platform_interface:
dependency: transitive
description:
name: cloud_firestore_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.4.0"
version: "5.4.1"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.0"
version: "2.4.2"
cloud_functions:
dependency: "direct main"
description:
name: cloud_functions
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.3"
cloud_functions_platform_interface:
dependency: transitive
description:
name: cloud_functions_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.9"
version: "5.0.10"
cloud_functions_web:
dependency: transitive
description:
name: cloud_functions_web
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.11"
version: "4.0.12"
code_builder:
dependency: transitive
description:
Expand Down Expand Up @@ -289,7 +289,7 @@ packages:
name: firebase_analytics
url: "https://pub.dartlang.org"
source: hosted
version: "8.3.0"
version: "8.3.2"
firebase_analytics_platform_interface:
dependency: transitive
description:
Expand All @@ -310,28 +310,28 @@ packages:
name: firebase_auth
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.2"
version: "3.1.1"
firebase_auth_platform_interface:
dependency: transitive
description:
name: firebase_auth_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.1"
version: "6.1.0"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.1.0"
firebase_core:
dependency: "direct main"
description:
name: firebase_core
url: "https://pub.dartlang.org"
source: hosted
version: "1.5.0"
version: "1.6.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand All @@ -352,63 +352,63 @@ packages:
name: firebase_crashlytics
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.2.1"
firebase_crashlytics_platform_interface:
dependency: transitive
description:
name: firebase_crashlytics_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.1"
version: "3.1.2"
firebase_dynamic_links:
dependency: "direct main"
description:
name: firebase_dynamic_links
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.0.9"
firebase_messaging:
dependency: "direct main"
description:
name: firebase_messaging
url: "https://pub.dartlang.org"
source: hosted
version: "10.0.5"
version: "10.0.7"
firebase_messaging_platform_interface:
dependency: transitive
description:
name: firebase_messaging_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.4"
version: "3.0.5"
firebase_messaging_web:
dependency: transitive
description:
name: firebase_messaging_web
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.0.5"
firebase_storage:
dependency: "direct main"
description:
name: firebase_storage
url: "https://pub.dartlang.org"
source: hosted
version: "10.0.2"
version: "10.0.3"
firebase_storage_platform_interface:
dependency: transitive
description:
name: firebase_storage_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.1"
version: "4.0.2"
firebase_storage_web:
dependency: transitive
description:
name: firebase_storage_web
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.0.2"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -462,7 +462,7 @@ packages:
name: flutter_launcher_icons
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.1"
version: "0.9.2"
flutter_localizations:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -519,7 +519,7 @@ packages:
name: geolocator
url: "https://pub.dartlang.org"
source: hosted
version: "7.4.0"
version: "7.6.0"
geolocator_android:
dependency: transitive
description:
Expand All @@ -533,14 +533,14 @@ packages:
name: geolocator_apple
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "1.2.0"
geolocator_platform_interface:
dependency: transitive
description:
name: geolocator_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.2"
version: "2.3.4"
geolocator_web:
dependency: transitive
description:
Expand Down Expand Up @@ -575,7 +575,7 @@ packages:
name: google_maps_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
version: "2.0.8"
google_maps_flutter_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -631,7 +631,7 @@ packages:
name: image_picker
url: "https://pub.dartlang.org"
source: hosted
version: "0.8.3+2"
version: "0.8.4"
image_picker_for_web:
dependency: transitive
description:
Expand All @@ -645,7 +645,7 @@ packages:
name: image_picker_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.4.1"
intl:
dependency: transitive
description:
Expand Down Expand Up @@ -953,7 +953,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
version: "6.0.0"
pub_semver:
dependency: transitive
description:
Expand Down Expand Up @@ -1002,7 +1002,7 @@ packages:
name: rxdart
url: "https://pub.dartlang.org"
source: hosted
version: "0.27.1"
version: "0.27.2"
share:
dependency: "direct main"
description:
Expand All @@ -1016,7 +1016,7 @@ packages:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
version: "2.0.7"
shared_preferences_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -1072,7 +1072,7 @@ packages:
name: showcaseview
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -1161,7 +1161,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.4.2"
timeago:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1224,7 +1224,7 @@ packages:
name: webview_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.12"
version: "2.0.13"
win32:
dependency: transitive
description:
Expand Down

0 comments on commit 5d5d1bd

Please sign in to comment.