nomo_ui_kit 0.0.31 nomo_ui_kit: ^0.0.31 copied to clipboard
Highly opinionated and highly customizable UI Kit for Flutter. Meant to be a alternative to Material.
0.0.1 #
Initial release.
0.0.2 #
- Remove Unused Parameters in NomoApp
- Add onChanged Methods to ThemeDelegate
0.0.3 #
- Added support for changing themes on the go
0.0.4 #
- Added itemDecorator on vertical and horizontal menu items
0.0.5 #
- Make Trailling Widgets inside NomoVerticalMenu Expanded
0.0.6 #
- Improve NomoRouteBody
- Uprade to newest UI Generator (0.0.3)
0.0.7 #
- Implement NomoSnackBar
- Improve NomoAppBar (Better Default Values)
0.0.8 #
- Implement NomoDropDownButton
- Improvements to NomoInput
- No Padding for NomoRouteBody when using slivers
- Implement NomoElevation
0.0.9 #
- Implement ValueNotifier for NomoDropDownMenu
0.0.10 #
- Integrate NomoDropDownMenu into NomoTheme
- Make NomoDropDownItem sealed class (Either String or Widget can be provided)
- Add Fields
0.0.11 #
- Fix NomoText Behaviour when fit is set to true
0.0.12 #
- Make NomoNotifications more customizable
0.0.13 #
- Add Optional Parameters bottom and top to NomoInput
0.0.14 #
- Fix for Positioning of bottom and top Widgets inside NomoInput
0.0.15 #
- Fix Bug in Nomo Link Button
0.0.16 #
- Improve text scaling in NomoText if fit is set to true
0.0.17 #
- Adjust NomoDialog Height Behaviour and Title Layout. Also add scrollable Parameter.
0.0.18 #
- Fix Navigator.pop for NomoDialog when compiled to WASM
0.0.19 #
- DynamicRow now uses CrossAxisAligment.center
0.0.20 #
- Add flag to NomoDialog to center the title
0.0.21 #
- Add maxLength & maxParagraphs Parameters to NomoInput
0.0.22 #
- Remove Unused Dependency
0.0.23 #
- Minor Improvements
0.0.24 #
- Minor Improvements
- Use CrossaxisAligment.strech for NomoRouteBody Footer
0.0.25 #
- Add onTap & onTapOutside Parameters for NomoInput
0.0.26 #
- Add HitTestBehavior Parameter to NomoInput
0.0.27 #
- Add splashRadius Parameter to Expandable
0.0.28 #
- Add textEditingController and onFieldSubmitted Parameters to NomoInput
- Keep NomoFormValidator in sync when autovalidate is true
- Allow setting values through NomoFormValues
0.0.29 #
- Add itemBorderRadius, borderRadius and elevation parameters to NomoBottomBar
0.0.30 #
- Fix conditional import of PlatformInfo for Wasm Builds
0.0.31 #
- Fix Wasm Bug