feature_flags_toggly_isar 0.4.0 copy "feature_flags_toggly_isar: ^0.4.0" to clipboard
feature_flags_toggly_isar: ^0.4.0 copied to clipboard

Isar database persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching.

130/ 160
pub points
433
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

19 out of 105 API elements (18.1 %) 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: feature_flags_toggly_isar.GetTogglyCacheEntryCollection, feature_flags_toggly_isar.GetTogglyCacheEntryCollection.togglyCacheEntrys, feature_flags_toggly_isar.TogglyCacheEntry.TogglyCacheEntry.new, feature_flags_toggly_isar.TogglyCacheEntry.cacheKey, feature_flags_toggly_isar.TogglyCacheEntry.payload.

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 does not support platform `Web`.

Because:

  • package:feature_flags_toggly_isar/feature_flags_toggly_isar.dart that imports:
  • package:feature_flags_toggly_isar/src/toggly_cache_entry.dart that imports:
  • package:isar_community/isar.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 12 issues. Showing the first 2:

WARNING: 'getByIndex' is experimental and could be removed or changed at any time.

lib/src/toggly_cache_entry.g.dart:131:12

    ╷
131 │     return getByIndex(r'cacheKey', [cacheKey]);
    │            ^^^^^^^^^^
    ╵

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

WARNING: 'getByIndexSync' is experimental and could be removed or changed at any time.

lib/src/toggly_cache_entry.g.dart:135:12

    ╷
135 │     return getByIndexSync(r'cacheKey', [cacheKey]);
    │            ^^^^^^^^^^^^^^
    ╵

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

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.8.0 <2.0.0 1.8.0 1.8.0
isar_community ^3.3.2 3.3.2 3.3.2
isar_community_flutter_libs ^3.3.2 3.3.2 3.3.2
path_provider >=2.0.0 <3.0.0 2.1.6 2.1.6
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.10.0 5.10.0
dio_smart_retry - 7.0.1 7.0.1
dio_web_adapter - 2.2.0 2.2.0
ecdsa - 0.1.2 0.1.2
elliptic - 0.3.12 0.3.12
equatable - 2.1.0 2.1.0
ffi - 2.2.0 2.2.0
fixnum - 1.1.1 1.1.1
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
js - 0.7.2 0.7.2 Discontinued
logging - 1.3.0 1.3.0
material_color_utilities - 0.13.0 0.13.0
meta - 1.18.0 1.19.0
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_android - 2.3.1 2.3.1
path_provider_foundation - 2.6.0 2.6.0
path_provider_linux - 2.2.2 2.2.2
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
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.14, Flutter 3.44.4, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
433
downloads

Documentation

API reference

Publisher

verified publishertoggly.io

Weekly Downloads

Isar database persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

feature_flags_toggly, flutter, isar_community, isar_community_flutter_libs, path_provider

More

Packages that depend on feature_flags_toggly_isar