xdatabase 1.0.9 icon indicating copy to clipboard operation
xdatabase: ^1.0.9 copied to clipboard

A starting point for Dart libraries or applications.

0
likes
95/ 140
pub points
0%
popularity

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

icon indicating section status
Follow Dart file conventions
15 / 30icon to trigger 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.

* `pubspec.yaml` doesn't have a `homepage` entry. * `pubspec.yaml` doesn't have a `repository` entry.

0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:11:49

   ╷
11 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
   │                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: GPL-3.0.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

10/10 points: Package has an example

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

  • 1 out of 243 API elements (0.4 %) 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.

icon indicating section status
Platform support
20 / 20icon to trigger 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:xdatabase/xdatabase.dart that imports:
  • package:xdatabase/src/xdatabase_base.dart that imports:
  • package:xdatabase/src/connection_pool.dart that imports:
  • package:postgres/postgres.dart that imports:
  • package:postgres/src/substituter.dart that imports:
  • package:postgres/src/query.dart that imports:
  • package:postgres/src/execution_context.dart that imports:
  • package:postgres/src/connection.dart that imports:
  • dart:io
icon indicating section status
Pass static analysis
30 / 50icon to trigger folding of the section

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

WARNING: This function has a nullable return type of 'FutureOr

lib/src/mapper.dart:158:14

    ╷
158 │   Future<T?> byPrimary(Bean<T> obj) async {
    │              ^^^^^^^^^
    ╵

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

WARNING: This function has a nullable return type of 'TableDeclaration?', but ends without returning a value.

lib/src/xdatabase_base.dart:87:21

   ╷
87 │   TableDeclaration? byTable(String className) {
   │                     ^^^^^^^
   ╵

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

icon indicating section status
Support up-to-date dependencies
20 / 20icon to trigger folding of the section

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

Package Constraint Compatible Latest
path any 1.8.3 1.8.3
postgres any 2.6.2 2.6.2
uuid any 4.0.0 4.0.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
buffer - 1.2.0 1.2.0
charcode - 1.3.1 1.3.1
collection - 1.18.0 1.18.0
crypto - 3.0.3 3.0.3
meta - 1.10.0 1.10.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
sprintf - 7.0.0 7.0.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
typed_data - 1.3.2 1.3.2
unorm_dart - 0.2.0 0.2.0

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

Analysed with Pana 0.21.36, Dart 3.1.1.

0
likes
95
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Documentation

API reference

License

Icon for licenses.GPL-3.0 (LICENSE)

Dependencies

path, postgres, uuid

More

Packages that depend on xdatabase