mirror of
				https://github.com/SoPat712/RUSwipeShare.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	Basic theme code
This commit is contained in:
		| @@ -11,6 +11,7 @@ import firebase_auth | ||||
| import firebase_core | ||||
| import firebase_database | ||||
| import geolocator_apple | ||||
| import path_provider_foundation | ||||
| import sign_in_with_apple | ||||
| import twitter_login | ||||
|  | ||||
| @@ -21,6 +22,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) { | ||||
|   FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin")) | ||||
|   FLTFirebaseDatabasePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseDatabasePlugin")) | ||||
|   GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin")) | ||||
|   PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin")) | ||||
|   SignInWithApplePlugin.register(with: registry.registrar(forPlugin: "SignInWithApplePlugin")) | ||||
|   TwitterLoginPlugin.register(with: registry.registrar(forPlugin: "TwitterLoginPlugin")) | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 NATHANIEL ENDICK
					NATHANIEL ENDICK