respix 0.0.2
respix: ^0.0.2 copied to clipboard
An extremely simple, intuitive API for building fully responsive Flutter applications across mobile, tablet, laptop, desktop, and web layouts.
0.0.2 #
- Initial release of Respix
- 5 default breakpoints: mobile, tablet, laptop, desktop, web
- Responsive value builder with smart fallback logic
- Pre-built responsive widgets:
- ResponsiveBuilder - Layout switching
- ResponsiveText - Auto-scaling text
- ResponsiveImage - Adaptive images
- ResponsivePadding/ResponsiveSpacing - Adaptive spacing
- ResponsiveGrid - Responsive grid columns
- ResponsiveVisibility - Show/hide per breakpoint
- Context extensions for easy access
- Numeric extensions for scaled pixels and percentages
- ResponsiveConfig for global configuration
- Custom breakpoint support
- Zero external dependencies
- Type-safe generic API