-
I created new fresh flutter project and added isar database. But when i try to run project i get this error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configu…
-
I've used `dart pub global activate` to make a tool usable directly from the command line. It works, but it's rebuilding the tool every time I invoke it. The tool (named qq) is just a thin git wrapper…
-
Hi,
First things first thank you very much for this library! It has been great to work with!
We started to implement it into our iOS app to view technical drawings of buildings.
Sadly we have s…
-
I was under the impression that we could publish Flutter plugins that also run in Dart standalone (ignoring the Flutter plugin code) by a pubspec with:
```yaml
name: mylib_source
description: A n…
-
I tried to use chartjs.dart with AngularDart. I added chartjs.dart as a dependency and put the chart.js in the header of my index.html. Then I wrapped your example in a component:
```
import 'pack…
-
When I try to search something using the method below I always get this error, could you please help me with that?
I/flutter (27126): zelda
I/flutter (27126): https://api-endpoint.igdb.com/games…
-
See https://github.com/flutter/flutter/issues/142608, where CI failed due to network failures.
I see two unique errors here.
Exception in thread "main" java.net.ConnectException: Connectio…
-
Using [fsatrace](https://github.com/jacereda/fsatrace):
```
flutter create test_app
fsatrace r /dev/stdout -- dart analyze test_app/lib/main.dart
```
We see a lot of folders being read that `…
-
For dealing with C++ code bases we could consider generating both C and Dart files.
Of course those generated C files would need to be hooked back in to the C build, but it would prevent users havi…
-
cc @ekuleshov @spydon @AndriiMatkivskyiSecurrency @kentcb @mvanbeusekom @felangel @fabriziocacicia @lukepighetti @rockerhieu @brunobowden for comments/suggestions/fyi
I started messing with this pa…