packagex 0.0.6 copy "packagex: ^0.0.6" to clipboard
packagex: ^0.0.6 copied to clipboard

discontinued
outdated

A library for package dart or flutter to specific platform.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate packagex

Use it

The package has the following executables:

$ packagex

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add packagex

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

dependencies:
  packagex: ^0.0.6

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:packagex/packagex.dart';
1
likes
0
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A library for package dart or flutter to specific platform.

Homepage
Repository (GitHub)

License

unknown (license)

Dependencies

archive, galaxeus_lib, path

More

Packages that depend on packagex