Skip to content

Releases: deepraj02/neubrutalism_ui

v2.0.2 (onPressed Animation bug fix)

10 Nov 13:41
be01828
Compare
Choose a tag to compare

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)

09 Nov 11:22
92dd2f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

26 Oct 14:40
a085857
Compare
Choose a tag to compare

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 use NeuContainer instead).
  • NeuTextButton contains some breaking changes as the Widget child properties is removed completely and replaced with Text Property focusing only on keeping Texts in the NeuTextButton. (For Complex UI design choose NeuContainer)
  • Removed the property paddingData from NeuIconButton

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 the enableAniamtion and animationDuration flags).

Documentation

  • example/main.dart revamp to contain all NeuWidgets.
  • Code Snippets and Set-up process explained for all the widgets

Issues Fixed

TODO's

v2.0.0-beta-2

03 Sep 11:57
e7370a0
Compare
Choose a tag to compare
v2.0.0-beta-2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-beta...v2.0.0-beta-2

v2.0.0-beta

23 Aug 17:45
41fd3de
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

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

  • NeuCard is depriciated now and will be Removed in the Following Versions. (For better Styling Freedom use NeuContainer instead).
  • NeuTextButton contains some breaking changes as the Widget child properties is removed completely and replaced with Text Property focusing only on keeping Texts in the NeuTextButton. (For Complex UI design choose NeuContainer).
  • NeuBottomNav requires adding some additional Scaffold and SafeArea flags as of now.
  • Removed the property paddingData from NeuIconButton

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

  • NeuBottomNav -UI styling done and dusted (Navigation Part Under Development RN).
  • OnPressed animation added in v2.0.0 for NeuTextButton & NeuIconButton (accessable by the enableAniamtion and animationDuration flags).

Documentation

  • example/main.dart revamp to contain all NeuWidgets.
  • Code Snippets and Set-up process explained for all the widgets

Issues Fixed

1.0.0 - Stable

15 Apr 15:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v1.0.0

Feature Release

19 Mar 14:33
d527413
Compare
Choose a tag to compare

0.2.0 (19-03-2023)

Release Highlights:

  • Added 2 New Widgets neuIconButton and neuSearchBar
  • Fixed the bug causing no response on onPressed function in neuTextButton