xdatabase 1.0.9 copy "xdatabase: ^1.0.9" to clipboard
xdatabase: ^1.0.9 copied to clipboard

A starting point for Dart libraries or applications.

0
likes
65/ 140
pub points
0%
popularity

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

failed
Follow Dart file conventions
15 / 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.

* `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.

partial
Provide documentation
10 / 20trigger folding of the section

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

1 out of 195 API elements (0.5 %) 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: xdatabase.AndCondition, xdatabase.AndCondition.AndCondition, xdatabase.AndCondition.and, xdatabase.AndCondition.columns, xdatabase.AndCondition.AndCondition.init.

10/10 points: Package has 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: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/types/text_search.dart that imports:
  • package:postgres/src/types/type_registry.dart that imports:
  • package:postgres/src/types/text_codec.dart that imports:
  • package:postgres/src/exceptions.dart that imports:
  • dart:io
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 9 issues. Showing the first 2:

ERROR: The name 'PostgreSQLResult' isn't a type, so it can't be used as a type argument.

lib/src/connection_pool.dart:13:10

   ╷
13 │   Future<PostgreSQLResult> query(String fmtString,
   │          ^^^^^^^^^^^^^^^^
   ╵

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

ERROR: Undefined class 'PostgreSQLExecutionContext'.

lib/src/connection_pool.dart:26:3

   ╷
26 │   PostgreSQLExecutionContext ctx;
   │   ^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/connection_pool.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
path any 1.9.0 1.9.0
postgres any 3.2.0 3.2.0
uuid any 4.4.0 4.4.0
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
fixnum - 1.1.0 1.1.0
meta - 1.15.0 1.15.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.3.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

Analyzed with Pana 0.22.3, Dart 3.3.4.

Check the analysis log for details.

0
likes
65
pub points
0%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

path, postgres, uuid

More

Packages that depend on xdatabase