luxo_client 0.1.2 copy "luxo_client: ^0.1.2" to clipboard
luxo_client: ^0.1.2 copied to clipboard

Luxo SDK for Dart/Flutter — Schema-driven API framework. One .luxo file generates API + DB + SDK. Features: HTTP/2 & WebSocket transport, binary codec (3x faster than JSON), compile-time field selecti [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add luxo_client

With Flutter:

 $ flutter pub add luxo_client

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

dependencies:
  luxo_client: ^0.1.2

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:luxo_client/luxo_client.dart';
0
likes
100
points
133
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Luxo SDK for Dart/Flutter — Schema-driven API framework. One .luxo file generates API + DB + SDK. Features: HTTP/2 & WebSocket transport, binary codec (3x faster than JSON), compile-time field selection ($select), typed client codegen, and auto-reconnect.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, build, glob, http

More

Packages that depend on luxo_client