-
Hello, I am getting "StorageCipher initialization failed" issue when I run the app.
Running on device Android 11 (api 30): Error
Running on device Android 13 (api 33): Ok
Flutter 3.22.2
flutte…
-
secure storage crashes with the message on MacOS:
```
PlatformException(Unexpected security result code, Code: -34018, Message: A required entitlement isn't present., -34018, null)
```
It works …
-
### Steps to reproduce
1. Run `flutter create new_project` to create a new Flutter project.
2. Open the iOS Simulator (`open -a Simulator`), selecting "iPhone 16 Plus (iOS 18.1)".
3. Run `flutter…
-
i go the same crash error too , here is the log when open eventvwr.msc from windows log
Log Name: Application
Source: Application Error
Date: 25/10/2024 13:32:28
Event ID: …
-
**Description**
Demo runs (thanks!) but with an unhandled exception on launch
**Steps To Reproduce**
update macos debug.entitlements by adding:
```
com.apple.security.device.audio-inp…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
cloud_firestore
### Which platforms are affected?
Android
### Desc…
-
I have a flutter app that uses aad_oauth.
It gets stuck at the piece of code "final result = await oauth.login();" it never will finish the await.
The webview will stay white, this happens after t…
-
### What version are you using?
flutter_facebook_auth: ^7.1.1
### What OS and version are you using to local deploy your application?
MacOS 14.6.1
### What platforms are you seeing the problem o…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Crashlytics
### Which platforms are affected?
Android
### Descript…
-
### Context
In my app, we have two versions of a widget that are shown. The user clicks a button to swap between them. The widgets are pretty much completely different apart from this switching butto…