neubrutalism_ui 0.2.0 copy "neubrutalism_ui: ^0.2.0" to clipboard
neubrutalism_ui: ^0.2.0 copied to clipboard

A Flutter package that provides a set of Neubrutalism-style UI components that you can use to build beautiful and functional user interfaces for your apps. The package includes components such as butt [...]

Button Preview

neubrutalism_ui

Request Feature
Report Bug

Contributors Stargazers Issues License

Table Of Contents #

About The Project #

"Neubrutalism UI is a comprehensive UI kit for Flutter that incorporates the principles of Neubrutalism design. With this package, you can easily add beautiful and functional UI components to your Flutter app in a style that emphasizes simplicity and minimalism.

The package includes a variety of UI components such as buttons, cards, forms, and more, each designed with a subtle shadow and rounded corners that add depth and texture to your app. You can customize the appearance of each component to fit the specific needs of your app, including changing the border radius, depth, and color.

Whether you're a beginner or an experienced developer, Neubrutalism UI makes it easy to create elegant and functional UI components in Flutter that align with the principles of Neubrutalism design. With clear and concise documentation and easy installation instructions, you can start using the package in your app today."

Built With Flutter 💙 #

Getting Started #

Prerequisites #

To use the "neubrutalism_ui" package, you will need to have the following installed:

Flutter SDK

If you do not have Flutter installed on your system, you can download it from the official Flutter website: https://flutter.dev/docs/get-started/install

Installation #

  • Add the "neubrutalism_ui" package to your project's dependencies. You can do this by adding the following line to your pubspec.yaml file:
dependencies:
  neubrutalism_ui: <latest-version>

Then, run flutter pub get in your terminal to download the package.

  • Import the "neubrutalism_ui" package in your Dart code:
import 'package:neubrutalism_ui/neubrutalism_ui.dart';

Usage #

NeuTextButton with Customization #

Neubrutalism.neuTextButton(
              buttonColor: Colors.teal,
              buttonHeight: 60,
              borderWidth: 2,
              onPressed: () {
                print("object");
              },
              buttonWidth: 300,
            ),

NeuImageCard with Customization #

Neubrutalism.neuImageCard(
              cardImage: Image.network(
                "https://bit.ly/infamous404",
                fit: BoxFit.cover,
              ),
              cardHeight: 300,
              cardWidth: 300,
              paddingData: const EdgeInsets.all(8),
            ),

Examples:

Component Name Code Preview
TextButton Neubrutalism.neuTextButton Button Preview
NeuImageCard Neubrutalism.neuImageCard Image Card Preview
NeuSearchBar Neubrutalism.neuSearchBar NeuSearch Preview
NeuIconButton Neubrutalism.neuIconButton Neu Icon Button Preview

Roadmap #

See the open issues for a list of proposed features (and known issues).

Contributing #

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

Creating A Pull Request #

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request (choose the Staging branch From the Dropdown)

License #

Distributed under the MIT License. See LICENSE for more information.

Authors #

36
likes
115
pub points
69%
popularity

Publisher

unverified uploader

A Flutter package that provides a set of Neubrutalism-style UI components that you can use to build beautiful and functional user interfaces for your apps. The package includes components such as buttons, cards, forms, and icons, all with a unique, modern design that's inspired by the Neubrutalism design philosophy.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

CC0-1.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on neubrutalism_ui