LeoBound

Results 5 issues of LeoBound

Hi, I've built the debug wayland recipes using meta-flutter and can run flutter apps in debug mode. Whenever I start a flutter app (by using `flutter-client -b /path/to/bundle`) I get...

question

Hi, I use Artifactory to create a cache of all the dependencies I use for building my flutter apps. When building android apps from the pub cached copy of flutter_libserialport...

question

I want to create a SimpleMapper for my generic class, but the type parameter of this class is bounded. For example (modifying the GenericBox example): ``` class NumberBox { NumberBox(this.content);...

I have a lot of classes that have a UuidValue member (from the uuid package) so I wrote a simple mapper to turn these to and from strings. I then...

It appears exhaustiveness checking isn't performed when switching on bounded generic types. ```dart sealed class A { abstract final String s; } class B extends A { final String s...

request