netcoresync_moor 1.0.2 copy "netcoresync_moor: ^1.0.2" to clipboard
netcoresync_moor: ^1.0.2 copied to clipboard

A database synchronization framework where each client's local offline database can be synchronized on-demand via network into a single centralized database hosted on a server.

6
likes
100/ 160
pub points
101
downloads

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

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

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/aldycool/NETCoreSync/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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: GPL-3.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

96 out of 161 API elements (59.6 %) have documentation comments.

Some symbols that are missing documentation: netcoresync_moor.NetCoreSyncEngine.NetCoreSyncEngine.new, netcoresync_moor.NetCoreSyncEngine.fromJson, netcoresync_moor.NetCoreSyncEngine.getSyncColumnValue, netcoresync_moor.NetCoreSyncEngine.tables, netcoresync_moor.NetCoreSyncEngine.toJson.

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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.dev/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 11 issues. Showing the first 2:

ERROR: Missing concrete implementation of 'getter abstract class ResultSetImplementation

lib/src/data_access.dart:126:7

    ╷
126 │ class _NetCoreSyncKnowledgesTable extends NetCoreSyncKnowledges
    │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

ERROR: The named parameter 'type' is required, but there's no corresponding argument.

lib/src/data_access.dart:133:44

    ╷
133 │   late final GeneratedColumn<String?> id = GeneratedColumn<String?>(
    │                                            ^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/data_access.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
archive ^3.1.2 3.6.1 4.0.7
enum_to_string ^2.0.1 2.2.1 2.2.1
meta ^1.3.0 1.17.0 1.17.0
moor ^4.4.1 4.6.1+1 4.6.1+1 Discontinued
uuid ^3.0.4 3.0.7 4.5.1
web_socket_channel ^2.1.0 2.4.5 3.0.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
drift - 1.7.1 2.27.0
ffi - 2.1.4 2.1.4
js - 0.6.7 0.7.2 Discontinued
path - 1.9.1 1.9.1
sqlite3 - 1.11.2 2.7.6
stream_channel - 2.1.4 2.1.4
typed_data - 1.4.0 1.4.0
web - 0.5.1 1.1.1

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

Found 4 issues. Showing the first 2:

The constraint `^3.1.2` on archive does not support the stable version `4.0.0`.

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

The constraint `^3.0.4` on uuid does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions uuid 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.22.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
100
points
101
downloads

Publisher

verified publisherchronustech.com

Weekly Downloads

A database synchronization framework where each client's local offline database can be synchronized on-demand via network into a single centralized database hosted on a server.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

archive, enum_to_string, meta, moor, uuid, web_socket_channel

More

Packages that depend on netcoresync_moor