feature_flags_toggly_secure_storage 0.1.1 copy "feature_flags_toggly_secure_storage: ^0.1.1" to clipboard
feature_flags_toggly_secure_storage: ^0.1.1 copied to clipboard

Secure-storage persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching via flutter_secure_storage.

150/ 160
pub points
95
downloads

We analyzed this package 3 days ago, and awarded it 150 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Toggly.FeatureManagement.Flutter/toggly_secure_storage/pubspec.yaml from the repository URL mismatch: expected https://github.com/ops-ai/Toggly.FeatureManagement but got https://github.com/ops-ai/toggly.

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: feature_flags_toggly_secure_storage,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

12 out of 12 API elements (100.0 %) have documentation comments.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:feature_flags_toggly_secure_storage/feature_flags_toggly_secure_storage.dart that imports:
  • package:feature_flags_toggly_secure_storage/src/secure_storage_cache_provider.dart that imports:
  • package:feature_flags_toggly/feature_flags_toggly.dart that imports:
  • package:feature_flags_toggly/src/services/services.dart that imports:
  • package:feature_flags_toggly/src/services/sync_service.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
feature_flags_toggly >=1.2.0 <2.0.0 1.2.1 1.2.1
flutter_secure_storage >=9.0.0 <11.0.0 10.3.1 10.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
async - 2.13.1 2.13.1
characters - 1.4.1 1.4.1
code_assets - 1.2.1 1.2.1
collection - 1.19.1 1.19.1
crypto - 3.0.7 3.0.7
dio - 5.9.2 5.9.2
dio_smart_retry - 7.0.1 7.0.1
dio_web_adapter - 2.1.2 2.1.2
ecdsa - 0.1.2 0.1.2
elliptic - 0.3.12 0.3.12
equatable - 2.0.8 2.0.8
ffi - 2.2.0 2.2.0
ffi_leak_tracker - 0.1.2 0.1.2
fixnum - 1.1.1 1.1.1
flutter_secure_storage_darwin - 0.3.2 0.4.0
flutter_secure_storage_linux - 3.0.1 3.0.1
flutter_secure_storage_platform_interface - 2.0.1 2.0.1
flutter_secure_storage_web - 2.1.1 2.1.1
flutter_secure_storage_windows - 4.2.2 4.2.2
hooks - 2.0.2 2.0.2
http_parser - 4.1.2 4.1.2
jni - 1.0.0 1.0.0
jni_flutter - 1.0.1 1.0.1
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.18.3
mime - 2.0.0 2.0.0
ninja_asn1 - 2.0.0 2.0.0
objective_c - 9.4.1 9.4.1
package_config - 2.2.0 3.0.0
path - 1.9.1 1.9.1
path_provider - 2.1.6 2.1.6
path_provider_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.3 2.1.3
path_provider_windows - 2.3.0 2.3.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pub_semver - 2.2.0 2.2.0
record_use - 0.6.0 0.6.0
rxdart - 0.28.0 0.28.0
source_span - 1.10.2 1.10.2
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
uuid - 4.5.3 4.5.3
vector_math - 2.2.0 2.4.0
web - 1.1.1 1.1.1
win32 - 6.3.0 6.3.0
xdg_directories - 1.1.0 1.1.0
yaml - 3.1.3 3.1.3

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.12, Flutter 3.44.2, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
150
points
95
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Secure-storage persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching via flutter_secure_storage.

License

BSD-3-Clause (license)

Dependencies

feature_flags_toggly, flutter, flutter_secure_storage

More

Packages that depend on feature_flags_toggly_secure_storage