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

A modern Flutter package providing neubrutalism-styled UI components for creating distinctive, playful interfaces with bold shadows and vivid colors.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:neubrutal_kit_example/showcase.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'NeuBrutal App',
      home: const Showcase()
    );
  }
}
12
likes
155
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A modern Flutter package providing neubrutalism-styled UI components for creating distinctive, playful interfaces with bold shadows and vivid colors.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_animate

More

Packages that depend on neubrutal_kit