nextgen_button 1.0.0
nextgen_button: ^1.0.0 copied to clipboard
A modern and highly customizable Flutter button widget with support for gradients, icons, loading states, disabled states, custom widgets, and flexible styling options.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 #
Added #
- Introduced a modern
NextGenButtonwidget. - Added support for simple text using
title. - Added support for custom widget titles using
titleText. - Added customizable
textStyle. - Added gradient background support.
- Added left and right icon support.
- Added loading state with built-in loading indicator.
- Added custom loading widget support.
- Added customizable loading indicator color.
- Added disabled button state.
- Added ripple (InkWell) customization.
- Added border color and border width customization.
- Added corner radius customization.
- Added elevation support.
- Added customizable icon spacing.
- Added complete API documentation.
- Improved Material 3 compatibility.
- Maintained backward compatibility with previous versions.