neobrutalist_ui_elements 0.1.1 copy "neobrutalist_ui_elements: ^0.1.1" to clipboard
neobrutalist_ui_elements: ^0.1.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.
This package is published on pub.dev!

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



1
likes
150
points
23
downloads

Publisher

unverified uploader

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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on neobrutalist_ui_elements