djangoflow_sync_drift_odoo 0.2.0
djangoflow_sync_drift_odoo: ^0.2.0 copied to clipboard
Odoo Sync package for Flutter using Drift
We analyzed this package 2 days ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
269 out of 611 API elements (44.0 %) have documentation comments.
Some symbols that are missing documentation: djangoflow_sync_drift_odoo, djangoflow_sync_drift_odoo.$$BaseTableTableAnnotationComposer, djangoflow_sync_drift_odoo.$$BaseTableTableAnnotationComposer.$$BaseTableTableAnnotationComposer.new, djangoflow_sync_drift_odoo.$$BaseTableTableAnnotationComposer.backendId, djangoflow_sync_drift_odoo.$$BaseTableTableAnnotationComposer.createDate.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
ERROR: Too many positional arguments: 1 expected, but 3 found.
lib/src/backends/odoo_backend.dart:86:63
╷
86 │ 'Failed to convert record to $modelName: $e', e, stackTrace);
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/backends/odoo_backend.dart
ERROR: Too many positional arguments: 1 expected, but 3 found.
lib/src/repositories/drift_odoo_sync_repository.dart:39:64
╷
39 │ logger.e('Error fetching items from primary backend:', e, strackTrace);
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/repositories/drift_odoo_sync_repository.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
djangoflow_sync_foundation |
^0.1.0+1 |
0.1.0+2 | 0.2.0 | |
drift |
^2.21.0 |
2.32.1 | 2.32.1 | |
odoo_rpc |
^0.5.8 |
0.5.8 | 0.7.1 | |
recase |
^4.1.0 |
4.1.0 | 4.1.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
bloc |
- | 8.1.4 | 9.2.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_assets |
- | 1.0.0 | 1.0.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_bloc |
- | 8.1.6 | 9.1.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
hooks |
- | 1.0.3 | 1.0.3 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logger |
- | 2.7.0 | 2.7.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
native_toolchain_c |
- | 0.17.6 | 0.18.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
record_use |
- | 0.6.0 | 0.6.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sqlite3 |
- | 3.3.1 | 3.3.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.3.0 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.1.0+1` on djangoflow_sync_foundation does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions djangoflow_sync_foundation to update the constraint.
The constraint `^0.5.8` on odoo_rpc does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions odoo_rpc 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.23.12, Flutter 3.41.7, Dart 3.11.5.
Check the analysis log for details.