nice_colors 2.1.0 copy "nice_colors: ^2.1.0" to clipboard
nice_colors: ^2.1.0 copied to clipboard

Introducing NiceColors - your go-to solution for adding a touch of elegance to your Flutter projects!

example/lib/main.dart

import 'package:flutter/material.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: Scaffold(
        body: Center(
          child: Text('Hello World!'),
        ),
      ),
    );
  }
}
1
likes
140
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Introducing NiceColors - your go-to solution for adding a touch of elegance to your Flutter projects!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on nice_colors