lenra_client 1.0.0-test.5 copy "lenra_client: ^1.0.0-test.5" to clipboard
lenra_client: ^1.0.0-test.5 copied to clipboard

retractedoutdated

Official Lenra lib to create custom client apps in Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add lenra_client

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

dependencies:
  lenra_client: ^1.0.0-test.5

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:lenra_client/application.dart';
import 'package:lenra_client/oauth2.dart';
import 'package:lenra_client/route.dart';
import 'package:lenra_client/socket.dart';
import 'package:lenra_client/socket_helper_io.dart';
import 'package:lenra_client/socket_helper_stub.dart';
import 'package:lenra_client/socket_helper_web.dart';
import 'package:lenra_client/view.dart';
import 'package:lenra_client/widgets.dart';
2
likes
0
points
151
downloads

Publisher

verified publisherlenra.io

Weekly Downloads

Official Lenra lib to create custom client apps in Flutter.

Homepage

License

unknown (license)

Dependencies

flutter, json_patch, logging, oauth2_client, phoenix_wings

More

Packages that depend on lenra_client