hd 1.0.8 copy "hd: ^1.0.8" to clipboard
hd: ^1.0.8 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

With Flutter:

 $ flutter 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.8

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

Publisher

unverified uploader

Weekly Downloads

custom get CLI,(for flutter project with getx)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

path

More

Packages that depend on hd