-
I'm finding that the debouncing sample code locks up when I tap the "back" button on the details page, during the period when the provider is waiting for the timer to expire. It will correctly navig…
-
I was moving some tests in Flutter over to the memory file system and hit some issues because of differences in behaviour. In the real implementation, if you use a forward slash in a path, it still re…
-
### Version
v1.2.0
### Which operating systems have you used?
- [ ] Android
- [X] iOS
### Environment that reproduces the issue
Iphone XR OS14
### Is it reproducible in the example application?
…
-
It happened when using the `Get.toNamed()`.
It works fine with `Navigator.push()` but I need `Get.toNamed` for the web app.
The `first page` has a button that will show the `first dialog`.
The `f…
-
Description
In light of the digital transformation of public services, this project endeavours to create a UI component tailored for Flutter applications. The main objective is to address the chall…
-
I created a new, empty flutter project, installed flutter_midi_pro, tried to build and this is the error:
```
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for t…
-
Recently, I've been getting this issue while creating the public key in debug mode. However, if I build the APK and test it on an Android box or Android TV,
I get this error: `error.0400008d:RSA r…
-
As mentioned in https://github.com/flutter/flutter/pull/70368#discussion_r522272359, it would be better if we could have Skia Gold integration for the internal package tests.
-
### Steps to reproduce
run patrol test for one of the file
```
patrol test --target integration_test/link_brokerage_account_test.dart -d emulator-5554
```
### Actual results
![image](https://…
-
**Description**
Installing Shorebird automatically pulls down Shorebird's Flutter and Dart so our E2E tests do not need to use the setup-flutter or setup-dart actions to pre-install a system Flutte…