sql_utilities 0.0.2 copy "sql_utilities: ^0.0.2" to clipboard
sql_utilities: ^0.0.2 copied to clipboard

A library of helpers for manipulating/generating sql strings

3
likes
110/ 140
pub points
0%
popularity

We analyzed this package 12 days 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: Apache-2.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 59 API elements (1.7 %) 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: sql_utilities, sql_utilities.MySqlKeyword, sql_utilities.MySqlKeyword.MySqlKeyword.DEFAULT, sql_utilities.MySqlKeyword.NULL, sql_utilities.MySqlUtils.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:sql_utilities/sql_utilities.dart that imports:
  • package:sql_utilities/src/PostgresUtils.dart that imports:
  • package:sql_utilities/src/helpers/TypeUtils.dart that imports:
  • dart:mirrors
Package not compatible with platform iOS

Because:

  • package:sql_utilities/sql_utilities.dart that imports:
  • package:sql_utilities/src/PostgresUtils.dart that imports:
  • package:sql_utilities/src/helpers/TypeUtils.dart that imports:
  • dart:mirrors
Package not compatible with platform Web

Because:

  • package:sql_utilities/sql_utilities.dart that imports:
  • package:sql_utilities/src/PostgresUtils.dart that imports:
  • package:sql_utilities/src/helpers/TypeUtils.dart that imports:
  • dart:mirrors
partial
Pass static analysis
40 / 50trigger folding of the section

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

Found 15 issues. Showing the first 2:

INFO: The file name 'MySqlUtils.dart' isn't a lower_case_with_underscores identifier.

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

INFO: The variable name 'NULL' isn't a lowerCamelCase identifier.

lib/src/MySqlUtils.dart:168:29

    ╷
168 │   static final MySqlKeyword NULL    = MySqlKeyword._('NULL');
    │                             ^^^^
    ╵

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
protobuf ^2.0.0 2.1.0 3.1.0
Transitive dependencies
Package Constraint Compatible Latest
collection - 1.18.0 1.18.0
fixnum - 1.1.0 1.1.0
meta - 1.14.0 1.14.0

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

The constraint `^2.0.0` on protobuf does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions protobuf to update the constraint.

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.

3
likes
110
pub points
0%
popularity

Publisher

unverified uploader

A library of helpers for manipulating/generating sql strings

Homepage
Repository

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

protobuf

More

Packages that depend on sql_utilities