saasfork_design_system 0.0.6
saasfork_design_system: ^0.0.6 copied to clipboard
A Flutter UI kit for SaaSFork apps and projects.
0.0.6 #
-
Added new components:
- New
SFPriceDefaultcomponent for displaying price information - New
SFSocialProofcomponent for displaying social validation and trust signals
- New
-
Added fix for minor bugs
0.0.5 #
-
Added list components:
- New
SFItemcomponent for displaying icon and label combinations - New
SFItemListcomponent for creating lists with customizable icons - Support for different sizes and custom styling options
- New
-
Added pricing components:
- New
SFPriceDefaultcomponent with flexible currency and period display - Support for different currency formats and internationalization
- Optimized rendering for various component sizes
- New
-
Improved accessibility:
- Enhanced semantic markup across components
- Improved screen reader compatibility
- Better keyboard navigation support
- Optimized focus management
0.0.4 #
-
Added layout system:
- New
SFDefaultLayoutcomponent with builder pattern for flexible app structures SFLayoutBuilderto easily define headers, drawers, content and footers- Added
NotificationWrapperintegration in layouts for system-wide notifications - Improved documentation with layout usage examples
- New
-
Added navigation components:
- New
SFNavBarcomponent for consistent application headers SFNavLinkfor navigation items with active states- Support for responsive navigation behavior
- Custom theming options for navigation components
- New
0.0.3 #
- Refactored class naming convention:
- Renamed all design system classes with the 'SF' prefix for better consistency
- Updated all component names to follow the new naming convention
- Improved code organization and namespacing
0.0.2 #
- Added responsive system:
ResponsiveGridcomponent for automatically adaptive gridsResponsiveRowcomponent for creating rows with variable width columnsResponsiveColumncomponent to define relative widths based on screen sizeResponsiveContainercomponent to center content with maximum widthResponsiveContextextensions to facilitate screen size detection- Complete documentation of the responsive system
- Added notification system:
- Notification service with overlay support
- Extensions to simplify displaying notifications (success, error, info, warning)
- Support for customizing notifications and their display duration
0.0.1 #
- Initial version