swatcher 0.0.2 copy "swatcher: ^0.0.2" to clipboard
swatcher: ^0.0.2 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.2

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
30
points
32
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

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on swatcher