atmos_database 0.16.2
atmos_database: ^0.16.2 copied to clipboard
Library for atmos create database tables and use it by Atom735
We analyzed this package 15 hours ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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
156 out of 218 API elements (71.6 %) have documentation comments.
Some symbols that are missing documentation: atmos_database.DataRef, atmos_database.DataRef.DataRef.me, atmos_database.DataRef.DataRef.new, atmos_database.DataRef.DataRef.v, atmos_database.DataString.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:atmos_database/atmos_database.dartthat imports:package:atmos_database/src/table_refs.dartthat imports:package:atmos_database/src/database_table.dartthat imports:package:atmos_database/src/database_table_sql_ext.dartthat imports:package:atmos_database/src/database_table_sql_queries_ext.dartthat imports:package:atmos_database/src/database_table_core.dartthat imports:package:sqlite3/sqlite3.dartthat imports:package:sqlite3/src/ffi/api.dartthat imports:package:sqlite3/src/ffi/implementation.dartthat imports:package:sqlite3/src/ffi/sqlite3.g.dartthat imports:dart:ffi
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:atmos_database/atmos_database.dartthat imports:package:atmos_database/src/table_refs.dartthat imports:package:atmos_database/src/database_table.dartthat imports:package:atmos_database/src/database_table_sql_ext.dartthat imports:package:atmos_database/src/database_table_sql_queries_ext.dartthat imports:package:atmos_database/src/database_table_core.dartthat imports:package:sqlite3/sqlite3.dartthat imports:package:sqlite3/src/ffi/api.dartthat imports:package:sqlite3/src/ffi/implementation.dartthat imports:package:sqlite3/src/ffi/sqlite3.g.dartthat 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 5 issues. Showing the first 2:
WARNING: Unused import: 'package:atmos_binary_buffer/atmos_binary_buffer.dart'.
lib/src/database_table.dart:1:8
╷
1 │ import 'package:atmos_binary_buffer/atmos_binary_buffer.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/database_table.dart
WARNING: Unused import: 'columns_integer.dart'.
lib/src/database_table.dart:5:8
╷
5 │ import 'columns_integer.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/database_table.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
atmos_binary_buffer |
^0.16.5 |
0.16.6 | 1.0.1 | |
meta |
^1.7.0 |
1.18.1 | 1.18.1 | |
sqlite3 |
^1.5.1 |
1.11.2 | 3.1.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
path |
- | 1.9.1 | 1.9.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.16.5` on atmos_binary_buffer does not support the stable version `0.17.0`.
Try running dart pub upgrade --major-versions atmos_binary_buffer to update the constraint.
The constraint `^1.5.1` on sqlite3 does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions sqlite3 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.9, Dart 3.11.0.
Check the analysis log for details.