gangplank 3.2.0 copy "gangplank: ^3.2.0" to clipboard
gangplank: ^3.2.0 copied to clipboard

outdated

Gangplank is a package for Dart/Flutter compatible with windows and macOs to provide an interface to communicate with the LCU (League Client Update) API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gangplank

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

dependencies:
  gangplank: ^3.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gangplank/gangplank.dart';
5
likes
0
pub points
0%
popularity

Publisher

verified publishershifter.lol

Gangplank is a package for Dart/Flutter compatible with windows and macOs to provide an interface to communicate with the LCU (League Client Update) API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, path

More

Packages that depend on gangplank