florafi 0.6.0 copy "florafi: ^0.6.0" to clipboard
florafi: ^0.6.0 copied to clipboard

Florafy client library

0
likes
80/ 140
pub points
0%
popularity

We analyzed this package 25 hours ago, and awarded it 80 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

The package description is too short.

Add more detail to the description field of pubspec.yaml. Use 60 to 180 characters to describe the package, what it does, and its target use case.

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.

failed
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting florafi... Discovering libraries... Linking elements... Precaching local docs for 170064 elements... Initialized dartdoc with 273 libraries Generating docs for library extensions.dart from package:florafi/extensions.dart... Generating docs for library florafi.dart from package:florafi/florafi.dart... Documented 2 public libraries in 25.0 seconds ERR: warning: florafi has no library level documentation comments from florafi: (file:///tmp/pana_UVDAZV/lib/extensions.dart:1:9) error: file already written at "florafi/florafi-library.html" for symbol florafi: (file:///tmp/pana_UVDAZV/lib/florafi.dart:4:9) conflicting with file already generated by florafi: (file:///tmp/pana_UVDAZV/lib/extensions.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'florafi' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or class name (if appropriate) of one of the conflicting items can resolve the conflict. Alternatively, use the @nodoc directive in one symbol's [11 more lines]

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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:florafi/florafi.dart that imports:
  • package:florafi/src/mqtt_communicator.dart that imports:
  • package:mqtt_client/mqtt_server_client.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

WARNING: The exception variable 'e' isn't used, so the 'catch' clause can be removed.

lib/src/mqtt_communicator.dart:102:37

    ╷
102 │         } on FormatException catch (e) {
    │                                     ^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/mqtt_communicator.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
async ^2.8.2 2.11.0 2.11.0
clock ^1.1.0 1.1.1 1.1.1
http ^0.13.4 0.13.6 1.2.1
logging ^1.0.2 1.2.0 1.2.0
mqtt_client ^9.6.5 9.8.1 10.2.1
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
event_bus - 2.0.0 2.0.0
http_parser - 4.0.2 4.0.2
meta - 1.14.0 1.14.0
path - 1.9.0 1.9.0
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2

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

The constraint `^0.13.4` on http does not support the stable version `1.0.0`.

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

The constraint `^9.6.5` on mqtt_client does not support the stable version `10.0.0`.

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

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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

0
likes
80
pub points
0%
popularity

Publisher

unverified uploader

Florafy client library

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, clock, http, logging, mqtt_client

More

Packages that depend on florafi