lexiolab 0.1.0
lexiolab: ^0.1.0 copied to clipboard
LexioLab client SDK for Flutter — manifest polling, content-addressed bundle caching, runtime ICU formatting, and label lookup that never blocks a frame.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add lexiolabThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
lexiolab: ^0.1.0Alternatively, 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:lexiolab/lexiolab.dart';