neobrutalist_ui_elements 1.0.5
neobrutalist_ui_elements: ^1.0.5 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.
1.0.5 #
- Updated README.md
1.0.3(11-01-2026) #
- Minor fixes
1.0.2(11-01-2026) #
- Enhanced NeoToast widget: Made
ToastNeoService.show()fully customizable with new optional parameters:- Added
backgroundColor,shadowColor,buttonColorfor color customization - Added
textStylefor custom message text styling - Added
iconparameter for optional icon display - Added
height,borderRadius,borderThickness,borderChinfor size and styling control - Added
hasButton,buttonMessage,onPressedfor action button customization - Added
durationparameter to control auto-dismiss timing (defaults to 3 seconds) - Added
positionparameter withToastPositionenum (top/bottom) for toast placement - Added
animationDurationfor custom animation timing - Renamed
NeoToastServicetoToastNeoServicefor consistency
- Added
- Backward compatibility maintained - simple
show()call still works with defaults
1.0.1(09-01-2026) #
- Fixed documentation in README.md
1.0.0(09-01-2026) #
- BREAKING CHANGE: Renamed
ContainerNeotoNeoContainerfor consistency with naming convention - BREAKING CHANGE: Renamed
InputFieldtoNeoInputFieldfor consistency with naming convention - BREAKING CHANGE: Renamed
TextContainertoNeoTextContainerfor consistency with naming convention - Added
NeoLoadingIndicatorwidget - a new loading indicator in neobrutalist style with customizable size, color, stroke width, shadow offset, border radius, and animation duration - Added
NeoDialogwidget - a neobrutalist-style dialog with customizable title, content, background color, and action buttons - Added
NeoToastwidget - a toast notification component with slide and fade animations, customizable colors, and optional action buttons - Added
NeoWindowwidget - a Windows 95-style window component with title bar, close button, and customizable content - Added
NeoSliderwidget - a neobrutalist slider with customizable track colors, thumb size, shadow offset, and value indicator - Added comprehensive showcase page in example app demonstrating all widgets in a single scrollable view
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.