loquacious 0.1.1 copy "loquacious: ^0.1.1" to clipboard
loquacious: ^0.1.1 copied to clipboard

An ORM inspired by Laravel Eloquent

17
likes
100/ 140
pub points
0%
popularity

We analyzed this package 5 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

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: MIT.

failed
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting loquacious... Discovering libraries... Linking elements... Precaching local docs for 607166 elements... Initialized dartdoc with 804 libraries Generating docs for library loquacious.dart from package:loquacious/loquacious.dart... Generating docs for library loquacious_query_builder.dart from package:loquacious/loquacious_query_builder.dart... Documented 2 public libraries in 60.8 seconds ERR: warning: ambiguous reexport of query_builder.LQB, canonicalization candidates: (loquacious, loquacious) -> loquacious (confidence 0.000) from query_builder.LQB: (file:///tmp/pana_MOEFUB/lib/src/query_builder.dart:38:7) loquacious: 1.211 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000), _Reason.locationPartStart (+0.001000)) loquacious: 1.211 - (_Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000), _Reason.locationPartStart (+0.001000)) Use {@canonicalFor query_builder.LQB} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [89 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 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:loquacious/loquacious.dart that imports:
  • package:loquacious/src/query_builder.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Linux`.

Because:

  • package:loquacious/loquacious.dart that imports:
  • package:loquacious/src/query_builder.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `Web`.

Because:

  • package:loquacious/loquacious.dart that imports:
  • package:loquacious/src/query_builder.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 8 issues. Showing the first 2:

INFO: Use 'isNotEmpty' instead of 'length' to test whether the collection is empty.

lib/src/database_manager.dart:94:11

   ╷
94 │       if (migs.length > 0) {
   │           ^^^^^^^^^^^^^^^
   ╵

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

INFO: Use 'isEmpty' instead of 'length' to test whether the collection is empty.

lib/src/query_builder.dart:227:24

    ╷
227 │       'whereOperator': this._where!.length == 0 ? '' : "$whereOperator ",
    │                        ^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

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

10/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
shared_preferences ^2.0.5 2.2.3 2.2.3
sqflite ^2.0.0+3 2.3.3 2.3.3
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
flutter_web_plugins - 0.0.0 0.0.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
platform - 3.1.4 3.1.4
plugin_platform_interface - 2.1.8 2.1.8
shared_preferences_android - 2.2.2 2.2.2
shared_preferences_foundation - 2.3.5 2.3.5
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
sqflite_common - 2.5.4 2.5.4
synchronized - 3.1.0+1 3.1.0+1
vector_math - 2.1.4 2.1.4
web - 0.5.1 0.5.1
win32 - 5.4.0 5.4.0
xdg_directories - 1.0.4 1.0.4

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

Analyzed with Pana 0.22.2, Flutter 3.19.5, Dart 3.3.3.

Check the analysis log for details.

17
likes
100
pub points
0%
popularity

Publisher

unverified uploader

An ORM inspired by Laravel Eloquent

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences, sqflite

More

Packages that depend on loquacious