sayur_segar 0.1.4
sayur_segar: ^0.1.4 copied to clipboard
A Flutter package containing reusable widgets and functions for Lokio.dev projects. Provides UI components and utility functions that can be reused to accelerate Flutter application development.
Changelog #
All notable changes to this project will be documented in this file.
0.1.1 #
- Initial release of Sayur Segar package
- Added LokioButton widget with multiple variants (primary, secondary, outline, text, icon)
- Added button sizes (tiny, small, medium, large, giant)
- Added comprehensive formatter utilities:
- String formatters (capitalize, capitalizeWords, truncate, slugify, etc.)
- Number formatters (formatNumber, formatCurrency, formatPercentage, padNumber)
- Date & time formatters (formatDate, formatRelativeTime, formatDuration)
- Case converters (toCamelCase, toSnakeCase, toKebabCase, toTitleCase)
- Special formatters (formatPhoneNumber, formatCreditCard, formatBytes, mask)
- Added comprehensive unit tests (170+ test cases)
- Added example app as Storybook manual
- Added developer documentation
0.1.2 #
- Update package replace Lokio with Sayur Segar
0.1.3 #
- Update package button widget name from SayurSegar to SayurSegarButton
0.1.4 #
- Update documentation