digit_data_model 1.0.7-dev.2
digit_data_model: ^1.0.7-dev.2 copied to clipboard
The digit_data_model package is a data modeling library. It defines various classes, enums, and functions.
We analyzed this package 13 hours ago, and awarded it 70 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
5030 out of 15411 API elements (32.6 %) have documentation comments.
Some symbols that are missing documentation: address
, address
, address
, address.Address
, address.Address.Address.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 does not support platform `Web`.
Because:
package:digit_data_model/blocs/boundary/boundary.dart
that imports:package:digit_data_model/utils/typedefs.dart
that imports:package:digit_data_model/models/entities/project_resource.dart
that imports:package:digit_data_model/data_model.dart
that imports:package:digit_data_model/data/local_store/sql_store/sql_store.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:digit_data_model/utils/entity_creation/entity_generator.dart
that imports:package:digit_data_model/utils/entity_creation/post_gen.dart
that imports:package:mason/mason.dart
that imports:package:mason_logger/mason_logger.dart
that imports:package:mason_logger/src/mason_logger.dart
that imports:package:mason_logger/src/terminal_overrides.dart
that imports:package:mason_logger/src/ffi/terminal.dart
that imports:package:mason_logger/src/ffi/windows_terminal.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:digit_data_model/utils/entity_creation/entity_generator.dart
that imports:package:digit_data_model/utils/entity_creation/post_gen.dart
that imports:package:mason/mason.dart
that imports:package:mason_logger/mason_logger.dart
that imports:package:mason_logger/src/mason_logger.dart
that imports:package:mason_logger/src/terminal_overrides.dart
that imports:package:mason_logger/src/ffi/terminal.dart
that imports:package:mason_logger/src/ffi/windows_terminal.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Linux`.
Because:
package:digit_data_model/utils/entity_creation/entity_generator.dart
that imports:package:digit_data_model/utils/entity_creation/post_gen.dart
that imports:package:mason/mason.dart
that imports:package:mason_logger/mason_logger.dart
that imports:package:mason_logger/src/mason_logger.dart
that imports:package:mason_logger/src/terminal_overrides.dart
that imports:package:mason_logger/src/ffi/terminal.dart
that imports:package:mason_logger/src/ffi/windows_terminal.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:digit_data_model/utils/entity_creation/entity_generator.dart
that imports:package:digit_data_model/utils/entity_creation/post_gen.dart
that imports:package:mason/mason.dart
that imports:package:mason_logger/mason_logger.dart
that imports:package:mason_logger/src/mason_logger.dart
that imports:package:mason_logger/src/terminal_overrides.dart
that imports:package:mason_logger/src/ffi/terminal.dart
that imports:package:mason_logger/src/ffi/windows_terminal.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 5777 issues. Showing the first 2:
ERROR: The type 'RootTableManager' is declared with 11 type parameters, but 8 type arguments were given.
lib/data/local_store/sql_store/sql_store.g.dart:39600:53
╷
39600 │ class $$AttendanceRegisterTableTableManager extends RootTableManager<
│ ┌─────────────────────────────────────────────────────^
39601 │ │ _$LocalSqlDataStore,
39602 │ │ $AttendanceRegisterTable,
39603 │ │ AttendanceRegisterData,
39604 │ │ $$AttendanceRegisterTableFilterComposer,
39605 │ │ $$AttendanceRegisterTableOrderingComposer,
39606 │ │ $$AttendanceRegisterTableProcessedTableManager,
39607 │ │ $$AttendanceRegisterTableInsertCompanionBuilder,
39608 │ │ $$AttendanceRegisterTableUpdateCompanionBuilder> {
│ └────────────────────────────────────────────────────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/data/local_store/sql_store/sql_store.g.dart
ERROR: The named parameter 'createCompanionCallback' is required, but there's no corresponding argument.
lib/data/local_store/sql_store/sql_store.g.dart:39611:15
╷
39611 │ : super(TableManagerState(
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/data/local_store/sql_store/sql_store.g.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
dart_mappable |
^4.2.0 |
4.5.0 | 4.5.0 | |
digit_ui_components |
^0.2.0 |
0.2.1 | 0.2.1 | |
dio |
^5.4.3+1 |
5.8.0+1 | 5.8.0+1 | |
drift |
^2.18.0 |
2.26.0 | 2.26.0 | |
flutter_bloc |
^8.1.5 |
8.1.6 | 9.1.0 | |
freezed_annotation |
^2.4.1 |
2.4.4 | 3.0.0 | |
isar |
^3.1.0+1 |
3.1.0+1 | 3.1.0+1 | |
isar_flutter_libs |
^3.1.0+1 |
3.1.0+1 | 3.1.0+1 | |
mason |
^0.1.0-dev.52 |
0.1.1 | 0.1.1 | |
mocktail |
^1.0.3 |
1.0.4 | 1.0.4 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.3 |
2.1.5 | 2.1.5 | |
recase |
^4.1.0 |
4.1.0 | 4.1.0 | |
sqlite3_flutter_libs |
^0.5.23 |
0.5.32 | 0.5.32 | |
uuid |
^4.4.0 |
4.5.1 | 4.5.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_fe_analyzer_shared |
- | 80.0.0 | 80.0.0 | |
analyzer |
- | 7.3.0 | 7.3.0 | |
archive |
- | 4.0.5 | 4.0.5 | |
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
bloc |
- | 8.1.4 | 9.0.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
build |
- | 2.4.2 | 2.4.2 | |
build_config |
- | 1.1.2 | 1.1.2 | |
build_daemon |
- | 4.0.4 | 4.0.4 | |
build_resolvers |
- | 2.4.4 | 2.4.4 | |
build_runner |
- | 2.4.15 | 2.4.15 | |
build_runner_core |
- | 8.0.0 | 8.0.0 | |
built_collection |
- | 5.1.1 | 5.1.1 | |
built_value |
- | 8.9.5 | 8.9.5 | |
camera |
- | 0.11.1 | 0.11.1 | |
camera_android_camerax |
- | 0.6.14+1 | 0.6.14+1 | |
camera_avfoundation |
- | 0.9.18+13 | 0.9.18+13 | |
camera_platform_interface |
- | 2.10.0 | 2.10.0 | |
camera_web |
- | 0.3.5 | 0.3.5 | |
characters |
- | 1.4.0 | 1.4.0 | |
charcode |
- | 1.4.0 | 1.4.0 | |
checked_yaml |
- | 2.0.3 | 2.0.3 | |
clock |
- | 1.1.2 | 1.1.2 | |
code_builder |
- | 4.10.1 | 4.10.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
csslib |
- | 1.0.2 | 1.0.2 | |
dart_style |
- | 3.0.1 | 3.0.1 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
dotted_border |
- | 2.1.0 | 2.1.0 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
file_picker |
- | 8.3.7 | 10.0.0 | |
file_selector_linux |
- | 0.9.3+2 | 0.9.3+2 | |
file_selector_macos |
- | 0.9.4+2 | 0.9.4+2 | |
file_selector_platform_interface |
- | 2.6.2 | 2.6.2 | |
file_selector_windows |
- | 0.9.3+4 | 0.9.3+4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_dropzone |
- | 3.0.7 | 4.2.1 | |
flutter_dropzone_platform_interface |
- | 2.2.0 | 2.2.0 | |
flutter_dropzone_web |
- | 3.0.13 | 4.2.0 | |
flutter_plugin_android_lifecycle |
- | 2.0.27 | 2.0.27 | |
flutter_spinkit |
- | 5.2.1 | 5.2.1 | |
flutter_styled_toast |
- | 2.2.1 | 2.2.1 | |
flutter_svg |
- | 2.0.17 | 2.0.17 | |
fluttertoast |
- | 8.2.12 | 8.2.12 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
geolocator |
- | 10.1.1 | 13.0.4 | |
geolocator_android |
- | 4.6.2 | 5.0.1 | |
geolocator_apple |
- | 2.3.13 | 2.3.13 | |
geolocator_platform_interface |
- | 4.2.6 | 4.2.6 | |
geolocator_web |
- | 2.2.1 | 4.1.3 | |
geolocator_windows |
- | 0.2.5 | 0.2.5 | |
glob |
- | 2.1.3 | 2.1.3 | |
google_fonts |
- | 6.2.1 | 6.2.1 | |
graphs |
- | 2.3.2 | 2.3.2 | |
horizontal_data_table |
- | 4.3.1 | 4.3.1 | |
html |
- | 0.15.5 | 0.15.5 | |
http |
- | 1.3.0 | 1.3.0 | |
http_multi_server |
- | 3.2.2 | 3.2.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image_picker |
- | 1.1.2 | 1.1.2 | |
image_picker_android |
- | 0.8.12+22 | 0.8.12+22 | |
image_picker_for_web |
- | 3.0.6 | 3.0.6 | |
image_picker_ios |
- | 0.8.12+2 | 0.8.12+2 | |
image_picker_linux |
- | 0.2.1+2 | 0.2.1+2 | |
image_picker_macos |
- | 0.2.1+2 | 0.2.1+2 | |
image_picker_platform_interface |
- | 2.10.1 | 2.10.1 | |
image_picker_windows |
- | 0.2.1+1 | 0.2.1+1 | |
intl |
- | 0.19.0 | 0.20.2 | |
io |
- | 1.0.5 | 1.0.5 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
location |
- | 6.0.2 | 8.0.0 | |
location_platform_interface |
- | 4.0.0 | 6.0.0 | |
location_web |
- | 5.0.1 | 6.0.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
lottie |
- | 3.3.1 | 3.3.1 | |
mason_logger |
- | 0.3.3 | 0.3.3 | |
matcher |
- | 0.12.17 | 0.12.17 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
mustache_template |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
overlay_builder |
- | 1.1.0 | 1.1.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
path_drawing |
- | 1.0.1 | 1.0.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider_android |
- | 2.2.16 | 2.2.16 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pool |
- | 1.5.1 | 1.5.1 | |
posix |
- | 6.0.1 | 6.0.1 | |
provider |
- | 6.1.4 | 6.1.4 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
reactive_forms |
- | 17.0.1 | 17.0.1 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_web_socket |
- | 3.0.0 | 3.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
sqlite3 |
- | 2.7.5 | 2.7.5 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.4 | 0.7.4 | |
timing |
- | 1.0.2 | 1.0.2 | |
type_plus |
- | 2.1.1 | 2.1.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
universal_html |
- | 2.2.4 | 2.2.4 | |
universal_io |
- | 2.2.2 | 2.2.2 | |
url_launcher |
- | 6.3.1 | 6.3.1 | |
url_launcher_android |
- | 6.3.15 | 6.3.15 | |
url_launcher_ios |
- | 6.3.2 | 6.3.2 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.2 | 3.2.2 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.0 | 2.4.0 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_graphics |
- | 1.1.18 | 1.1.18 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.16 | 1.1.16 | |
vector_math |
- | 2.1.4 | 2.1.4 | |
visibility_detector |
- | 0.4.0+2 | 0.4.0+2 | |
watcher |
- | 1.1.1 | 1.1.1 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 0.1.6 | 0.1.6 | |
web_socket_channel |
- | 3.0.2 | 3.0.2 | |
win32 |
- | 5.12.0 | 5.12.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.5.0 | 6.5.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^8.1.5` on flutter_bloc does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_bloc
to update the constraint.
The constraint `^2.4.1` on freezed_annotation does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions freezed_annotation
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 68 errors:
UNDEFINED_METHOD
-lib/data_model.mapper.dart:198:10
- The method 'equalsValue' isn't defined for the type 'AdditionalFieldMapper'.UNDEFINED_METHOD
-lib/data_model.mapper.dart:319:10
- The method 'equalsValue' isn't defined for the type 'AuditDetailsMapper'.UNDEFINED_METHOD
-lib/data_model.mapper.dart:458:10
- The method 'equalsValue' isn't defined for the type 'ClientAuditDetailsMapper'.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.