assetkamkaro 0.1.1
assetkamkaro: ^0.1.1 copied to clipboard
A powerful Flutter package for optimizing and managing assets in your Flutter project. Helps reduce app size, improve loading times, and maintain clean asset management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add assetkamkaro
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
assetkamkaro: ^0.1.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:assetkamkaro/assetkamkaro.dart';