Alessandro Defendenti
Alessandro Defendenti
React Native Debugger app version: 0.12.1 React Native version: 0.66 Platform: iOS Is real device of platform: Yes Operating System: iOS 15.0.1 I just upgraded my react native project to...
### Description I am using the Rive package in order to have some nice animations within my Flutter application and I have 2 doubts: I have an animation where some...
updated Android compile SDK version and kotlin plugin version
As per title, I can't get why there's a big gap at the beginning of the list and how can I get rid of it ![Screenshot 2024-08-09 alle 10 39...
The dropdown item background color goes behind the search box while scrolling https://github.com/user-attachments/assets/c562ee4b-6ece-43c6-8a52-ea4d7abf03a8 Here's my code: ```dart MultiDropdown( items: cc.comuni .map((comune) => comune.comune) .toSet() .sorted((a, b) => a.compareTo(b)) .map((c) =>...
fixes #158
We cannot edit the text style, the cursor color and the most important, in my opinion, the border cannot be edited (since the `decoration.border` field refers to the `border` option...
Not sure why the code defaults to a `grab` cursor instead of a `click` one, but this is definitely something misleading, as we're expecting the user to click on the...