with_opacity 0.0.2
with_opacity: ^0.0.2 copied to clipboard
A modern color extension for managing opacity in Flutter. Easily apply custom opacity to any color with a clean and intuitive API. Perfect for updating apps to the latest Flutter SDK.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add with_opacityThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
with_opacity: ^0.0.2Alternatively, 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:with_opacity/with_opacity.dart';