flutter_rough
flutter_rough copied to clipboard
A Flutter implementation of the rough.js library
Hello, will this be ported to null safety? Thanks!
HI @sergiandreplace , Just updated sdk version to provide null-safety errors. https://dart.dev/null-safety/unsound-null-safety Please review and merge.
Hello, How to create a button with a Rough border. ```dart class ProfileInfo extends StatelessWidget { final String firstText; final Function onTap; const ProfileInfoBigCard( {Key key, @required this.firstText, this.onTap, })...
Hi, Thanks for this, I started using flutter today after not getting the performance I needed out of react-native. I was super pleased to see that there was a dart...
This project is great, Thanks! I noticed the docs were slightly off