mih_package_toolkit 0.0.3
mih_package_toolkit: ^0.0.3 copied to clipboard
A comprehensive UI toolkit and utility library for building consistent MIH Packages within the MIH Project ecosystem.
We analyzed this package 2 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: GPL-3.0.
10/10 points: 20% or more of the public API has dartdoc comments
226 out of 246 API elements (91.9 %) have documentation comments.
Some symbols that are missing documentation: mih_package_toolkit.MihButton.MihButton.new, mih_package_toolkit.MihColors.MihColors.new, mih_package_toolkit.MihDateField.MihDateField.new, mih_package_toolkit.MihDropdownField.MihDropdownField.new, mih_package_toolkit.MihFloatingMenu.MihFloatingMenu.new.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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:mih_package_toolkit/mih_package_toolkit.dartthat imports:package:mih_package_toolkit/src/mih_package_tile.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:mih_package_toolkit/mih_package_toolkit.dartthat imports:package:mih_package_toolkit/src/mih_package_tile.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:mih_package_toolkit/mih_package_toolkit.dartthat imports:package:mih_package_toolkit/src/mih_package_tile.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_darwin/local_auth_darwin.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Linux`.
Because:
package:mih_package_toolkit/mih_package_toolkit.dartthat imports:package:mih_package_toolkit/src/mih_package_tile.dartthat imports:package:local_auth/local_auth.dartthat declares support for platforms:Android,iOS,Windows,macOS.
Package does not support platform `macOS`.
Because:
package:mih_package_toolkit/mih_package_toolkit.dartthat imports:package:mih_package_toolkit/src/mih_package_tile.dartthat imports:package:local_auth/local_auth.dartthat imports:package:local_auth/src/local_auth.dartthat imports:package:local_auth_windows/local_auth_windows.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:mih_package_toolkit/mih_package_toolkit.dartthat imports:package:mih_package_toolkit/src/mih_package_tile.dartthat imports:package:local_auth/local_auth.dartthat declares support for platforms:Android,iOS,Windows,macOS.
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:mih_package_toolkit/mih_package_toolkit.dartthat imports:package:mih_package_toolkit/src/mih_text_form_field.dartthat imports:dart:io
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: 'groupValue' is deprecated and shouldn't be used. Use a RadioGroup ancestor to manage group value instead. This feature was deprecated after v3.32.0-0.0.pre.
lib/src/mih_radio_options.dart:124:21
╷
124 │ groupValue: selection,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/mih_radio_options.dart
INFO: 'onChanged' is deprecated and shouldn't be used. Use RadioGroup to handle value change instead. This feature was deprecated after v3.32.0-0.0.pre.
lib/src/mih_radio_options.dart:125:21
╷
125 │ onChanged: _onChanged,
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/mih_radio_options.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_settings |
^7.0.0 |
7.0.0 | 7.0.0 | |
flutter_speed_dial |
^7.0.0 |
7.0.0 | 7.0.0 | |
local_auth |
^2.3.0 |
2.3.0 | 3.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.34 | 2.0.34 | |
intl |
- | 0.20.2 | 0.20.2 | |
local_auth_android |
- | 1.0.56 | 2.0.8 | |
local_auth_darwin |
- | 1.6.1 | 2.0.3 | |
local_auth_platform_interface |
- | 1.1.0 | 1.1.0 | |
local_auth_windows |
- | 1.0.11 | 2.0.1 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.3.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.3.0` on local_auth does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions local_auth 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.12, Flutter 3.41.7, Dart 3.11.5.
Check the analysis log for details.