esim_toolkit 0.0.1 copy "esim_toolkit: ^0.0.1" to clipboard
esim_toolkit: ^0.0.1 copied to clipboard

A Flutter plugin for eSim, checker and installer. This repository hosts a Flutter plugin designed to check device compatibility with eSIM and facilitate the installation of eSIM profiles directly with [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add esim_toolkit

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

dependencies:
  esim_toolkit: ^0.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:esim_toolkit/esim_toolkit.dart';
0
likes
150
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for eSim, checker and installer. This repository hosts a Flutter plugin designed to check device compatibility with eSIM and facilitate the installation of eSIM profiles directly within a Flutter app. The plugin provides a seamless way for developers to determine if a device supports eSIM and, if so, allows them to integrate eSIM functionality into their applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on esim_toolkit