-
## Bug report
**Describe the bug**
When generating a TotpMultiFactor secret, Firebase on Android throws an `ERROR_REQUIRES_RECENT_LOGIN` regardless of how recent the last sign in was. **Web and iO…
-
### Package Version
5.2.2
### Flutter Version
3.24.1
### Platforms
iOS
### How to reproduce?
When you open the image editor and write something in image there is some extra lines in this iphone…
-
分支:test
貌似test.dart已经移除了,用test_api.dart替代了,但是使用test_api.dart包无法完成集成测试,报错如下:
``` terminal
Unhandled exception:
NoSuchMethodError: The method 'group' was called on null.
Receiver: null
Tried cal…
-
Consider this snippet:
```dart
void recursivePrint(List list) {
if (list.isEmpty) {
return;
}
print("${list.first} ");
recursivePrint(list.slice(1));
}
recursivePrint([0, 1, 2, 3]…
-
-
### Short description
When clicked on mute while broadcasting, the viewers' stream is paused without any exception until the broadcaster unmutes himself
### Environment
* Operating system and v…
-
**Issue Description:**
I am developing an Android application using Flet, where I'm trying to display a local Lottie asset (`B.json`) within a deployed APK.
```
# -------------------------------…
-
### Steps to reproduce
1. Build app for web.
3. Access with a web browser.
If `cacheWidth` = `cacheHeight` = 30 (which is smaller than the 40px image size), the page will display a black square…
-
For most of the app, we have no need for integration tests that run on an actual Android or iOS device. Flutter provides excellent support for widget testing, and that already allows us to test our UI…
-
- [ ] I have updated Purchases SDK to the latest version
- [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-flutter/blob/main/CONTRIBUTING.md)
- [x] I have searc…