scrizer 1.3.4
scrizer: ^1.3.4 copied to clipboard
A lightweight and scalable UI toolkit for Flutter that provides responsive typography, spacing, and layout utilities based on screen size and orientation.
Changelog #
All notable changes to this project will be documented in this file.
1.3.2 - 2025-04-16 #
Scrizer Pubspec file #
- fix pubspec code format
- auto gen some registration auto generated files
1.3.0 - 2025-04-15 #
Scrizer Colors & Themes #
- Platform support for Web, Linux, Windows, macOS 🎉
- Documentation comments for public API elements
- Dart formatting run for better code readability
1.2.0 - 2025-04-15 #
Added #
- Platform support for Web, Linux, Windows, macOS 🎉
- Documentation comments for public API elements
- Dart formatting run for better code readability
Changed #
- Updated
Scrizerto work with multiple platforms without splitting into separate files - Improved
ScrizerLayoutwidget with platform-specific adaptations
Fixed #
- Fixed issues with platform detection and added support for all platforms
- Fixed missing documentation in several API elements
1.1.1 - 2025-04-13 #
Changed1 #
- Added new extension
RouteExtensionfor easier navigation - Fixed spacing issues in the Readme file
1.0.0 - 2025-04-13 #
Added1 #
- Initial release of Scrizer 🎉
- Responsive typography system via
ScrizerText - Layout wrapper widget
ScrizerLayout - Responsive spacing with
ScrizerGap - Scalable utilities: width, height, radius, icon, padding
- Typography presets:
displayLarge,titleMedium,bodySmall, etc. - Example usage with layout and text styles