moye 1.1.0
moye: ^1.1.0 copied to clipboard
A lightweight Flutter package that aims to reduce the amount of code needed to build beautiful UI.
1.1.0 #
- Added FadeContainer
- Added BackBlurImage
- Added GlowContainer
1.0.1 #
- HotFix for some constants
1.0.0 #
- Introduced Sliver Padding
- Short names for DateTime readable human formats
- Added readable human formats for TimeOfDay
- Added BottomSheet Utils
- Added LinearGradientProgressIndicator
- Added OverlayGlow to add glow to views
- Added ProgressButton
- Minor refactors
- Deprecated Containers and TextFields util classes
0.0.6 #
- Added String extensions (capitalize and title casing)
- Updated the package in general for small improvements
0.0.5 #
- Added DateTime extensions (readable date time format)
- Added more constants (compatible with slivers)
- Added more widget extensions
0.0.4 #
- Added sliver extensions - to convert easily between normal widgets to sliver widgets
- Added pre-defined constants for padding, heightBox, and widthBox
- Added smart camera state for handling init and dispose of camera controllers
- Added validation helper for validating emails, names, and numbers
- Added more getters for context extension
0.0.3 #
- Added more extensions and utils
- Breaking-Change - changed the location of various files in the package
0.0.2 #
- Added repository address in the project pubspec file
0.0.1 #
- Added extensions for widgets (makes it easier to manage different widgets)
- Added extensions for numbers (to define height and width boxes and EdgeInset objects easily)
- Added null safety extensions (allows the developer to use some Kotlin style "let" function on any object)