brand_colors 0.0.3 copy "brand_colors: ^0.0.3" to clipboard
brand_colors: ^0.0.3 copied to clipboard

This is just a collection of Color constants of the most popular brands and companies out there -- so you no longer have to keep Google-searching the hex codes for each.

example/example.dart

import 'package:brand_colors/brand_colors.dart';
import 'package:flutter/material.dart';

class Example extends StatelessWidget {
  const Example({Key key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return Container(
      color: BrandColors.facebookBlue,
    );
  }
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

This is just a collection of Color constants of the most popular brands and companies out there -- so you no longer have to keep Google-searching the hex codes for each.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on brand_colors