fast_dev 0.0.1-beta.1 copy "fast_dev: ^0.0.1-beta.1" to clipboard
fast_dev: ^0.0.1-beta.1 copied to clipboard

写在 dev_dependencies 的 Flutter 开发期工具:根据 flutter.assets 生成类型安全路径。CLI 和 build_runner 同一套结果。

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate fast_dev

Use it

The package has the following executables:

$ fast_dev

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fast_dev

With Flutter:

 $ flutter pub add fast_dev

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

dependencies:
  fast_dev: ^0.0.1-beta.1

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:fast_dev/fast_dev.dart';
1
likes
135
points
70
downloads

Documentation

Documentation
API reference

Publisher

verified publisherchenyiren.top

Weekly Downloads

写在 dev_dependencies 的 Flutter 开发期工具:根据 flutter.assets 生成类型安全路径。CLI 和 build_runner 同一套结果。

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #cli #assets #code-generation #build-runner

License

MIT (license)

Dependencies

args, build, dart_style, glob, package_config, path, yaml

More

Packages that depend on fast_dev