-
When trying to build an application on the new version of Flutter 3.24.0 on Android, the build crashes:
```
* What went wrong:
Execution failed for task ':flutter_libphonenumber_android:verifyRel…
-
Sometimes we have functions like the following:
```dart
void f(T parameter) {
//...
}
```
And we want to make this void synchronous function into an asynchronous one, so we must add the `a…
-
After Ankur is done with the PS mojo, we should integrate it with Syncbase.
Basically Syncbase needs to:
1. Talk to PS for every call, get the current blessings for an app mojo Url
2. Use the obtain …
-
libsass has been replaced by dartSass. As a result, we no longer track fully maintained libraries. I can look for dart transpilers but this may be the end of the go wrapper for sass. A pure implementa…
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
**Expected results:**
The text string as one-liner
**Actual results:**
There is an unexpected line break in the …
-
_From @zoechi on October 31, 2016 20:55_
```
(master) $ bazel build :dashboard_layout_demo
WARNING: Sandboxed execution is not supported on your system and thus hermeticity of actions cannot be …
-
When I try to add firebase_ml_vision package to the example app, I get following error:
> ...
> [ +721 ms] Dependency resolved to an incompatible version:
> Dependency(fromArtifactVersion=Artifac…
-
Trying to build it with code like in example.
```
Loading source assets...
Loading angular2 and dart_to_js_script_rewriter transformers...
Serving sample_client web on http://localhost:9090
Build …
-
## Steps to Reproduce
1. Run the code sample to deploy in Windows(Desktop)
2. Do simple scrolling with the mouse.
**Expected results:**
Being able to scroll to any of the displayed items.
…
-
Internal: b/343558780
Currently the way to send a message from JS running in a WebView to the application's Dart code is by calling t [JavaScriptChannel](https://pub.dev/documentation/webview_flutter…
amirh updated
5 months ago