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

PlatformWindows

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.2

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
160
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on hexcore