Releases: deepraj02/neubrutalism_ui
Releases · deepraj02/neubrutalism_ui
v2.0.2 (onPressed Animation bug fix)
What's Changed
- Bugfix: Reversed animation and onTap as seperate concepts in InkWell widget by @Dotrar in #44
- v2.0.2 release (OnPressed Animation bug fix) by @deepraj02 in #46
Full Changelog: v2.0.1...v2.0.2
v2.0.1 (Performance and bug fixes)
What's Changed
- Stationary shadow in NeuButton by @Dotrar in #38
- v 2.0.1 release by @deepraj02 in #42
- v2.0.1 release 🚀 by @deepraj02 in #43
New Contributors
Full Changelog: v2.0.0...v2.0.1
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
-
NeuCardis depriciated now and will be Removed in the Following Versions. (For better Styling Freedom useNeuContainerinstead). -
NeuTextButtoncontains some breaking changes as theWidgetchild properties is removed completely and replaced withTextProperty focusing only on keeping Texts in theNeuTextButton. (For Complex UI design chooseNeuContainer) - Removed the property
paddingDatafromNeuIconButton
Changes
- Migrated to NeuContainer instead of Material Container in all widgets of this Package
NeuTextButtonNeuSearchBar&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 theenableAniamtionandanimationDurationflags).
Documentation
-
example/main.dartrevamp to contain all NeuWidgets. - Code Snippets and Set-up process explained for all the widgets
Issues Fixed
TODO's
v2.0.0-beta-2
What's Changed
- neubrutalism_ui v2.0.0 -beta ( 🛑 Contains Breaking Changes). by @deepraj02 in #34
- v2.0.0 by @deepraj02 in #34
Full Changelog: v2.0.0-beta...v2.0.0-beta-2
v2.0.0-beta
2.0.0-beta (01-09-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.
New Widgets NeuBottomNav will also be included along with other bug fixes and Performance improvements and Improved code for better testability
Breaking Changes
-
NeuCardis depriciated now and will be Removed in the Following Versions. (For better Styling Freedom useNeuContainerinstead). -
NeuTextButtoncontains some breaking changes as theWidgetchild properties is removed completely and replaced withTextProperty focusing only on keeping Texts in theNeuTextButton. (For Complex UI design chooseNeuContainer). -
NeuBottomNavrequires adding some additionalScaffoldandSafeAreaflags as of now. - Removed the property
paddingDatafromNeuIconButton
Changes
- Migrated to NeuContainer instead of Material Container in all widgets of this Package
NeuTextButtonNeuSearchBar&NeuIconButton. - Changed the Initial UI Lookup Styling for widgets like
NeuTextButton&NeuSearchBar.
Features
-
NeuBottomNav-UI styling done and dusted (Navigation Part Under Development RN). - OnPressed animation added in v2.0.0 for
NeuTextButton&NeuIconButton(accessable by theenableAniamtionandanimationDurationflags).
Documentation
-
example/main.dartrevamp to contain all NeuWidgets. - Code Snippets and Set-up process explained for all the widgets
Issues Fixed
1.0.0 - Stable
What's Changed
- Experimental by @deepraj02 in #11
- 1.0.0 (beta) - contains breaking change by @deepraj02 in #16
- 1.0.0 ✨🔥(draft) by @deepraj02 in #20
Full Changelog: v0.2.0...v1.0.0
Feature Release
0.2.0 (19-03-2023)
Release Highlights:
- Added 2 New Widgets
neuIconButtonandneuSearchBar - Fixed the bug causing no response on onPressed function in
neuTextButton