loxia 0.0.1-dev.6 copy "loxia: ^0.0.1-dev.6" to clipboard
loxia: ^0.0.1-dev.6 copied to clipboard

Loxia is a Dart ORM library that aims to be fully-featured, easy-to-use, and flexible to manage entities and relations in your server-side applications.

0
likes
100/ 140
pub points
40%
popularity

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

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: loxia,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository has no repository or homepage URL.

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

10 out of 231 API elements (4.3 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

Some symbols that are missing documentation: loxia, loxia.And, loxia.And.And, loxia.And.clauses, loxia.Column.defaultValue.

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 does not support platform `Web`.

Because:

  • package:loxia/loxia.dart that imports:
  • package:loxia/src/drivers/sqlite/sqlite.dart that imports:
  • package:loxia/src/drivers/sqlite/sqlite_driver.dart that imports:
  • package:sqflite_common_ffi/sqflite_ffi.dart that declares support for platforms: Android, iOS, Windows, Linux, macOS.
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 6 issues. Showing the first 2:

INFO: The import of 'package:sqflite_common/sqlite_api.dart' is unnecessary because all of the used elements are also provided by the import of 'package:sqflite_common_ffi/sqflite_ffi.dart'.

lib/src/drivers/sqlite/sqlite_driver.dart:7:8

  ╷
7 │ import 'package:sqflite_common/sqlite_api.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/drivers/sqlite/sqlite_driver.dart

bin/todo_entity.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
loxia_annotations ^0.0.1-dev.1 0.0.1-dev.1 0.0.1-dev.1
postgres ^3.1.1 3.2.1 3.2.1
sqflite_common ^2.5.3 2.5.4 2.5.4
sqflite_common_ffi ^2.1.1+1 2.3.3 2.3.3
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
buffer - 1.2.3 1.2.3
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
ffi - 2.1.2 2.1.2
meta - 1.15.0 1.15.0
path - 1.9.0 1.9.0
pedantic - 1.11.1 1.11.1
pool - 1.5.1 1.5.1
sasl_scram - 0.1.1 0.1.1
saslprep - 1.0.2 1.0.2
sqlite3 - 2.4.3 2.4.3
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
synchronized - 3.1.0+1 3.1.0+1
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.0 0.3.0
web - 0.5.1 0.5.1

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.3, Dart 3.4.1.

Check the analysis log for details.

0
likes
100
pub points
40%
popularity

Publisher

verified publisherserinus.app

Loxia is a Dart ORM library that aims to be fully-featured, easy-to-use, and flexible to manage entities and relations in your server-side applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

loxia_annotations, postgres, sqflite_common, sqflite_common_ffi

More

Packages that depend on loxia