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

outdated

A simple utility to convert a Flutter Color to a MaterialColor for a theme.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add swatcher

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

dependencies:
  swatcher: ^0.0.1

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:swatcher/swatcher.dart';
1
likes
0
points
35
downloads

Publisher

verified publisheremiliodallatorre.it

Weekly Downloads

A simple utility to convert a Flutter Color to a MaterialColor for a theme.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on swatcher