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

outdated

A Flutter package which provides an interface to the League of Legends Client API (LCU API) and LCU Socket connection.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hexcore

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

dependencies:
  hexcore: ^1.0.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:hexcore/hexcore.dart';
2
likes
0
points
32
downloads

Publisher

verified publisherlm435.dev

Weekly Downloads

A Flutter package which provides an interface to the League of Legends Client API (LCU API) and LCU Socket connection.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on hexcore