pubghost 1.0.7 copy "pubghost: ^1.0.7" to clipboard
pubghost: ^1.0.7 copied to clipboard

A CLI tool to find unused translations, dependencies or classes in a Flutter project.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pubghost

Use it

The package has the following executables:

$ pubghost

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubghost

With Flutter:

 $ flutter pub add pubghost

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

dependencies:
  pubghost: ^1.0.7

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:pubghost/pubghost.dart';
25
likes
160
points
1.69k
downloads

Publisher

verified publishernovadev.be

Weekly Downloads

A CLI tool to find unused translations, dependencies or classes in a Flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

path, yaml

More

Packages that depend on pubghost