qftools 1.0.4 copy "qftools: ^1.0.4" to clipboard
qftools: ^1.0.4 copied to clipboard

A comprehensive Flutter project management CLI tool for streamlining development workflows.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate qftools

Use it

The package has the following executables:

$ qftools

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add qftools

With Flutter:

 $ flutter pub add qftools

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

dependencies:
  qftools: ^1.0.4

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:qftools/qftools.dart';
2
likes
150
points
30
downloads

Publisher

verified publishervignaraj.dev

Weekly Downloads

A comprehensive Flutter project management CLI tool for streamlining development workflows.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, io, path, yaml

More

Packages that depend on qftools