hd 1.0.0 copy "hd: ^1.0.0" to clipboard
hd: ^1.0.0 copied to clipboard

custom get CLI,(for flutter project with getx)

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate hd

Use it

The package has the following executables:

$ hd

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hd

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

dependencies:
  hd: ^1.0.0

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:hd/app/routes/app_pages.dart';
import 'package:hd/app/routes/app_routes.dart';
import 'package:hd/app/test.dart';
import 'package:hd/main.dart';
0
likes
0
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

custom get CLI,(for flutter project with getx)

Repository (GitHub)

License

unknown (license)

Dependencies

path

More

Packages that depend on hd