secure_enclave 0.1.1 icon indicating copy to clipboard operation
secure_enclave: ^0.1.1 copied to clipboard

PlatformiOSmacOS
unlisted

secure_enclave is implementation Apple Secure Enclave for Flutter

7
likes
110/ 140
pub points
61%
popularity

We analyzed this package 6 hours ago, and awarded it 110 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
20 / 30icon to trigger folding of the section

0/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://github.com/anggaaryas/flutter-secure-enclave was unreachable. Make sure that the website is reachable via HEAD requests.

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: secure_enclave,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

10/10 points: Package has an example

0/10 points: 20% or more of the public API has dartdoc comments

  • 9 out of 57 API elements (15.8 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

icon indicating section status
Platform support
20 / 20icon to trigger folding of the section

20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)

  • ✓ iOS
  • ✓ MacOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:secure_enclave/secure_enclave.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Windows`.

Because:

  • package:secure_enclave/secure_enclave.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:secure_enclave/secure_enclave.dart that declares support for platforms: iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:secure_enclave/secure_enclave.dart that declares support for platforms: iOS, macOS.
icon indicating section status
Pass static analysis
40 / 50icon to trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: The import of 'dart:typed_data' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/services.dart'.

lib/src/platform/secure_encalve_swift.dart:1:8

  ╷
1 │ import 'dart:typed_data';
  │        ^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/platform/secure_encalve_swift.dart

lib/src/platform/secure_encalve_swift.dart doesn't match the Dart formatter.

To format your files run: dart format .

icon indicating section status
Support up-to-date dependencies
20 / 20icon to trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
json_annotation ^4.5.0 4.8.1 4.8.1
plugin_platform_interface ^2.0.2 2.1.6 2.1.6
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.17.2 1.18.0
material_color_utilities - 0.5.0 0.8.0
meta - 1.9.1 1.10.0
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4
web - 0.1.4-beta 0.2.1-beta

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analysed with Pana 0.21.37, Flutter 3.13.5, Dart 3.1.2.

7
likes
110
pub points
61%
popularity

Publisher

verified publisher iconanggaaryas.my.id

secure_enclave is implementation Apple Secure Enclave for Flutter

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter, json_annotation, plugin_platform_interface

More

Packages that depend on secure_enclave