feature_flags_toggly_sqlite 0.1.1
feature_flags_toggly_sqlite: ^0.1.1 copied to clipboard
SQLite persistence backend for the Toggly Flutter SDK (feature_flags_toggly), enabling offline feature flag, variant, and JWKS caching via sqflite.
We analyzed this package 4 days ago, and awarded it 150 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Toggly.FeatureManagement.Flutter/toggly_sqlite/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:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: feature_flags_toggly_sqlite, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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.
10/10 points: 20% or more of the public API has dartdoc comments
12 out of 13 API elements (92.3 %) have documentation comments.
Some symbols that are missing documentation: feature_flags_toggly_sqlite.SqliteCacheProvider.SqliteCacheProvider.new.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:feature_flags_toggly_sqlite/feature_flags_toggly_sqlite.dartthat imports:package:feature_flags_toggly_sqlite/src/sqlite_cache_provider.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:feature_flags_toggly_sqlite/feature_flags_toggly_sqlite.dartthat imports:package:feature_flags_toggly_sqlite/src/sqlite_cache_provider.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Web`.
Because:
package:feature_flags_toggly_sqlite/feature_flags_toggly_sqlite.dartthat imports:package:feature_flags_toggly_sqlite/src/sqlite_cache_provider.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
50/50 points: code has no errors, warnings, lints, or formatting issues
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 | |
path |
>=1.8.0 <2.0.0 |
1.9.1 | 1.9.1 | |
sqflite |
>=2.2.0 <3.0.0 |
2.4.3 | 2.4.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.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 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
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 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sqflite_android |
- | 2.4.3 | 2.4.3 | |
sqflite_common |
- | 2.5.11 | 2.5.11 | |
sqflite_darwin |
- | 2.4.3 | 2.4.3 | |
sqflite_platform_interface |
- | 2.4.1 | 2.4.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.1 | 3.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 |
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
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.