nice_button 0.1.7
nice_button: ^0.1.7 copied to clipboard
A Flutter package for Android and IOS to design nice buttons with no hassle in your app. Enjoy !
0.1.0 #
- Initial build for Flutter nice button library
0.1.1 #
- Format code and some minor changes
0.1.2 #
- Update the documentation and some minor changes
0.1.3 #
- Update package description to provide more info
0.1.4 #
- Remove 'new' reserved keyword (this is not necessary since Dart 2.0)
- Dart Style Guide says "Don't initialize variables to null"
- Upgrade SDK version to 2.2 (Now you can use spread operators)
- Some basic refactoring to improve code reusability and make easy to read
0.1.5 #
- Add fontSize parameter to button
0.1.6 #
- Add iconColor parameter to button
0.1.7 #
- you can set custom width for mini buttons