neobrutalist_ui_elements 1.0.0 copy "neobrutalist_ui_elements: ^1.0.0" to clipboard
neobrutalist_ui_elements: ^1.0.0 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 #

  • NeoContainer - Main container element with customizable animations, shapes, and shadow effects
  • NeoInputField - Input field with controller support and customizable styling
  • NeoTextContainer - Text container with Neo Brutalistic shadow
  • NeoCircleIconButton - Circular icon button with press animations
  • NeoSwitch - Toggle switch with customizable colors and animations
  • NeoSegmentedOptions - Segmented control for multiple options
  • NeoDialog - Neobrutalist-style dialog with customizable content and buttons
  • NeoToast - Toast notification component with slide and fade animations
  • NeoWindow - Windows 95-style window component with title bar
  • NeoSlider - Slider with customizable track colors, thumb size, and value indicator
  • NeoLoadingIndicator - Loading indicator with customizable size, color, and animation duration

Usage #

Additional information #

This package is published on pub.dev!

NeoContainer(
  offset: 3,
  animate: true,
  padding: const EdgeInsets.all(16),
  bgcolor: const Color(0xFFFFD93D),
  borderRadius: 8,
  onPressed: () {
    print('NeoContainer pressed');
  },
  child: const Text(
    'Neo Container',
    style: TextStyle(fontSize: 18, fontWeight: FontWeight.bold),
  ),
),
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