ios_colors 0.0.22
ios_colors: ^0.0.22 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_colorsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ios_colors: ^0.0.22Alternatively, 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';