neubrutalism_theme

Last updated:

0 purchases

neubrutalism_theme Image
neubrutalism_theme Images
Add to Cart

Description:

neubrutalism theme

Collection of simple and personalizable widgets in Neubrutalism design.
Features #

NeuButton: buttons with two type of animations
Incoming features: card and containers.

Getting started #
Just install the package flutter pub add neubrutalism_theme no further actions required.
Usage #
Usable as an ElevatedButton
const myBtn = Center(
child: NeuButton(
btnType: NeuBtnType.round,
onPressed: () {
isPressed = true;
},
child: const Text('Test Button'),
),
);
copied to clipboard
Additional information #
I am still working on this package, any suggestion on new design or animations style arre encouraged and accepted.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.