flipt_client 1.0.0 copy "flipt_client: ^1.0.0" to clipboard
flipt_client: ^1.0.0 copied to clipboard

Flipt Client Evaluation SDK for Dart **Note:** As of 1.0.0, `FliptEvaluationClient` has been renamed to `FliptClient` for consistency with other SDKs and Dart idioms. Update your code accordingly. 0. [...]

0
likes
115/ 160
pub points
227
downloads

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

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

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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

No `CHANGELOG.md` found.

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

57 out of 104 API elements (54.8 %) have documentation comments.

Some symbols that are missing documentation: flipt_client, flipt_client.BatchEvaluationResponse.BatchEvaluationResponse.fromJson, flipt_client.BatchEvaluationResponse.BatchEvaluationResponse.new, flipt_client.BatchEvaluationResponse.toJson, flipt_client.BooleanEvaluationResponse.BooleanEvaluationResponse.fromJson.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

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

Because:

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

Because:

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

Because:

  • package:flipt_client/flipt_client.dart that declares support for platforms: Android, iOS.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:flipt_client/flipt_client.dart that imports:
  • package:flipt_client/src/flipt_client.dart that imports:
  • package:flipt_client/src/ffi/bindings.dart that imports:
  • dart:ffi

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/flipt_client/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

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 8 issues. Showing the first 2:

WARNING: Unused import: 'package:path/path.dart'.

lib/src/ffi/loader_io.dart:3:8

  ╷
3 │ import 'package:path/path.dart' as path;
  │        ^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

WARNING: Unused import: 'dart:io'.

lib/src/flipt_client.dart:2:8

  ╷
2 │ import 'dart:io';
  │        ^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/flipt_client.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
ffi ^2.0.1 2.1.4 2.1.4
json_annotation ^4.9.0 4.9.0 4.9.0
path ^1.9.0 1.9.1 1.9.1
Transitive dependencies
Package Constraint Compatible Latest Notes
meta - 1.17.0 1.17.0

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.22.21, Flutter 3.32.4, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
115
points
227
downloads

Publisher

verified publisherflipt.io

Weekly Downloads

Flipt Client Evaluation SDK for Dart **Note:** As of 1.0.0, `FliptEvaluationClient` has been renamed to `FliptClient` for consistency with other SDKs and Dart idioms. Update your code accordingly. 0.x versions are now deprecated.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

ffi, json_annotation, path

More

Packages that depend on flipt_client