responsive_framework 0.0.11 copy "responsive_framework: ^0.0.11" to clipboard
responsive_framework: ^0.0.11 copied to clipboard

outdated

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

Changelog #

0.0.11 #

  • Dartfmt files. No functional changes.

0.0.10 #

  • Calculate padding for SafeArea scaling correctly.
  • Calculate ViewInsets for keyboard offset correctly.

0.0.9 #

  • Create ResponsiveGridView that extends GridView with more grid layout controls.
  • Use ResponsiveGridView for shrink and fixed item sizing options with the ability to control alignment and max row count.
  • Breaking - simplified autoScaleDown behavior to only scale down from the specified breakpoint.

0.0.8 #

  • New breakpoint calculation algorithm.
  • Create debugLog parameter. Pretty print a visual view of breakpoint segments for debugging purposes.
  • Add over 100+ tests.
  • Fix first frame black screen issue.

0.0.7 #

0.0.6 #

  • Create autoScaleDown and tag behaviors.
  • Create ResponsiveBreakpointSegment and algorithm to calculate breakpoint segments.
  • Create experimental ResponsiveValue, ResponsiveVisibility, and ResponsiveRowColumn widgets.
  • Breaking - removed autoScale to migrate ResponsiveBreakpoint behavior to constructors.

0.0.5 #

  • Add defaultName parameter.
  • Create tests.
  • Improve breakpoint calculations and API.

0.0.4 #

  • New Documentation.
  • Rename scale to autoScale.

0.0.3 #

0.0.2 #

  • MinWidth and MaxWidth scaling.
  • Create Demo app.

0.0.1 #

  • Initial Prerelease.
2811
likes
0
pub points
99%
popularity

Publisher

verified publishercodelessly.com

Easily make Flutter apps responsive. Automatically adapt UI to different screen sizes. Responsiveness made simple.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on responsive_framework