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

A CLI tool for automating Flutter app setup and file generation made by reza.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rz_utils

With Flutter:

 $ flutter pub add rz_utils

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

dependencies:
  rz_utils: ^1.0.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:rz_utils/rz_utils.dart';
3
likes
130
points
59
downloads

Publisher

verified publisherekata.id

Weekly Downloads

A CLI tool for automating Flutter app setup and file generation made by reza.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path, process_run

More

Packages that depend on rz_utils