nexus_flutter 1.4.1
nexus_flutter: ^1.4.1 copied to clipboard
Nexus — one Flutter SDK for all Inverge Nexus services (realtime, sessions, events, errors, logs, feature flags, remote config, links, session replay, push notifications).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nexus_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nexus_flutter: ^1.4.1Alternatively, 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:nexus_flutter/nexus.dart';
import 'package:nexus_flutter/nexus_dio.dart';
import 'package:nexus_flutter/nexus_method_channel.dart';
import 'package:nexus_flutter/nexus_platform_interface.dart';
import 'package:nexus_flutter/nexus_web.dart';