Colin Schmale
Colin Schmale
It should not be necessary to use a Java Provider. Kotlin works perfectly with my project. Make sure the `applicationId` in your `build.gradle` is the same as your package name....
> > Could you check what the defined package name in your `HomeWidgetExampleProvider.kt` is? It should match the package identifier from your app > > In mine is: `package es.antonborri.home_widget_example`...
I used this workaround for a bool as UnionValue. It's not a great solution but it works. Maybe it helps someone. ``` factory MyResponse.fromJson(Map json) => _$MyResponseFromJson( Map.from(json) ..remove('success') ..addAll({'success':...
Thanks. 🙂 It was easy to improve the result by just setting all the big scale factors in the dxf file to 1 before using your lib. Maybe I'll look...
You can use the example and replace rawDataSets in example/lib/presentation/samples/radar/radar_chart_sample1.dart as mentioned in my ticket with this simplified code: ``` List rawDataSets() { return [ RawDataSet( title: 'Fashion', color: widget.fashionColor,...
Maybe related: https://issuetracker.google.com/issues/387656869