Adavo

Results 2 issues of Adavo

Hello, It will be better if minSpacing is not a double but is a EdgeInsetsGeometry. For instance, ` minSpacing: 20, ` could be translated to ` minSpacing: EdgeInsets.all(20),` which will...

I required this plugin but I use typescript. If I use the wildcard plugins, it's not working since the import will add the .ts at the end of the import...