floor_community 1.1.0
floor_community: ^1.1.0 copied to clipboard
Community-maintained, Floor-compatible, typesafe SQLite abstraction for Flutter applications.
We analyzed this package 3 days ago, and awarded it 130 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: Apache-2.0.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting floor_community... Discovering libraries... Linking elements... Precaching local docs for 751731 elements... Initialized dartdoc with 555 libraries Generating docs for library common/src/extension/on_conflict_strategy_extensions.dart from package:floor_community/common/src/extension/on_conflict_strategy_extensions.dart... Generating docs for library common/src/adapter/update_adapter.dart from package:floor_community/common/src/adapter/update_adapter.dart... Generating docs for library common/src/adapter/migration_adapter.dart from package:floor_community/common/src/adapter/migration_adapter.dart... Generating docs for library common/src/adapter/query_adapter.dart from package:floor_community/common/src/adapter/query_adapter.dart... Generating docs for library common/src/adapter/deletion_adapter.dart from package:floor_community/common/src/adapter/deletion_adapter.dart... [12 more lines] ERR: warning: ambiguous reexport of floor.dao, canonicalization candidates: (floor_ffi, floor) -> floor (confidence 0.001000) from floor.dao: (file:///tmp/analyzerPXRNJV/pub-cache/hosted/20260908t121300-dot-dartlang-pub.appspot.com/floor_annotation_community-1.1.0/lib/src/dao.dart:15:7) floor_ffi: 1.010 - (_Reason.samePackage (+1.000), _Reason.longName (+0.01000)) floor: 1.011 - (_Reason.samePackage (+1.000), _Reason.longName (+0.01000), _Reason.locationPartStart (+0.001000)) Use {@canonicalFor floor.dao} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [83 more lines]
0/10 points: Package has an example and has no issues with screenshots
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 4 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:floor_community/floor.dartthat imports:package:floor_community/src/sqflite_database_factory.dartthat imports:package:floor_community/src/sqflite_database_factory_io.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:floor_community/floor.dartthat imports:package:floor_community/src/sqflite_database_factory.dartthat imports:package:floor_community/src/sqflite_database_factory_io.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
WASM-ready: This package is compatible with runtime wasm. See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'package:sqflite_common/sqlite_api.dart' is unnecessary because all of the used elements are also provided by the import of 'package:sqflite_common_ffi/sqflite_ffi.dart'.
lib/ffi/src/sqflite_database_factory.dart:1:8
╷
1 │ import 'package:sqflite_common/sqlite_api.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ffi/src/sqflite_database_factory.dart
INFO: The import of 'package:sqflite_common/sqlite_api.dart' is unnecessary because all of the used elements are also provided by the import of 'package:sqflite_common_ffi/sqflite_ffi.dart'.
lib/src/sqflite_database_factory_io.dart:4:8
╷
4 │ import 'package:sqflite_common/sqlite_api.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/sqflite_database_factory_io.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
floor_annotation_community |
^1.1.0 |
1.1.0 | 1.1.0 | |
meta |
>=1.18.0 <2.0.0 |
1.19.0 | 1.19.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
sqflite |
^2.4.3 |
2.4.3 | 2.4.3 | |
sqflite_common |
^2.5.11 |
2.5.11 | 2.5.11 | |
sqflite_common_ffi |
^2.4.2+1 |
2.4.2+1 | 2.4.2+1 | |
sqflite_common_ffi_web |
^1.1.2 |
1.1.2 | 1.1.2 | |
sqlparser |
^0.45.0 |
0.45.0 | 0.45.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
characters |
- | 1.4.1 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
code_assets |
- | 2.0.0 | 2.0.0 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dev_build |
- | 1.1.9 | 1.1.9 | |
ffi |
- | 2.2.0 | 2.2.0 | |
file |
- | 7.0.1 | 7.0.1 | |
glob |
- | 2.2.0 | 2.2.0 | |
hooks |
- | 2.2.0 | 2.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
native_toolchain_c |
- | 0.19.4 | 0.19.4 | |
platform |
- | 3.2.0 | 3.2.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pool |
- | 1.5.3 | 1.5.3 | |
process |
- | 5.0.6 | 5.0.6 | |
process_run |
- | 1.3.6 | 1.3.6 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
record_use |
- | 1.1.1 | 1.1.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sqflite_android |
- | 2.4.3 | 2.4.3 | |
sqflite_darwin |
- | 2.4.3+1 | 2.4.3+1 | |
sqflite_platform_interface |
- | 2.4.1 | 2.4.1 | |
sqlite3 |
- | 3.5.2 | 3.5.2 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.2 | 3.4.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 | |
yaml |
- | 3.1.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.
