-
We'd like users to be able to configure the build of their native dependencies.
We'd probably want to support multiple ways of providing this user-defined config, similar to [`package:cli_config`](…
-
I've been using the `reactive_pinput` package for a while now, and recently discovered an issue on iOS and Android that the backspace key doesn't actually delete anything. I have a field that requires…
-
Previous title: Android: Combination of `integration_test`, `image_picker` and `firebase_performance` and running in release mode throws `java.lang.IncompatibleClassChangeError:` exception.
### Ste…
-
My Xcode version is 15.4 and this is the error log.
```PhaseScriptExecution Run\ Script /Users/unify/Library/Developer/Xcode/DerivedData/Runner-gjduhmogmrltpidnhvspoxgsbyki/Build/Intermediates.no…
-
Good day,
First this plugin it´s amazing.
But with a new version of flutter (1.12)
The plugin `flutter_facebook_login` build fails
The plugin doesn't work anymore in the new flutter relea…
-
How can we use this to implement package:html?
package:html/html_standlone.dart:
``` dart
import "dart:html" as html when dart.html;
abstract class Element implements html.Element {
// ...
}
```
…
-
Roughly 3-4 secs (and maybe more due to it's effect) are lost in:
```
[+2796 ms] [+2796 ms] unpack_windows: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have upd…
-
@blasten called this out last year. This was also extensively worked on by our China customers https://www.infoq.cn/article/iYGyKQowuiUN_Gi2hHDo.
For lightweight "detached" development, it makes s…
xster updated
3 months ago
-
**Describe the bug**
Cannot open page again in bottom sheet.
When I open /Page2 in the bottom sheet, return to bottom sheet and cannot open again / Page2.
I found that it is because the didPop in r…
-
## Steps to Reproduce
Inside ListView add GridTile with either `footer` or `header` containing a Column (or Row)
Remarkably, there's no problem if Column (or Row) is specified to `child`, or if …