idkit_assets 1.1.4 copy "idkit_assets: ^1.1.4" to clipboard
idkit_assets: ^1.1.4 copied to clipboard

This package is a multi-functional command-line toolkit for managing Flutter project resource files. The package is easy to use and has strong stability.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate idkit_assets

Use it

The package has the following executables:

$ idkit_assets

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add idkit_assets

With Flutter:

 $ flutter pub add idkit_assets

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

dependencies:
  idkit_assets: ^1.1.4

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:idkit_assets/idkit_assets.dart';
4
likes
100
pub points
19%
popularity

Publisher

unverified uploader

This package is a multi-functional command-line toolkit for managing Flutter project resource files. The package is easy to use and has strong stability.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

io, path

More

Packages that depend on idkit_assets