You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I call before runApp
void main() async {
await WidgetsFlutterBinding.ensureInitialized();
await Supabase.initialize(
url: "https://mysite.supabase.co",
anonKey: "key...",
);
runApp(const MyApp());
}
And I get an error on startup IOS
Performing hot restart...
Syncing files to device iPhone rafael...
Restarted application in 684ms.
flutter: ***** Supabase init completed Instance of 'Supabase'
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on channel plugins.flutter.io/path_provider)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7)
Describe the bug
I call before runApp
void main() async {
await WidgetsFlutterBinding.ensureInitialized();
await Supabase.initialize(
url: "https://mysite.supabase.co",
anonKey: "key...",
);
runApp(const MyApp());
}
And I get an error on startup IOS
Performing hot restart...
Syncing files to device iPhone rafael...
Restarted application in 684ms.
flutter: ***** Supabase init completed Instance of 'Supabase'
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences)
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method getApplicationDocumentsDirectory on channel plugins.flutter.io/path_provider)
#0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7)
#1 getApplicationDocumentsDirectory (package:path_provider/path_provider.dart:120:24)
#2 HiveX.initFlutter (package:hive_flutter/src/hive_extensions.dart:12:18)
#3 HiveLocalStorage._initialize (package:supabase_flutter/src/local_storage.dart:92:5)
#4 SupabaseAuth.initialize (package:supabase_flutter/src/supabase_auth.dart:99:7)
#5 Supabase.initialize (package:supabase_flutter/src/supabase.dart:102:5)
#6 main (package:subbase/main.dart:7:3)
Flutter version - 3.10.6, Mac OS Ventura 13.5
supabase_flutter: ^1.10.10
The text was updated successfully, but these errors were encountered: