responsive_framework_v2 1.0.0+2
responsive_framework_v2: ^1.0.0+2 copied to clipboard
Responsive_framework_v2 simplifies responsive design in Flutter applications by providing a set of extensions and widgets for dynamic layout adjustments.
Changelog #
1.0.0+2 #
- Example app
1.0.0+1 #
- Responsive Scaling: UI elements are scaled dynamically based on defined breakpoints.
- Breakpoint Definition: Breakpoints are defined using the ScaleInBetween class, allowing for customization of scaling behavior between specific screen widths.
- Responsive Widgets: Use context.responsive to display different content based on screen width, and context.showOnScreenBreakPoint to show content only at specific screen widths.