-
**Describe the issue**
My package is getting marked down due to `avoid_web_libraries_in_flutter`, and I don't think it should: https://pub.dev/packages/routemaster/score.
`avoid_web_libraries_in_f…
-
### Description
Works fine:
```
throwingClosure(String message) async {
throw StateError(message);
}
final isolate = await Isolate.spawn(throwingClosure, "message", paused: true);
…
-
How will you implement the dots with carousel Slider builder?
-
Thanks for your great work, I have a small question. What is the difference to use d3.dart with
this way:
import 'package:d3/d3.dart' as d3;
new d3.Selection("body") ...
or this way:
import 'package…
-
I'm a Dart developer and I'd love having this library as a native Dart component. Please consider porting this lib in Dart. There are no libraries of this kind in Dart. Thanks!
-
Im using _Flutter MapBox GL_ (https://github.com/flutter-mapbox-gl/maps), which is a wrapper on this library/repo. Im not 100% sure if the crash occurs in this lib or the wrapper lib.
Below is a sc…
-
go_router version: 6.0.4
flutter version: 3.3.9
Hi go_router team,
we experience an unexpected behaviour when it comes to using GoRouter with ShellRoutes in combination with the iOS "swipe to go…
-
We should experiment with using the monaco text editor (https://microsoft.github.io/monaco-editor/) with dartpad, esp. if we think it could help reduce maintenance costs here (rolling codemirror, ...)…
-
Unlike `package:js`, the new `dart:js_interop` is sound. To achieve soundness it introduces runtime checks (casts) and sometimes wrappers (CastList).
It will be useful to account where these perfor…
-
Getting this error:
Execution failed for task ':update_available_android:compileDebugKotlin'.
> 'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin' task (current targ…