ios_colors 0.0.23 copy "ios_colors: ^0.0.23" to clipboard
ios_colors: ^0.0.23 copied to clipboard

A Flutter package providing Apple's iOS system colors as hex values. Useful for developers who want to match the native iOS color scheme.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ios_colors

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ios_colors: ^0.0.23

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ios_colors/ios_colors.dart';
1
likes
135
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing Apple's iOS system colors as hex values. Useful for developers who want to match the native iOS color scheme.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ios_colors