dargres 3.0.2 copy "dargres: ^3.0.2" to clipboard
dargres: ^3.0.2 copied to clipboard

Dargres is a pure-Dart PostgreSQL driver based on Python pg8000

4
likes
110/ 140
pub points
26%
popularity

We analyzed this package 11 hours ago, and awarded it 110 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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
10 / 20trigger folding of the section

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

87 out of 239 API elements (36.4 %) have documentation comments.

Some symbols that are missing documentation: dargres, dargres.AppendToEnd, dargres.AppendToEnd.replaceLast, dargres.ConnectionInterface, dargres.ConnectionInterface.ConnectionInterface.

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:dargres/dargres.dart that imports:
  • package:dargres/src/to_statement.dart that imports:
  • package:dargres/src/utils/utils.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

Found 294 issues. Showing the first 2:

WARNING: Unused import: 'dart:convert'.

lib/src/core.dart:5:8

  ╷
5 │ import 'dart:convert';
  │        ^^^^^^^^^^^^^^
  ╵

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

WARNING: Unused import: 'dependencies/buffer_isoos/buffer.dart'.

lib/src/core.dart:12:8

   ╷
12 │ import 'dependencies/buffer_isoos/buffer.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/core.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
collection >=1.14.8 <2.0.0 1.18.0 1.18.0
convert >=1.0.0 <4.0.0 3.1.1 3.1.1
crypto >=2.0.0 <4.0.0 3.0.3 3.0.3
enough_convert >=1.6.0 <2.0.0 1.6.0 1.6.0
path ^1.8.0 1.9.0 1.9.0
pool ^1.5.0 1.5.1 1.5.1
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
meta - 1.15.0 1.15.0
stack_trace - 1.11.1 1.11.1
typed_data - 1.3.2 1.3.2

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.

4
likes
110
pub points
26%
popularity

Publisher

unverified uploader

Dargres is a pure-Dart PostgreSQL driver based on Python pg8000

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, convert, crypto, enough_convert, path, pool

More

Packages that depend on dargres