-
**The problem**
I have a large AngularDart project, consisting out of multiple external libraries.
I started development on this project about 1.5 years ago in Dart 1, but since upgrading to Dart 2,…
-
I am just doing some preliminary research on what it would take to create a Turso flavor of the wasm build for use in flutter WEB.
Their recent announcement about offline writes is quite exciting, b…
-
Looks like a perfect project to build the GUI with Flutter to get web, mobile and desktop all done from a single code base
You can also compile the golang client to run on the mobile and desktop. …
-
-
# Just-in-time flight plan modification
It might be much safer to generate (or modify) the flight plans only after the drone operator has arrived at their intended takeoff/landing site (the drone def…
-
Given the abstract class (as well as a mixin version of the code) any sub-classes seem to trigger code generation attempts. However, I'm creating a wrapper class that consumes Built generated classes.…
-
I'm using `dartfmt` via `flutter format`, which I run it like this:
```
flutter format .
```
This formats all `.dart` files recursively, which is almost exactly what I want. Unfortunately, it also…
-
Hey,
It may be a silly question but is there a reason this package uses native views (which are expensive and have **a lot** of performance issues) instead of actually using flutter widgets?
This …
-
Hi guys,
I think we can discuss about the requirements for our new simulation engine/wrapper to be implemented, here are some of my ideas:
1. Enable to fully save and reload states (including c…
-
``` dart
static dynamic readValue(data) {
if (data is! BinaryData) {
return data;
}
if (data.isNullPtr) {
return null;
}
if (data.type.name.startsWith("char") && data…