stripe kill me

This commit is contained in:
Hitesh Ale
2023-02-26 14:17:19 -05:00
parent d053a0bdaf
commit 60aee74146
11 changed files with 200 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ import geolocator_apple
import path_provider_foundation
import sign_in_with_apple
import twitter_login
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FLTFirebaseFirestorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseFirestorePlugin"))
@@ -25,4 +26,5 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SignInWithApplePlugin.register(with: registry.registrar(forPlugin: "SignInWithApplePlugin"))
TwitterLoginPlugin.register(with: registry.registrar(forPlugin: "TwitterLoginPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}