vk_custom_widgets 1.1.0
vk_custom_widgets: ^1.1.0 copied to clipboard
A package containing most used custom widgets like - custom elevated buttons, password text form fields etc.
1.1.0 #
- Added
VkRadioButtonGroup- A customizable radio button group widget - Added
VkRadioItem- Data class for radio button options - Fully customizable styling (padding, border radius, colors, text style)
- Type-safe generic implementation with proper constraints
- Uses modern Flutter RadioGroup API (Flutter 3.32+)
- Comprehensive documentation and examples
1.0.0 #
- Added Documentation
- Fixed Bugs
0.0.3 #
- Fixed issues in VkElevatedButton
- Fixed issues in VkTextFormField
0.0.2 #
- Updated the UI of Elevated Button
- Renamed the widget to VkElevatedButton
- Added VkTextFormField and VkPasswordFormField