flutter_adaptive_ui 0.5.0+1 flutter_adaptive_ui: ^0.5.0+1 copied to clipboard
A library that helps implement adaptive UI (base on OS , window size , ...) .
0.5.0+1 #
- Put an example
0.5.0 #
- Rename DeviceConfig to Screen
- Add mediaQUeryData , breakpointData and layoutConstraints to Screen
- Obtain ScreenType and ScreenSize base on layoutConstraint and then media query
- Wrap AdaptiveBuilder result in LayoutBuilder
- Remove maybeOf from Breakpoint
- Add of(context) method to Screen
0.4.0+1 #
- Add some extension methods to BuildContext (breakpoint , mabybreakpoint)
- Fix: Rename builder to delegate in AdaptiveBuilder fields
- Fix: Change AdaptiveLayoutDelegates fields to name params.
- Doc: Add some documents.
- Add README
0.4.0 #
- Update AdaptiveBuilder: get breakpointData in constructor.
- Add PlatformType (enum).
- Add getDefaultPlatform top level function.
- Add getDefaultDesignLanguage top level function.
0.3.0 #
- Add BreakpointData.
- Add Breakpoint (InheritedWidget).
- Update DeviceConfig to use breakpoint.
0.2.0 #
- Rename WindowType to ScreenType.
- Rename WindowSize to ScreenSize.
0.1.1+3 #
- Doc: Add some documents.
0.1.1+2 #
0.1.1+1 #
- Update README.md
0.1.1 #
- Add description to pubsepc.yaml
- Add repository to pubsepc.yaml
- Update Dart SDK version
0.1.0 #
- TODO: Describe initial release.