floor_generator_community 1.0.0
floor_generator_community: ^1.0.0 copied to clipboard
The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications. This library is the dev dependency.
We analyzed this package 11 hours ago, and awarded it 100 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.
10/10 points: 20% or more of the public API has dartdoc comments
125 out of 556 API elements (22.5 %) have documentation comments.
Some symbols that are missing documentation: annotation_expression, annotation_expression.AnnotationExpression.AnnotationExpression.new, annotation_expression.AnnotationExpression.accept, annotation_expression.AnnotationExpression.annotation, annotation_expression.AnnotationExpression.code.
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)
SDK issues found:
Package is not compatible with the Dart SDK.
Because:
floor_generator_communitythat depends on:floor_communitythat is a package requiring flutter.
Package is not compatible with the Flutter SDK.
Package is not compatible with the Flutter SDK. Because:
package:floor_generator_community/builder.dartthat imports:package:source_gen/source_gen.dartthat imports:package:source_gen/src/utils.dartthat imports:package:build/build.dartthat imports:package:build/src/generate/run_post_process_builder.dartthat imports:package:build_runner_core/src/generate/run_post_process_builder.dartthat imports:package:build_runner_core/src/logging/build_log_logger.dartthat imports:package:build_runner_core/src/logging/build_log_messages.dartthat imports:package:build_runner_core/src/logging/ansi_buffer.dartthat imports:package:build_runner_core/src/logging/build_log.dartthat imports:package:build_runner_core/src/logging/log_display.dartthat imports:package:build_runner/src/internal.dartthat imports:package:build_runner/src/commands/build_options.dartthat imports:package:build_runner_core/build_runner_core.dartthat imports:package:build_runner_core/src/generate/build_series.dartthat imports:package:build_runner_core/src/generate/build_definition.dartthat imports:package:build_runner_core/src/changes/build_script_updates.dartthat imports:dart:mirrors
Package is not compatible with the Dart SDK.
Because:
floor_generator_communitythat depends on:floor_communitythat is a package requiring flutter.
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:floor_generator_community/builder.dartthat imports:package:source_gen/source_gen.dartthat imports:package:source_gen/src/utils.dartthat imports:package:build/build.dartthat imports:package:build/src/generate/run_post_process_builder.dartthat imports:package:build_runner_core/src/generate/run_post_process_builder.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `iOS`.
Because:
package:floor_generator_community/builder.dartthat imports:package:source_gen/source_gen.dartthat imports:package:source_gen/src/utils.dartthat imports:package:build/build.dartthat imports:package:build/src/generate/run_post_process_builder.dartthat imports:package:build_runner_core/src/generate/run_post_process_builder.dartthat declares support for platforms:Windows,Linux,macOS.
Package does not support platform `Windows`.
Because:
package:floor_generator_community/builder.dartthat imports:package:floor_generator_community/generator.dartthat imports:package:floor_generator_community/writer/database_writer.dartthat imports:package:floor_generator_community/value_object/entity.dartthat imports:package:floor_generator_community/value_object/foreign_key.dartthat imports:package:floor_generator_community/misc/extension/foreign_key_action_extension.dartthat imports:package:floor_community/floor.dartthat imports:package:floor_community/src/sqflite_database_factory.dartthat imports:package:sqflite_common_ffi_web/sqflite_ffi_web.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:floor_generator_community/builder.dartthat imports:package:floor_generator_community/generator.dartthat imports:package:floor_generator_community/writer/database_writer.dartthat imports:package:floor_generator_community/value_object/entity.dartthat imports:package:floor_generator_community/value_object/foreign_key.dartthat imports:package:floor_generator_community/misc/extension/foreign_key_action_extension.dartthat imports:package:floor_community/floor.dartthat imports:package:floor_community/src/sqflite_database_factory.dartthat imports:package:sqflite_common_ffi_web/sqflite_ffi_web.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:floor_generator_community/builder.dartthat imports:package:floor_generator_community/generator.dartthat imports:package:floor_generator_community/writer/database_writer.dartthat imports:package:floor_generator_community/value_object/entity.dartthat imports:package:floor_generator_community/value_object/foreign_key.dartthat imports:package:floor_generator_community/misc/extension/foreign_key_action_extension.dartthat imports:package:floor_community/floor.dartthat imports:package:floor_community/src/sqflite_database_factory.dartthat imports:package:sqflite_common_ffi_web/sqflite_ffi_web.dartthat declares support for platforms:Web.
Package does not support platform `Web`.
Because:
package:floor_generator_community/builder.dartthat imports:package:source_gen/source_gen.dartthat imports:package:source_gen/src/utils.dartthat imports:package:build/build.dartthat imports:package:build/src/generate/run_post_process_builder.dartthat imports:package:build_runner_core/src/generate/run_post_process_builder.dartthat declares support for platforms:Windows,Linux,macOS.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 31 issues. Showing the first 2:
WARNING: 'element3' is experimental and could be removed or changed at any time.
lib/misc/extension/type_converter_element_extension.dart:56:18
╷
56 │ supertype?.element3.displayName == 'TypeConverter';
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/misc/extension/type_converter_element_extension.dart
WARNING: 'element3' is experimental and could be removed or changed at any time.
lib/misc/type_utils.dart:25:26
╷
25 │ bool get isEnumType => element3 is EnumElement2;
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/misc/type_utils.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
analyzer |
>=7.4.0 <8.0.0 |
7.7.1 | 14.4.0 | |
build |
^3.0.0 |
3.1.0 | 4.0.11 | |
build_config |
^1.2.0 |
1.2.0 | 1.3.3 | |
code_builder |
^4.10.1 |
4.12.0 | 4.12.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
floor_community |
1.0.0 |
1.0.0 | 1.1.0 | |
meta |
^1.18.0 |
1.19.0 | 1.19.0 | |
source_gen |
^3.1.0 |
3.1.0 | 4.3.0 | |
strings |
^4.0.0 |
4.0.1 | 4.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 85.0.0 | 108.0.0 | |
archive |
- | 4.3.0 | 4.3.0 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.1 | 2.13.1 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
build_daemon |
- | 4.1.6 | 4.1.6 | |
build_resolvers |
- | 3.0.3 | 3.0.4 | Discontinued |
build_runner |
- | 2.7.1 | 2.16.1 | |
build_runner_core |
- | 9.3.1 | 9.3.2 | Discontinued |
built_collection |
- | 5.1.1 | 5.1.1 | |
built_value |
- | 8.13.0 | 8.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
charcode |
- | 1.4.0 | 1.4.0 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
code_assets |
- | 2.1.0 | 2.1.0 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dart_style |
- | 3.1.1 | 3.1.13 | |
dev_build |
- | 1.1.10 | 1.1.10 | |
ffi |
- | 2.2.0 | 2.2.0 | |
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.2.0 | 2.2.0 | |
graphs |
- | 2.3.2 | 2.3.2 | |
hooks |
- | 2.2.0 | 2.2.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
io |
- | 1.1.0 | 1.1.0 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.20 | 0.12.20 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
mime |
- | 2.1.0 | 2.1.0 | |
native_toolchain_c |
- | 0.19.5 | 0.19.5 | |
package_config |
- | 2.2.0 | 3.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
platform |
- | 3.2.0 | 3.2.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pool |
- | 1.5.3 | 1.5.3 | |
posix |
- | 6.5.2 | 6.5.2 | |
process |
- | 5.0.6 | 5.0.6 | |
process_run |
- | 1.3.6 | 1.3.6 | |
pub_semver |
- | 2.2.1 | 2.2.1 | |
pubspec_parse |
- | 1.6.0 | 1.6.0 | |
record_use |
- | 1.1.1 | 1.1.1 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
simple_sparse_list |
- | 0.1.4 | 0.1.4 | |
source_span |
- | 1.10.2 | 1.10.2 | |
sqflite |
- | 2.4.4 | 2.4.4 | |
sqflite_android |
- | 2.4.4 | 2.4.4 | |
sqflite_common |
- | 2.5.13 | 2.5.13 | |
sqflite_common_ffi |
- | 2.4.3 | 2.4.3 | |
sqflite_common_ffi_web |
- | 1.2.0 | 1.2.0 | |
sqflite_darwin |
- | 2.4.4 | 2.4.4 | |
sqflite_platform_interface |
- | 2.4.2 | 2.4.2 | |
sqlite3 |
- | 3.6.0 | 3.6.0 | |
sqlparser |
- | 0.41.2 | 0.45.0 | |
stack_trace |
- | 1.12.2 | 1.12.2 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.2 | 2.1.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.2 | 3.4.2 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.14 | 0.7.14 | |
timing |
- | 1.0.2 | 1.0.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unicode |
- | 1.1.9 | 1.1.9 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
watcher |
- | 1.2.1 | 1.2.1 | |
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.4 | 3.1.4 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `>=7.4.0 <8.0.0` on analyzer does not support the stable version `8.0.0`.
Try running dart pub upgrade --major-versions analyzer to update the constraint.
The constraint `^3.0.0` on build does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions build 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.19, Dart 3.13.1.
Check the analysis log for details.