evolving_icon 0.0.2+1 evolving_icon: ^0.0.2+1 copied to clipboard
The Evolving Icon package is a pub package that provides utilities and components for creating adaptive icons in Flutter applications. With this package, you can easily generate and display adaptive i [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add evolving_icon
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
evolving_icon: ^0.0.2+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:evolving_icon/evolving_icon.dart';