Skip to content

v2.0.0

Compare
Choose a tag to compare
@deepraj02 deepraj02 released this 26 Oct 14:40
· 39 commits to master since this release
a085857

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