feature_flags_toggly 1.9.2 copy "feature_flags_toggly: ^1.9.2" to clipboard
feature_flags_toggly: ^1.9.2 copied to clipboard

Dart package that provides feature flags support for Flutter applications allowing you to enable and disable features easily. Can be used with or without Toggly.io.

150/ 160
pub points
2.52k
downloads

We analyzed this package 42 hours ago, and awarded it 150 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.

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

123 out of 183 API elements (67.2 %) have documentation comments.

Some symbols that are missing documentation: feature_flags_toggly.CacheLruEntry.CacheLruEntry.fromJson, feature_flags_toggly.CacheLruEntry.CacheLruEntry.new, feature_flags_toggly.CacheLruEntry.lastAccessed, feature_flags_toggly.CacheLruEntry.toJson, feature_flags_toggly.CacheLruIndex.CacheLruIndex.new.

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/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
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Dangling library doc comment.

lib/src/models/toggly_cache_models.dart:2:1

  ╷
2 │ /// persist feature flags and variant definitions across app restarts.
  │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

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

Package Constraint Compatible Latest Notes
crypto ^3.0.6 3.0.7 3.0.7
dio ^5.7.0 5.11.0 5.11.0
dio_smart_retry >=1.3.2 <8.0.0 7.0.1 7.0.1
ecdsa ^0.1.2 0.1.2 0.2.0
elliptic ^0.3.11 0.3.12 0.4.0
equatable ^2.0.5 2.1.0 2.1.0
rxdart >=0.27.7 <1.0.0 0.28.0 0.28.0
uuid >=3.0.7 <5.0.0 4.6.0 4.6.0
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
dio_web_adapter - 2.2.1 2.2.1
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.19.0
mime - 2.0.0 2.0.0
ninja_asn1 - 2.0.0 2.0.0
path - 1.9.1 1.9.1
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
vector_math - 2.2.0 2.4.2
web - 1.1.1 1.1.1

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

The constraint `^0.1.2` on ecdsa does not support the stable version `0.2.0`, that was published 0 days ago.

When ecdsa is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions ecdsa to update the constraint.

The constraint `^0.3.11` on elliptic does not support the stable version `0.4.0`, that was published 0 days ago.

When elliptic is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions elliptic to update the constraint.

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.15, Flutter 3.44.7, Dart 3.12.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
8
likes
150
points
2.52k
downloads

Documentation

API reference

Publisher

verified publishertoggly.io

Weekly Downloads

Dart package that provides feature flags support for Flutter applications allowing you to enable and disable features easily. Can be used with or without Toggly.io.

Homepage
Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

crypto, dio, dio_smart_retry, ecdsa, elliptic, equatable, flutter, rxdart, uuid

More

Packages that depend on feature_flags_toggly