realm_common 0.11.0+rc
realm_common: ^0.11.0+rc copied to clipboard
Hosts the common code shared between realm, realm_dart and realm_generator packages. This package is part of the official Realm Flutter and Realm Dart SDKs.
We analyzed this package 5 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/realm/realm-dart/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
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
.
10/10 points: 20% or more of the public API has dartdoc comments
61 out of 95 API elements (64.2 %) have documentation comments.
Some symbols that are missing documentation: Annotations
, Configuration
, Realm
, realm_common.Backlink.Backlink.new
, realm_common.Ignored.Ignored.new
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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:realm_common/realm_common.dart
that imports:package:realm_common/src/realm_types.dart
that imports:dart:ffi
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:realm_common/realm_common.dart
that imports:package:realm_common/src/realm_types.dart
that imports:dart:ffi
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 6 issues. Showing the first 2:
WARNING: The value of the field '_asymmetricObject' isn't used.
lib/src/realm_common_base.dart:34:3
╷
34 │ _asymmetricObject('AsymmetricObject', 2);
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/realm_common_base.dart
WARNING: The parameter type of '==' operators should be non-nullable.
lib/src/realm_types.dart:184:12
╷
184 │ operator ==(Object? other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/realm_types.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
objectid |
^2.1.0 |
2.1.0 | 4.0.0 | |
sane_uuid |
^1.0.0-alpha.4 |
1.1.0 | 1.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
meta |
- | 1.16.0 | 1.16.0 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.1.0` on objectid does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions objectid
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.20
, Dart 3.7.2
.
Check the analysis log for details.