v2.0.0
2.0.0 (26-10-2023)
Release Highlights
2.0.0 (Feature Update) will focused on adding more UI components and will reduce the complexity of creating Custom UI from this Package.
Breaking Changes
-
NeuCard
is depriciated now and will be Removed in the Following Versions. (For better Styling Freedom useNeuContainer
instead). -
NeuTextButton
contains some breaking changes as theWidget
child properties is removed completely and replaced withText
Property focusing only on keeping Texts in theNeuTextButton
. (For Complex UI design chooseNeuContainer
) - Removed the property
paddingData
fromNeuIconButton
Changes
- Migrated to NeuContainer instead of Material Container in all widgets of this Package
NeuTextButton
NeuSearchBar
&NeuIconButton
. - Changed the Initial UI Lookup Styling for widgets like
NeuTextButton
&NeuSearchBar
.
Features
- OnPressed animation added in v2.0.0 for
NeuTextButton
&NeuIconButton
(accessable by theenableAniamtion
andanimationDuration
flags).
Documentation
-
example/main.dart
revamp to contain all NeuWidgets. - Code Snippets and Set-up process explained for all the widgets