xdbgen 1.0.7
xdbgen: ^1.0.7 copied to clipboard
A starting point for Dart libraries or applications.
We analyzed this package 30 hours ago, and awarded it 100 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
-
pubspec.yamldoesn't have ahomepageentry. -
pubspec.yamldoesn't have arepositoryentry.
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.
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.
10/10 points: Use an OSI-approved license
Detected license: GPL-3.0.
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.
10/10 points: Package has an example
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.dartthat imports:package:xdbgen/src/xdbgen_base.dartthat imports:dart:mirrors
Package not compatible with platform iOS
Because:
package:xdbgen/xdbgen.dartthat imports:package:xdbgen/src/xdbgen_base.dartthat imports:dart:mirrors
Package not compatible with platform Web
Because:
package:xdbgen/xdbgen.dartthat imports:package:xdbgen/src/xdbgen_base.dartthat imports:package:xdatabase/xdatabase.dartthat imports:package:xdatabase/src/xdatabase_base.dartthat imports:package:xdatabase/src/connection_pool.dartthat imports:package:postgres/postgres.dartthat imports:package:postgres/src/v3/database_info.dartthat imports:package:postgres/src/messages/logical_replication_messages.dartthat imports:package:postgres/src/messages/shared_messages.dartthat imports:package:postgres/src/messages/server_messages.dartthat imports:package:postgres/src/types.dartthat imports:package:postgres/src/types/type_registry.dartthat imports:package:postgres/src/types/text_search.dartthat imports:package:postgres/src/exceptions.dartthat imports:dart:io
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
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.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
meta |
- | 1.17.0 | 1.17.0 | |
pool |
- | 1.5.2 | 1.5.2 | |
postgres |
- | 3.5.9 | 3.5.9 | |
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.2 | 4.5.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
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.23.3, Dart 3.10.4.
Check the analysis log for details.