We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug an inner function form supabase.dart is throwing Null check operator used on a null value
supabase.dart
Null check operator used on a null value
To Reproduce I don't have reproducible steps but I have the crashlytics logs. These happen in both, iOS and Android devices.
Expected behavior A clear and concise description of what you expected to happen.
Logs
Fatal Exception: FlutterError 0 ??? 0x0 Supabase.onResumed + 242 (supabase.dart:242) 1 ??? 0x0 Supabase.didChangeAppLifecycleState + 224 (supabase.dart:224) 2 ??? 0x0 WidgetsBinding.handleAppLifecycleStateChanged + 1030 (binding.dart:1030) 3 ??? 0x0 ServicesBinding._handleLifecycleMessage + 306 (binding.dart:306) 4 ??? 0x0 BasicMessageChannel.setMessageHandler.<fn> + 261 (platform_channel.dart:261) 5 ??? 0x0 _DefaultBinaryMessenger.setMessageHandler.<fn> + 650 (binding.dart:650)
Version (please complete the following information): On Linux/macOS
supabase_flutter 2.9.0 │ ├── supabase 2.7.0 │ │ ├── functions_client 2.4.2 │ │ ├── gotrue 2.12.0 │ │ ├── postgrest 2.4.2 │ │ ├── realtime_client 2.5.0 │ │ ├── storage_client 2.4.0
The text was updated successfully, but these errors were encountered:
Can I open a PR with a fix attempt?
Sorry, something went wrong.
@martinpelli Yeah sure if you want to, that would be great!
Successfully merging a pull request may close this issue.
Describe the bug
an inner function form
supabase.dart
is throwingNull check operator used on a null value
To Reproduce
I don't have reproducible steps but I have the crashlytics logs. These happen in both, iOS and Android devices.
Expected behavior
A clear and concise description of what you expected to happen.
Logs
Version (please complete the following information):
On Linux/macOS
The text was updated successfully, but these errors were encountered: