bizdoc 0.0.16
bizdoc: ^0.0.16 copied to clipboard
Workflow organization forms.
We analyzed this package 9 hours ago, and awarded it 90 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: bizdoc
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Could not find any pubspec.yaml
in the repository.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting bizdoc... Discovering libraries... Linking elements... Precaching local docs for 1603253 elements... Initialized dartdoc with 2518 libraries Generating docs for library services/chat.dart from package:bizdoc/services/chat.dart... Generating docs for library services/accounts.dart from package:bizdoc/services/accounts.dart... Generating docs for library services/network.dart from package:bizdoc/services/network.dart... Generating docs for library services/mailbox.dart from package:bizdoc/services/mailbox.dart... Generating docs for library services/cube.dart from package:bizdoc/services/cube.dart... [97 more lines] ERR: warning: unresolved doc reference [support@moding.com] from package-bizdoc: file:///tmp/pana_EOAHSU warning: unresolved doc reference [LatLngInfo] from geo.distance: (file:///tmp/pana_EOAHSU/lib/services/geo.dart:97:1) warning: unresolved doc reference [LatLngInfo] from geo.Geo.geocode: (file:///tmp/pana_EOAHSU/lib/services/geo.dart:57:18) warning: bizdoc has no library level documentation comments from bizdoc: (file:///tmp/pana_EOAHSU/lib/bizdoc.dart:1:1) warning: unresolved doc reference [MyForm] from bizdoc.BizDocFormState: (file:///tmp/pana_EOAHSU/lib/core/form_state.dart:11:7) [114 more lines]
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:bizdoc/bizdoc.dart
that imports:package:bizdoc/controls/select.dart
that imports:package:bizdoc/services/session.dart
that imports:package:bizdoc/services/network.dart
that imports:package:bizdoc/core/notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Windows`.
Because:
package:bizdoc/bizdoc.dart
that imports:package:bizdoc/controls/select.dart
that imports:package:bizdoc/services/session.dart
that imports:package:bizdoc/services/network.dart
that imports:package:bizdoc/core/notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that declares support for platforms:Android
,iOS
,Linux
,macOS
.
Package does not support platform `Linux`.
Because:
package:bizdoc/bizdoc.dart
that imports:package:bizdoc/controls/select.dart
that imports:package:bizdoc/services/session.dart
that imports:package:bizdoc/services/network.dart
that imports:package:bizdoc/core/app_state.dart
that imports:package:bizdoc/generics/controls/address.dart
that imports:package:bizdoc/controls/address.dart
that imports:package:bizdoc/services/geo.dart
that imports:package:bizdoc/pages/location_map.dart
that imports:package:google_maps_flutter/google_maps_flutter.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:bizdoc/bizdoc.dart
that imports:package:bizdoc/controls/select.dart
that imports:package:bizdoc/services/session.dart
that imports:package:bizdoc/services/network.dart
that imports:package:bizdoc/core/notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Web`.
Because:
package:bizdoc/bizdoc.dart
that imports:package:bizdoc/controls/select.dart
that imports:package:bizdoc/services/session.dart
that imports:package:bizdoc/services/network.dart
that imports:package:bizdoc/core/notification.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 `iOS`.
Because:
package:bizdoc/bizdoc.dart
that imports:package:bizdoc/controls/select.dart
that imports:package:bizdoc/services/session.dart
that imports:package:bizdoc/services/network.dart
that imports:package:bizdoc/core/notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:bizdoc/bizdoc.dart
that imports:package:bizdoc/controls/select.dart
that imports:package:bizdoc/services/session.dart
that imports:package:bizdoc/services/network.dart
that imports:package:bizdoc/core/notification.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.dart
that imports:dart:io
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 132 issues. Showing the first 2:
WARNING: The value of the field '_state' isn't used.
lib/controls/address.dart:39:23
╷
39 │ late BizDocAppState _state;
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/controls/address.dart
WARNING: The declaration '_requestPermissions' isn't referenced.
lib/core/notification.dart:71:16
╷
71 │ Future<void> _requestPermissions() async {
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/core/notification.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
aad_oauth |
^1.0.1 |
1.0.1 | 1.0.1 | |
camera |
^0.11.1 |
0.11.1 | 0.11.1 | |
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
dartx |
^1.2.0 |
1.2.0 | 1.2.0 | |
dio |
^5.8.0 |
5.8.0+1 | 5.8.0+1 | |
file_picker |
^9.0.0 |
9.2.3 | 10.0.0 | |
firebase_core |
^3.11.0 |
3.13.0 | 3.13.0 | |
firebase_messaging |
^15.2.0 |
15.2.5 | 15.2.5 | |
flutter_appauth |
^8.0.3 |
8.0.3 | 9.0.0 | |
flutter_local_notifications |
^18.0.1 |
18.0.1 | 19.0.0 | |
flutter_secure_storage |
^9.2.0 |
9.2.4 | 9.2.4 | |
flutter_settings_ui |
^3.0.0 |
3.0.1 | 3.0.1 | |
flutter_typeahead |
^5.2.0 |
5.2.0 | 5.2.0 | |
google_maps_flutter |
^2.10.0 |
2.12.1 | 2.12.1 | |
http |
^1.3.0 |
1.3.0 | 1.3.0 | |
http_parser |
^4.1.2 |
4.1.2 | 4.1.2 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
location |
^8.0.0 |
8.0.0 | 8.0.0 | |
lottie |
^3.3.1 |
3.3.1 | 3.3.1 | |
material |
^1.0.0+2 |
1.0.0+2 | 1.0.0+2 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
multi_dropdown |
^3.0.0 |
3.0.1 | 3.0.1 | |
open_file |
^3.5.10 |
3.5.10 | 3.5.10 | |
path_provider |
^2.1.2 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.0 |
11.4.0 | 11.4.0 | |
provider |
^6.1.2 |
6.1.4 | 6.1.4 | |
pull_to_refresh |
^2.0.0 |
2.0.0 | 2.0.0 | |
shared_preferences |
^2.5.2 |
2.5.3 | 2.5.3 | |
signalr_netcore |
^1.4.0 |
1.4.1 | 1.4.1 | |
syncfusion_flutter_charts |
^28.2.5 |
28.2.12 | 29.1.37 | |
syncfusion_flutter_datagrid |
^28.2.5 |
28.2.12 | 29.1.37 | |
syncfusion_flutter_gauges |
^28.2.5 |
28.2.12 | 29.1.37 | |
syncfusion_flutter_signaturepad |
^28.2.5 |
28.2.12 | 29.1.37 | |
timeago |
^3.7.0 |
3.7.0 | 3.7.0 | |
timezone |
^0.10.0 |
0.10.0 | 0.10.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 8 issues. Showing the first 2:
The constraint `^9.0.0` on file_picker does not support the stable version `10.0.0`, that was published 8 days ago.
When file_picker is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions file_picker
to update the constraint.
The constraint `^8.0.3` on flutter_appauth does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions flutter_appauth
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.