Performance and Bug Fixes.
- fix: Reversed animation and onTap as seperate concepts in InkWell widget
- closes #45
Performance and Bug Fixes.
-
SearchBarIcon
is renamed asleadingIcon
forNeuSearchBar
Widget. (Done to make the properties more self-Explainatory). - fix: Stationary Shadow in
NeuButtons
(The offset staying stationary onPressing). - fix:
OnPressed
function not invoking whileenableAnimation
value set to true.
- closes #39
- closes #41
- closes #40
2.0.0 (Feature Update) will focused on adding more UI components and will reduce the complexity of creating Custom UI from this Package.
-
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
- 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
.
- OnPressed animation added in v2.0.0 for
NeuTextButton
&NeuIconButton
(accessable by theenableAniamtion
andanimationDuration
flags).
-
example/main.dart
revamp to contain all NeuWidgets. - Code Snippets and Set-up process explained for all the widgets
- closes #28
- closes #24
- closes #29
- closes #28
- closes #25
- closes #26
- closes #33
- Docs Update for v2.0.0-beta()
- Minor UI and Code Fixes
- Example app revamp to include all Widgets.
2.0.0 (Feature Update) will focused on adding more UI components and will reduce the complexity of creating Custom UI from this Package.
New Widgets NeuBottomNav
will also be included along with other bug fixes and Performance improvements and Improved code for better testability
-
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
). -
NeuBottomNav
requires adding some additionalScaffold
andSafeArea
flags as of now. - Removed the property
paddingData
fromNeuIconButton
- 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
.
-
NeuBottomNav
-UI styling done and dusted (Navigation Part Under Development RN). - OnPressed animation added in v2.0.0 for
NeuTextButton
&NeuIconButton
(accessable by theenableAniamtion
andanimationDuration
flags).
-
example/main.dart
revamp to contain all NeuWidgets. - Code Snippets and Set-up process explained for all the widgets
- closes #28
- closes #24
- closes #29
- closes #28
- closes #25
- closes #26
- closes #33
- docs: Update README to the Current Standard.
- docs: Add Updated API Documentation for All NeuWidgets.
- feat: add textalign property in neuTextButton.
- feat: Add a Container for Creating Custom Widgets in Neubrutalist style
- feat: add nested widget support to provide more flexibility
- feat: add OnHover Animation
- feat: Add Widget Tests
- Issues Closed
- closes #12
- closes #15 - Added Nested widget Support
- closes #14 - Added NeuContainer
- closes #17 -
shadowGeometry
->blurGeometry
- [x]closes #13 - Added Fresh Docs
- Added 2 New Widgets
neuIconButton
andneuSearchBar
- Fixed the bug causing no response on onPressed function in
neuTextButton
- Fix Pubspec
- Added 2 amazing Widgets
- Added More Documentation.
- Added Example Section.
- Fixes for NeuImageButton.