the_colors 0.0.1 copy "the_colors: ^0.0.1" to clipboard
the_colors: ^0.0.1 copied to clipboard

This package provides more than 1800 colors names and color hex codes.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'home_page.dart';

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

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

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'The Colors Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const HomePage(),
    );
  }
}
2
likes
130
points
15
downloads

Publisher

verified publisherimflutter.dev

Weekly Downloads

This package provides more than 1800 colors names and color hex codes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on the_colors