zotdb_flutter 2.6.2 copy "zotdb_flutter: ^2.6.2" to clipboard
zotdb_flutter: ^2.6.2 copied to clipboard

ZotDB Flutter lib, which allows to connect the ZotDB server.

1
likes
100/ 140
pub points
0%
popularity

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

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

0/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://zot.ssdd.dev/ was unreachable. Make sure that the website is reachable via HEAD requests.

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: GPL-3.0.

OK
Provide documentation
20 / 20trigger folding of the section

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

4 out of 17 API elements (23.5 %) have documentation comments.

Some symbols that are missing documentation: path_gen, path_gen.PathGen, path_gen.PathGen.PathGen, path_gen.PathGen.generatePushChildName, zotdb_flutter.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android
  • ✓ iOS
  • ✓ Windows
  • ✓ Linux
  • ✓ macOS
  • ✓ Web
failed
Pass static analysis
30 / 50trigger folding of the section

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

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

lib/zotdb_flutter.dart:4:8

  ╷
4 │ import 'package:json_path/json_path.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

WARNING: The value of the field '_nsv' isn't used.

lib/zotdb_flutter.dart:23:7

   ╷
23 │       _nsv = "nsv",
   │       ^^^^
   ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
flutter flutter 0.0.0 0.0.0
json_path ^0.4.0 0.4.4 0.7.1
web_socket_channel ^2.1.0 2.4.4 2.4.4
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.12.0
petitparser - 5.4.0 6.0.2
rfc_6901 - 0.1.1 0.2.0
sky_engine - 0.0.99 0.0.99
stream_channel - 2.1.2 2.1.2
typed_data - 1.3.2 1.3.2
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1

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

The constraint `^0.4.0` on json_path does not support the stable version `0.5.0`.

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

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

Analyzed with Pana 0.22.2, Flutter 3.19.2, Dart 3.3.0.

Check the analysis log for details.

1
likes
100
pub points
0%
popularity

Publisher

verified publisherzot.ssdd.dev

ZotDB Flutter lib, which allows to connect the ZotDB server.

Homepage

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter, json_path, web_socket_channel

More

Packages that depend on zotdb_flutter