sup_gen_sqler 1.0.1 copy "sup_gen_sqler: ^1.0.1" to clipboard
sup_gen_sqler: ^1.0.1 copied to clipboard

Package contains sqls and database handler for sup_gen_runner

80/ 160
pub points
58
downloads

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

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

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

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: sup_gen_sqler,
    • contains a version property, and,
    • does not contain a publish_to property.

Repository has no matching pubspec.yaml with name: sup_gen_sqler.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

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

Detected license: MIT.

Failed report section
Provide documentation
0 / 20trigger folding of the section

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

OUT: Documenting sup_gen_sqler... Discovering libraries... ERR: dartdoc 9.0.0 (/tmp/analyzerNUBOYQ/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.9.4.snapshot) failed: fatal error: unable to locate the input directory at '/tmp/analyzerNUBOYQ/pub-cache/h[...] #0 PubPackageMeta.fromDir (package:dartdoc/src/package_meta.dart:218:7) #1 PubPackageMeta.fromFilename (package:dartdoc/src/package_meta.dart:205:27) #2 PackageMetaProvider.fromFilename (package:dartdoc/src/package_meta.dart:82:55) #3 PubPackageBuilder._packageMetasForFiles (package:dartdoc/src/model/package_builder.dart:198:32) #4 PubPackageBuilder._discoverLibraries (package:dartdoc/src/model/package_builder.dart:281:22)

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 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:sup_gen_sqler/helpers/database_helper.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

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 13 issues. Showing the first 2:

ERROR: Target of URI doesn't exist: 'package:sup_gen_model/table/table_model.dart'.

lib/helpers/database_helper.dart:3:8

  ╷
3 │ import 'package:sup_gen_model/table/table_model.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

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

lib/helpers/database_helper.dart:38:15

   ╷
38 │   Future<List<TableModel>> retrieveViewsFromServer() async {
   │               ^^^^^^^^^^
   ╵

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

Passed report section
Support up-to-date dependencies
40 / 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
dartx ^1.2.0 1.2.0 1.2.0
postgres ^3.4.3 3.5.9 3.5.9
sup_gen_model any 1.5.0 1.5.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 67.0.0 91.0.0
analyzer - 6.4.1 8.4.0
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
buffer - 1.2.3 1.2.3
build - 2.4.1 4.0.2
characters - 1.4.1 1.4.1
charcode - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
dart_style - 2.3.6 3.1.2
file - 7.0.1 7.0.1
glob - 2.1.3 2.1.3
json_annotation - 4.9.0 4.9.0
logging - 1.3.0 1.3.0
meta - 1.17.0 1.17.0
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
pool - 1.5.2 1.5.2
pub_semver - 2.2.0 2.2.0
source_gen - 1.5.0 4.0.2
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
time - 2.1.5 2.1.5
typed_data - 1.4.0 1.4.0
watcher - 1.1.4 1.1.4
yaml - 3.1.3 3.1.3

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.24, Dart 3.9.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

Package contains sqls and database handler for sup_gen_runner

License

MIT (license)

Dependencies

dartx, postgres, sup_gen_model

More

Packages that depend on sup_gen_sqler