closed_household 1.0.5+1
closed_household: ^1.0.5+1 copied to clipboard
This package enables health facility workers to mark household closed and update.
We analyzed this package 21 hours 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
106 out of 375 API elements (28.3 %) have documentation comments.
Some symbols that are missing documentation: app_localization
, app_localization.ClosedHouseholdLocalization
, app_localization.ClosedHouseholdLocalization.ClosedHouseholdLocalization.new
, app_localization.ClosedHouseholdLocalization.getDelegate
, app_localization.ClosedHouseholdLocalization.languages
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:closed_household/closed_household.dart
that imports:package:closed_household/router/closed_household_router.dart
that imports:package:closed_household/router/closed_household_router.gm.dart
that imports:package:closed_household/pages/closed_household_wrapper.dart
that imports:package:location/location.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:closed_household/closed_household.dart
that imports:package:closed_household/router/closed_household_router.dart
that imports:package:closed_household/router/closed_household_router.gm.dart
that imports:package:closed_household/pages/closed_household_wrapper.dart
that imports:package:location/location.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:closed_household/closed_household.dart
that imports:package:closed_household/router/closed_household_router.dart
that imports:package:closed_household/router/closed_household_router.gm.dart
that imports:package:closed_household/pages/closed_household_wrapper.dart
that imports:package:closed_household/utils/extensions/extensions.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:closed_household/closed_household.dart
that imports:package:closed_household/router/closed_household_router.dart
that imports:package:closed_household/router/closed_household_router.gm.dart
that imports:package:closed_household/pages/closed_household_wrapper.dart
that imports:package:registration_delivery/models/entities/task.dart
that imports:package:registration_delivery/models/entities/task_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:closed_household/closed_household.dart
that imports:package:closed_household/router/closed_household_router.dart
that imports:package:closed_household/router/closed_household_router.gm.dart
that imports:package:closed_household/pages/closed_household_wrapper.dart
that imports:package:closed_household/utils/extensions/extensions.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:closed_household/closed_household.dart
that imports:package:closed_household/router/closed_household_router.dart
that imports:package:closed_household/router/closed_household_router.gm.dart
that imports:package:closed_household/pages/closed_household_wrapper.dart
that imports:package:closed_household/utils/extensions/extensions.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:closed_household/closed_household.dart
that imports:package:closed_household/router/closed_household_router.dart
that imports:package:closed_household/router/closed_household_router.gm.dart
that imports:package:closed_household/pages/closed_household_wrapper.dart
that imports:package:registration_delivery/models/entities/task.dart
that imports:package:registration_delivery/models/entities/task_resource.dart
that imports:package:digit_data_model/data_model.dart
that imports:package:digit_data_model/utils/utils.dart
that imports:package:drift/native.dart
that imports:package:drift/src/sqlite3/database_tracker.dart
that imports:package:sqlite3/sqlite3.dart
that imports:package:sqlite3/src/ffi/api.dart
that imports:package:sqlite3/src/ffi/implementation.dart
that imports:package:sqlite3/src/ffi/sqlite3.g.dart
that 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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 14 issues. Showing the first 2:
INFO: The import of 'package:digit_ui_components/enum/app_enums.dart' is unnecessary because all of the used elements are also provided by the import of 'package:digit_ui_components/digit_components.dart'.
lib/pages/closed_household_acknowledgement.dart:3:8
╷
3 │ import 'package:digit_ui_components/enum/app_enums.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/pages/closed_household_acknowledgement.dart
INFO: The import of 'package:digit_ui_components/widgets/atoms/digit_button.dart' is unnecessary because all of the used elements are also provided by the import of 'package:digit_ui_components/digit_components.dart'.
lib/pages/closed_household_acknowledgement.dart:4:8
╷
4 │ import 'package:digit_ui_components/widgets/atoms/digit_button.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/pages/closed_household_acknowledgement.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
^2.11.0 |
2.13.0 | 2.13.0 | |
auto_route |
^8.1.3 |
8.3.0 | 10.0.1 | |
collection |
^1.16.0 |
1.19.1 | 1.19.1 | |
dart_mappable |
^4.2.0 |
4.4.0 | 4.4.0 | |
digit_data_model |
^1.0.6+1 |
1.0.6+2 | 1.0.6+2 | |
digit_scanner |
^1.0.5 |
1.0.5+1 | 1.0.5+1 | |
digit_showcase |
^1.0.0 |
1.0.2+1 | 1.0.2+1 | |
digit_ui_components |
^0.2.0 |
0.2.1 | 0.2.1 | |
drift |
^2.0.0 |
2.19.1+1 | 2.26.0 | |
flutter |
flutter |
0.0.0 | 0.0.0 | |
flutter_bloc |
^8.1.1 |
8.1.6 | 9.1.0 | |
flutter_keyboard_visibility |
^5.4.0 |
5.4.1 | 6.0.0 | |
flutter_svg |
^2.0.8 |
2.0.17 | 2.0.17 | |
fluttertoast |
^8.1.2 |
8.2.8 | 8.2.12 | |
formula_parser |
^2.0.1 |
2.0.1 | 2.0.1 | |
freezed_annotation |
^2.1.0 |
2.4.4 | 3.0.0 | |
gs1_barcode_parser |
^1.0.5 |
1.1.0 | 1.1.0 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
location |
^6.0.2 |
6.0.2 | 8.0.0 | |
overlay_builder |
^1.1.0 |
1.1.0 | 1.1.0 | |
package_info_plus |
^8.0.0 |
8.3.0 | 8.3.0 | |
pluto_grid |
^8.0.0 |
8.0.0 | 8.0.0 | |
reactive_forms |
^17.0.0 |
17.0.1 | 17.0.1 | |
recase |
^4.1.0 |
4.1.0 | 4.1.0 | |
registration_delivery |
^1.0.6+1 |
1.0.6+1 | 1.0.6+1 | |
stream_transform |
^2.1.0 |
2.1.1 | 2.1.1 | |
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.4 | 4.0.4 | |
args |
- | 2.6.0 | 2.6.0 | |
audioplayers |
- | 5.2.1 | 6.4.0 | |
audioplayers_android |
- | 4.0.3 | 5.2.0 | |
audioplayers_darwin |
- | 5.0.2 | 6.2.0 | |
audioplayers_linux |
- | 3.1.0 | 4.2.0 | |
audioplayers_platform_interface |
- | 6.1.0 | 7.1.0 | |
audioplayers_web |
- | 4.1.0 | 5.1.0 | |
audioplayers_windows |
- | 3.1.0 | 4.2.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.14 | 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+9 | 0.9.18+9 | |
camera_platform_interface |
- | 2.9.0 | 2.9.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 | |
cupertino_icons |
- | 1.0.8 | 1.0.8 | |
dart_style |
- | 3.0.1 | 3.0.1 | |
dio |
- | 5.8.0+1 | 5.8.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.0.7 | 9.0.2 | |
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_keyboard_visibility_linux |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_macos |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_platform_interface |
- | 2.0.0 | 2.0.0 | |
flutter_keyboard_visibility_web |
- | 2.0.0 | 2.0.0 | |
flutter_keyboard_visibility_windows |
- | 1.0.0 | 1.0.0 | |
flutter_localizations |
- | 0.0.0 | 0.0.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_web_plugins |
- | 0.0.0 | 0.0.0 | |
frontend_server_client |
- | 4.0.0 | 4.0.0 | |
geolocator |
- | 10.1.1 | 13.0.2 | |
geolocator_android |
- | 4.6.1 | 4.6.1 | |
geolocator_apple |
- | 2.3.9 | 2.3.9 | |
geolocator_platform_interface |
- | 4.2.4 | 4.2.4 | |
geolocator_web |
- | 2.2.1 | 4.1.1 | |
geolocator_windows |
- | 0.2.3 | 0.2.3 | |
glob |
- | 2.1.3 | 2.1.3 | |
google_fonts |
- | 6.2.1 | 6.2.1 | |
google_mlkit_barcode_scanning |
- | 0.12.0 | 0.13.0 | |
google_mlkit_commons |
- | 0.7.1 | 0.9.0 | |
graphs |
- | 2.3.2 | 2.3.2 | |
group_radio_button |
- | 1.3.0 | 1.3.0 | |
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+1 | 0.2.1+1 | |
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 | |
io |
- | 1.0.5 | 1.0.5 | |
isar |
- | 3.1.0+1 | 3.1.0+1 | |
isar_flutter_libs |
- | 3.1.0+1 | 3.1.0+1 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
json_annotation |
- | 4.9.0 | 4.9.0 | |
location_platform_interface |
- | 4.0.0 | 6.0.0 | |
location_web |
- | 5.0.2 | 6.0.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
lottie |
- | 3.3.1 | 3.3.1 | |
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 | |
mocktail |
- | 1.0.4 | 1.0.4 | |
nested |
- | 1.0.0 | 1.0.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus_platform_interface |
- | 3.2.0 | 3.2.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_drawing |
- | 1.0.1 | 1.0.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
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 |
- | 5.4.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.2 | 6.1.2 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
rxdart |
- | 0.27.7 | 0.28.0 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_web_socket |
- | 2.0.1 | 3.0.0 | |
sky_engine |
- | 0.0.0 | 0.0.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
sqlite3 |
- | 2.4.5 | 2.7.5 | |
sqlite3_flutter_libs |
- | 0.5.31 | 0.5.31 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
survey_form |
- | 1.0.1+2 | 1.0.1+2 | |
synchronized |
- | 3.3.1 | 3.3.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 |
- | 0.5.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.3.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
.
Found 6 issues. Showing the first 2:
The constraint `^8.1.3` on auto_route does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions auto_route
to update the constraint.
The constraint `^8.1.1` 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.
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.22.19
, Flutter 3.29.1
, Dart 3.7.0
.
Check the analysis log for details.