fsa 0.0.3 copy "fsa: ^0.0.3" to clipboard
fsa: ^0.0.3 copied to clipboard

Flutter Smart Assets - CLI tool that auto-scans assets/fonts and generates strongly-typed Dart constants with auto-updated pubspec.yaml

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fsa

Use it

The package has the following executables:

$ fsa

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fsa

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

dependencies:
  fsa: ^0.0.3

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:fsa/fsa.dart';
1
likes
140
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter Smart Assets - CLI tool that auto-scans assets/fonts and generates strongly-typed Dart constants with auto-updated pubspec.yaml

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, path, yaml, yaml_edit

More

Packages that depend on fsa