neobrutalist_ui_elements 0.2.1
neobrutalist_ui_elements: ^0.2.1 copied to clipboard
This is a collection of neobrutalist UI elements for Flutter. The elements are designed to be simple, minimalistic, and easy to use.
0.2.1(03-01-2026) #
- Minor bugfixes
0.2.0(27-12-2025) #
- Updated the gradle version of the example project.
- ContainerNeo Press animation causing page layout to shift has been fixed. Animation logic overhauled and is no longer gets stuck on pressed state.
- InputField: Autocorrect and suggestions are disabled when the text is obscured. Added an option to change the keyboard type and customize the text styles of hint and input texts.
- NeoCircleIconButton: Added a pressing down animation.
0.1.0(28-02-2025) #
- Added 3 new widgets
NeoCircleIconButton,NeoSegmentedOptionsandNeoSwitch - Integrated better performance optimizations and bug fixes.
- Changed the widget constructor requirements that introduce optional fields for widgets.
0.0.1(10-02-2025) #
- This is the very first release of Neobrutalist UI Elements library.
- Shadowy Container, Neo Container and Input Field are added.