fast_package 0.0.3
fast_package: ^0.0.3 copied to clipboard
一个帮助您快速开发的Flutter 包,如果您发现任何需要改进的地方,或者想要请求某个功能,请在GitHub上提交issue,感谢您的反馈和贡献。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fast_packageThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fast_package: ^0.0.3Alternatively, 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:fast_package/fast_package.dart';