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

120/ 160
pub points
3
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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: Apache-2.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 58 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.

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

Some symbols that are missing documentation: sql_utilities, sql_utilities.MySqlKeyword, sql_utilities.MySqlKeyword.MySqlKeyword.DEFAULT, sql_utilities.MySqlKeyword.NULL, sql_utilities.MySqlUtils.

Passed check 10/10 points: Package has an example

Passed 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: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
Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 10 issues. Showing the first 2:

WARNING: Unnecessary cast.

lib/src/helpers/TypeUtils.dart:26:18

   ╷
26 │         value = (value as String).trim();
   │                  ^^^^^^^^^^^^^^^
   ╵

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

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

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

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

Package Constraint Compatible Latest Notes
protobuf ^2.0.0 2.1.0 6.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
collection - 1.19.1 1.19.1
fixnum - 1.1.1 1.1.1
meta - 1.18.1 1.18.1

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.

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.23.8, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
3
likes
120
points
3
downloads

Publisher

unverified uploader

Weekly Downloads

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