alium_sdk 1.0.1 copy "alium_sdk: ^1.0.1" to clipboard
alium_sdk: ^1.0.1 copied to clipboard

PlatformAndroid

A flutter wrapper around Alium Android SDK

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add alium_sdk

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

dependencies:
  alium_sdk: ^1.0.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:alium_sdk/alium.dart';
import 'package:alium_sdk/alium_sdk_method_channel.dart';
import 'package:alium_sdk/alium_sdk_platform_interface.dart';
import 'package:alium_sdk/survey_parameters.dart';
1
likes
130
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter wrapper around Alium Android SDK

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on alium_sdk

Packages that implement alium_sdk