neuro_realm_dart 1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01 copy "neuro_realm_dart: ^1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01" to clipboard
neuro_realm_dart: ^1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01 copied to clipboard

The very-unofficial Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores. This variant uses named parameters for required fields, and generates a builder clas [...]

55/ 160
pub points
42
downloads

We analyzed this package 4 days ago, and awarded it 55 pub points (of a possible 160):

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

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

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

Repository URL doesn't exist.

At the time of the analysis https://github.com/Neuromersive/realm-dart was unreachable. Make sure that the website is reachable via HEAD requests.

Failed check 0/5 points: Provide a valid README.md

Links in `README.md` should be secure. 1 link is insecure.

README.md:13:320

   ╷
13 │ <li><strong><a href="https://www.mongodb.com/atlas/app-services/device-sync">Device Sync</a></strong>: Makes it simple to keep data in sync across users, devices, and your backend in real-time. Get started for free with <a href="https://github.com/mongodb/template-app-dart-flutter-todo">a template application</a> and <a href="http://mongodb.com/realm/register?utm_medium=github_atlas_CTA&utm_source=realm_dart_github">create the cloud backend</a>.</li>
   │                                                                                                                                                                                                                                                                                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

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.

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

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

482 out of 559 API elements (86.2 %) have documentation comments.

Some symbols that are missing documentation: Annotations, Application, Configuration, Realm, Sync.

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

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Android`.

Because:

  • package:neuro_realm_dart/realm.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `iOS`.

Because:

  • package:neuro_realm_dart/realm.dart that declares support for platforms: Windows, Linux, macOS.
Package does not support platform `Web`.

Because:

  • package:neuro_realm_dart/realm.dart that declares support for platforms: Windows, Linux, macOS.

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 67 issues. Showing the first 2:

ERROR: The method 'asUint8List' isn't defined for the type 'Uint8List'.

lib/src/native/realm_core.dart:3482:33

     ╷
3482 │       final bytes = value.bytes.asUint8List();
     │                                 ^^^^^^^^^^^
     ╵

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

ERROR: The argument type 'ByteBuffer' can't be assigned to the parameter type 'Uint8List'.

lib/src/native/realm_core.dart:3554:31

     ╷
3554 │         return Uuid.fromBytes(cast<Uint8>().asTypedList(16).buffer);
     │                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     ╵

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

Failed report section
Support up-to-date dependencies
10 / 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
args ^2.3.0 2.7.0 2.7.0
build_cli_annotations ^2.0.0 2.1.1 2.1.1
build_runner ^2.1.0 2.4.13 2.9.0
cancellation_token ^1.5.0 1.6.1 2.0.1
collection ^1.16.0 1.19.1 1.19.1
crypto ^3.0.0 3.0.6 3.0.6
ffi ^2.0.1 2.1.4 2.1.4
http ^0.13.4 0.13.6 1.5.0
json_annotation ^4.7.0 4.9.0 4.9.0
logging ^1.2.0 1.3.0 1.3.0
meta ^1.1.8 1.17.0 1.17.0
neuro_realm_common any 1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01 1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01
neuro_realm_generator any 1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01 1.2.0-3979237ba0d93edcc571bb81776d8889b9b65b01
package_config ^2.0.0 2.2.0 2.2.0
path ^1.0.0 1.9.1 1.9.1
pub_semver ^2.1.0 2.2.0 2.2.0
pubspec_parse ^1.0.0 1.5.0 1.5.0
tar ^0.5.4 0.5.6 2.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 61.0.0 89.0.0
analyzer - 5.13.0 8.2.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
build - 2.4.1 4.0.1
build_config - 1.1.2 1.2.0
build_daemon - 4.0.4 4.0.4
build_resolvers - 2.4.2 3.0.4 Discontinued
build_runner_core - 7.3.2 9.3.2 Discontinued
built_collection - 5.1.1 5.1.1
built_value - 8.12.0 8.12.0
checked_yaml - 2.0.4 2.0.4
code_builder - 4.11.0 4.11.0
convert - 3.1.2 3.1.2
dart_style - 2.3.2 3.1.2
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
frontend_server_client - 4.0.0 4.0.0
glob - 2.1.3 2.1.3
graphs - 2.3.2 2.3.2
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
io - 1.0.5 1.0.5
js - 0.7.2 0.7.2 Discontinued
matcher - 0.12.17 0.12.17
mime - 2.0.0 2.0.0
objectid - 2.1.0 4.0.1
pool - 1.5.2 1.5.2
sane_uuid - 1.1.0 1.1.0
shelf - 1.4.2 1.4.2
shelf_web_socket - 2.0.1 3.0.0
source_gen - 1.5.0 4.0.1
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.7 0.7.7
timing - 1.0.2 1.0.2
typed_data - 1.4.0 1.4.0
watcher - 1.1.4 1.1.4
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
yaml - 3.1.3 3.1.3

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

Found 3 issues. Showing the first 2:

The constraint `^1.5.0` on cancellation_token does not support the stable version `2.0.0`.

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

The constraint `^0.13.4` on http does not support the stable version `1.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 2 errors:

  • UNDEFINED_METHOD - lib/src/native/realm_core.dart:3482:33 - The method 'asUint8List' isn't defined for the type 'Uint8List'.
  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/native/realm_core.dart:3554:31 - The argument type 'ByteBuffer' can't be assigned to the parameter type 'Uint8List'.

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.22.23, Dart 3.9.3.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
55
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

The very-unofficial Realm SDK for Dart. Realm is a mobile database - an alternative to SQLite and key-value stores. This variant uses named parameters for required fields, and generates a builder class for each RealmObject.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, build_cli_annotations, build_runner, cancellation_token, collection, crypto, ffi, http, json_annotation, logging, meta, neuro_realm_common, neuro_realm_generator, package_config, path, pub_semver, pubspec_parse, tar

More

Packages that depend on neuro_realm_dart