A beautiful custom button widget for Flutter.
More...
A simple, elegant custom button for Flutter apps.
import 'package:my_widget_library/my_widget_library.dart'; FancyButton( text: "Click Me", onPressed: () => print("Button pressed!"), );
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
Packages that depend on flutter_beautify
Back