Lars Werner
Lars Werner
Thank you for this great class! I have been using it to make an interactive map by extracting each path with great success.  Now someone suggested that I put...
Hi, great api! Just what I was looking for! My I suggest to add smaller dividents to the list too? Like these currencies has this naming for the "smallest" currency...
I believe they are shutting down their old system 01.01.2024 and replace it with https://data.nordpoolgroup.com Anyone looked into this?
Hi, thank you for a great widget! I wonder if there are any option to make the dialogbar modal? I want to "force" the user to press the buttons in...
When scroll = true in MultiSelectChipDisplay I get alot of assert while scrolling. Anyone else noticed this? ``` Doctor summary (to see all details, run flutter doctor -v): [√] Flutter...
Websocket.PCL library has worked just fine for Android until version 9 is targeted. Ref: https://developer.android.com/about/versions/pie/android-9.0-changes-28#apache-p Project is always getting exception: Java.Lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/RequestLine; Tried to add in androidmanifest.xml:...
Library does not work in 3.2 at all
Hi, I tested your xlider and have some odd issues when setting disableAnimation and alwaysShowTooltip: First, if the tooltip is like this ```dart tooltip: FlutterSliderTooltip( disableAnimation: true, alwaysShowTooltip: false, direction:...
Ad size behavior when <item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item> is set
## Plugin Version 5.1.0 ## Steps to Reproduce Use the banner example: https://github.com/googleads/googleads-mobile-flutter/tree/main/samples/admob/banner_example Compile it for Android emulator and rotate to horizontal. Screensize setup is like this:  Screen width...
### What could be improved Makes Flame easier to implement normal Flutter widgets and still make it possible to Flame Game() to draw effects on top, like particles. ### Why...