flui_kit 0.0.2+1
flui_kit: ^0.0.2+1 copied to clipboard
A Flutter library offering modern high customizable components and screens for seamless app development.
Changelog #
0.0.2+1 - 2025-02-13 #
- Remove dart analysis issues for better referencement.
0.0.2 - 2025-02-13 #
- Added
QueuedNotification
for managing a queue of notifications. - Introduced
Accordion
widget for collapsible and expandable sections. - Added
AdvancedPagination
with navigation buttons and total count display. - Improved
DatePicker
with single and multiple mode selection. - Introduced
MultipleStepper
for customizable multi-level navigation. - Fixed issues with optional widgets (
Widget?
) andvoid
method callbacks. - Tested with Flutter 3.13.0+ and Dart 3.0.0+.
0.0.1 - 2025-01-22 #
- Added
PlanSwitcher
for subscription selection with discount configuration. - Introduced
PlanData
class to manage plan details (name, price, etc.). - Improved customization with dedicated themes (
PlanSwitcherTheme
,PlanChoicesTheme
). - Fixed bugs related to optional widget lists and method callbacks.
- Tested with Flutter 3.13.0+ and Dart 3.0.0+.