responsive_ux 1.0.1
responsive_ux: ^1.0.1 copied to clipboard
React to window size changes according to Android/Apple/Material or your own specs. The way you need it.
0.3.1 #
Changed #
- Breakpoint.toString() (removed colon)
- WindowSize.toString() (removed colon)
- Improve example project
- Add link to a live example in the readme
0.3.0 #
Changed #
- Breaking: WindowSizeBuilder is renamed to WindowSizedBox to better match Flutter widget naming
- Breaking: Builder (The builder callback of the once called WindowSizeBuilder) is renamed to WindowSizeBuilder to no longer shadow the Flutter Builder widget
0.2.1 #
Added #
- feat: WindowSizeBuilder.override() constructor to allow widgets to rebuild with a directly provided configuration
- feat: Breakpoint and BreakpointBuilder for widgets to rebuild defined on local breakpoints
0.2.0 #
0.1.0 #
- feat: add WindowSizeNotifier to listen outside of the build method for changes
- feat: add Material / Compose / Cupertino WindowSizes
0.0.2 #
- doc: fix package name in ReadMe
0.0.1 #
- feat: Alpha release for WindowSizeClass-based definition (see ReadMe.md)