w_builder 2.1.3 copy "w_builder: ^2.1.3" to clipboard
w_builder: ^2.1.3 copied to clipboard

A powerful CLI tool for w.ever team to architect Flutter features and boost productivity.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate w_builder

Use it

The package has the following executables:

$ w_builder

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add w_builder

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

dependencies:
  w_builder: ^2.1.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:w_builder/w_builder.dart';
1
likes
140
points
158
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful CLI tool for w.ever team to architect Flutter features and boost productivity.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, dartz, dio, equatable, flutter, flutter_animate, flutter_bloc, get_it, go_router, google_fonts, hydrated_bloc, infinite_scroll_pagination, mustache_template, package_info_plus, path, shared_preferences, yaml

More

Packages that depend on w_builder