xdbgen 1.0.7 copy "xdbgen: ^1.0.7" to clipboard
xdbgen: ^1.0.7 copied to clipboard

A starting point for Dart libraries or applications.

100/ 160
pub points
43
downloads

We analyzed this package 29 hours ago, and awarded it 100 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
10 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

Failed check 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.

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("1.0.7").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: GPL-3.0.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

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

1 out of 18 API elements (5.6 %) 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: xdbgen.Migration, xdbgen.Migration.Migration.new, xdbgen.Migration.currentUpgradeSqlPath, xdbgen.Migration.currentVersionPath, xdbgen.Migration.diffVersion.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:xdbgen/xdbgen.dart that imports:
  • package:xdbgen/src/xdbgen_base.dart that imports:
  • dart:mirrors
Package not compatible with platform iOS

Because:

  • package:xdbgen/xdbgen.dart that imports:
  • package:xdbgen/src/xdbgen_base.dart that imports:
  • dart:mirrors
Package not compatible with platform Web

Because:

  • package:xdbgen/xdbgen.dart that imports:
  • package:xdbgen/src/xdbgen_base.dart that imports:
  • 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/v3/database_info.dart that imports:
  • package:postgres/src/messages/logical_replication_messages.dart that imports:
  • package:postgres/src/messages/shared_messages.dart that imports:
  • package:postgres/src/messages/server_messages.dart that imports:
  • package:postgres/src/types.dart that imports:
  • package:postgres/src/types/type_registry.dart that imports:
  • package:postgres/src/types/text_search.dart that imports:
  • package:postgres/src/exceptions.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:xdbgen/xdbgen.dart that imports:
  • package:xdbgen/src/xdbgen_base.dart that imports:
  • 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/v3/database_info.dart that imports:
  • package:postgres/src/messages/logical_replication_messages.dart that imports:
  • package:postgres/src/messages/shared_messages.dart that imports:
  • package:postgres/src/messages/server_messages.dart that imports:
  • package:postgres/src/types.dart that imports:
  • package:postgres/src/types/type_registry.dart that imports:
  • package:postgres/src/types/text_search.dart that imports:
  • package:postgres/src/exceptions.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.cn/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

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

INFO: Unnecessary braces in a string interpolation.

lib/src/xdbgen_base.dart:234:23

    ╷
234 │     final filePath = '${basePath}/lib/modelBeans.dart';
    │                       ^^^^^^^^^^^
    ╵

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

Failed report section
Support up-to-date dependencies
20 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
path any 1.9.1 1.9.1
xdatabase any 1.0.9 1.0.9
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
buffer - 1.2.3 1.2.3
charcode - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
fixnum - 1.1.1 1.1.1
meta - 1.17.0 1.17.0
pool - 1.5.2 1.5.2
postgres - 3.5.8 3.5.8
sprintf - 7.0.0 7.0.0
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
typed_data - 1.4.0 1.4.0
uuid - 4.5.1 4.5.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 12 errors:

  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/xdbgen_base.dart:23:20 - The name 'IndexDeclaration' isn't a type, so it can't be used as a type argument.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/xdbgen_base.dart:24:26 - The name 'UniqueDeclaration' isn't a type, so it can't be used as a type argument.
  • NON_TYPE_AS_TYPE_ARGUMENT - lib/src/xdbgen_base.dart:25:19 - The name 'FieldDeclaration' isn't a type, so it can't be used as a type argument.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.24, Dart 3.9.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
100
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

A starting point for Dart libraries or applications.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

path, xdatabase

More

Packages that depend on xdbgen