spider 4.2.2 copy "spider: ^4.2.2" to clipboard
spider: ^4.2.2 copied to clipboard

A small dart command-line tool for generating dart references of assets from the assets folder.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate spider
copied to clipboard

Use it

The package has the following executables:

$ spider
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add spider
copied to clipboard

With Flutter:

 $ flutter pub add spider
copied to clipboard

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

dependencies:
  spider: ^4.2.2
copied to clipboard

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:spider/spider.dart';
copied to clipboard
374
likes
140
points
7.55k
downloads

Publisher

verified publisherbirju.dev

Weekly Downloads

2024.09.25 - 2025.04.09

A small dart command-line tool for generating dart references of assets from the assets folder.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

ansicolor, args, collection, dart_style, html, http, logging, meta, path, sprintf, watcher, yaml

More

Packages that depend on spider