ngpack 0.0.5 copy "ngpack: ^0.0.5" to clipboard
ngpack: ^0.0.5 copied to clipboard

A simple command-line application to list or extract files from ggpack files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ngpack

With Flutter:

 $ flutter pub add ngpack

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

dependencies:
  ngpack: ^0.0.5

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:ngpack/ngpack.dart';
0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A simple command-line application to list or extract files from ggpack files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, glob, path, universal_io

More

Packages that depend on ngpack