ds_builder 1.0.1 copy "ds_builder: ^1.0.1" to clipboard
ds_builder: ^1.0.1 copied to clipboard

Flutter项目构建工具,包括路由代码生成和资源R文件生成。与build_runner无缝集成。

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ds_builder

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

dependencies:
  ds_builder: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:ds_builder/ds_builder.dart';
1
likes
0
points
184
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter项目构建工具,包括路由代码生成和资源R文件生成。与build_runner无缝集成。

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

build, path, yaml

More

Packages that depend on ds_builder