neubrutalism_theme 0.0.2 copy "neubrutalism_theme: ^0.0.2" to clipboard
neubrutalism_theme: ^0.0.2 copied to clipboard

Simple widget collection in Neubrutalism style with different types of animations with the goal of simplify Widget usage.

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'),
      ),
    );

Additional information #

I am still working on this package, any suggestion on new design or animations style arre encouraged and accepted.

1
likes
150
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Simple widget collection in Neubrutalism style with different types of animations with the goal of simplify Widget usage.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on neubrutalism_theme