with_opacity 0.0.2 copy "with_opacity: ^0.0.2" to clipboard
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_opacity

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

dependencies:
  with_opacity: ^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:with_opacity/with_opacity.dart';
3
likes
140
points
64
downloads

Publisher

verified publisherdharmikjoshi.in

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on with_opacity