Skip to main content

Flutter Installation

Add the Eixam Flutter SDK package to your Flutter project.

Add the package

For the 0.2.0 release, use the agreed Eixam release tag provided during release handoff:

dependencies:
eixam_connect_flutter:
git:
url: https://github.com/eixam-tech/eixam-sdk-flutter
ref: <agreed-0.2.0-release-tag>
path: packages/eixam_connect_flutter

Import

import 'package:eixam_connect_flutter/eixam_connect_flutter.dart';

Package boundary

Partner apps should only depend on the public Flutter package surface. Do not build directly against internal runtime implementation classes unless you are working in a controlled internal validation scenario.

Next step

Continue with Flutter Integration to wire up the SDK in your host app.