neobrutalist_ui_elements 0.0.1 copy "neobrutalist_ui_elements: ^0.0.1" to clipboard
neobrutalist_ui_elements: ^0.0.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.

This is a flutter package that aims to create beautiful, customizable and reusable UI elements that use "Neo Brutalistic" design language. It contains easy to use elements for developing beautiful UI pages.

Features #

  • Main container element with customizable animations and shapes.
  • Input field with controller support.
  • Text container with Neo Brutalistic shadow

Usage #

Additional information #

I will be adding some more basic elements such as Cards, Search Bars and Dropdown, in the near future.

Container_Neo(
                  animate: true,
                  padding: const EdgeInsets.all(10),
                  defaultPaddingBottom: 5,
                  defaultPaddingRight: 5,
                  bgcolor: const Color.fromARGB(255, 251, 209, 70),
                  borderRadius: 3,
                  onPressed: () {
                    print('Container_Neo pressed');
                  },
                  onLongPressed: () {
                    print('Container_Neo long pressed');
                  },
                  child: const Text('Neo Container',
                      style: TextStyle(fontSize: 20),),
),



2
likes
0
points
447
downloads

Publisher

verified publisherkeremfive.com

Weekly Downloads

This is a collection of neobrutalist UI elements for Flutter. The elements are designed to be simple, minimalistic, and easy to use.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on neobrutalist_ui_elements