nexus_flutter 1.4.1 copy "nexus_flutter: ^1.4.1" to clipboard
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_flutter

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

dependencies:
  nexus_flutter: ^1.4.1

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: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';
0
likes
160
points
299
downloads

Documentation

API reference

Publisher

verified publisherinverge.net

Weekly Downloads

Nexus — one Flutter SDK for all Inverge Nexus services (realtime, sessions, events, errors, logs, feature flags, remote config, links, session replay, push notifications).

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, firebase_core, firebase_messaging, flutter, flutter_web_plugins, http, plugin_platform_interface, shared_preferences, socket_io_client, web

More

Packages that depend on nexus_flutter

Packages that implement nexus_flutter