flutter_esim_pro 0.0.1
flutter_esim_pro: ^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 Dart:
$ dart pub add flutter_esim_proWith Flutter:
$ flutter pub add flutter_esim_proThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_esim_pro: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_esim_pro/flutter_esim_pro.dart';