esim_compatibility 1.0.2 copy "esim_compatibility: ^1.0.2" to clipboard
esim_compatibility: ^1.0.2 copied to clipboard

Check if the device is eSIM compatible (native code for Android & iOS).

1.0.0 #

  • Initial release.
  • Added Android support:
    • Detects API level >= 28 (Android 9).
    • Uses EuiccManager.isEnabled() to check eSIM support.
  • Added iOS support:
    • Detects device model.
    • Compares against known eSIM-compatible Apple devices.
  • Provided simple Dart API:
    • EsimCompatibility.isEsimCompatible() returns true or false.

1.0.1 #

  • Initial release.

  • Added Android support:

    • Detects API level >= 28 (Android 9).
    • Uses EuiccManager.isEnabled() to check eSIM support.
  • Added iOS support:

    • Detects device model.
    • Compares against known eSIM-compatible Apple devices.
  • Provided simple Dart API:

    • EsimCompatibility.isEsimCompatible() returns true or false.

    1.0.2 #

  • Decreased the min sdk version

10
likes
150
points
105
downloads

Publisher

unverified uploader

Weekly Downloads

Check if the device is eSIM compatible (native code for Android & iOS).

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on esim_compatibility

Packages that implement esim_compatibility