mono_kit 0.33.0
mono_kit: ^0.33.0 copied to clipboard
A collection of convenient widgets and utils made by mono. Under construction now.
We analyzed this package 3 hours ago, and awarded it 120 pub points (of a possible 140):
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: Package has an example
0/10 points: 20% or more of the public API has dartdoc comments
- 44 out of 393 API elements (11.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
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:mono_kit/mono_kit.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:mono_kit/mono_kit.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:mono_kit/mono_kit.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:mono_kit/mono_kit.dart
that declares support for platforms:Android
,iOS
.
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:mono_kit/mono_kit.dart
that imports:package:mono_kit/widgets/widgets.dart
that imports:package:mono_kit/widgets/go_router_location_button.dart
that imports:package:adaptive_dialog/adaptive_dialog.dart
that imports:package:adaptive_dialog/src/text_input_dialog/show_text_input_dialog.dart
that imports:package:adaptive_dialog/src/text_input_dialog/macos_text_input_dialog.dart
that imports:package:macos_ui/macos_ui.dart
that declares support for platforms:macOS
.
Package does not support platform `iOS`.
Because:
package:mono_kit/mono_kit.dart
that imports:package:mono_kit/widgets/widgets.dart
that imports:package:mono_kit/widgets/go_router_location_button.dart
that imports:package:adaptive_dialog/adaptive_dialog.dart
that imports:package:adaptive_dialog/src/text_input_dialog/show_text_input_dialog.dart
that imports:package:adaptive_dialog/src/text_input_dialog/macos_text_input_dialog.dart
that imports:package:macos_ui/macos_ui.dart
that declares support for platforms:macOS
.
30/30 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
adaptive_dialog | ^1.0.0 | 1.6.3 | 1.8.3 |
collection | ^1.15.0 | 1.17.0 | 1.17.1 |
disposable_provider | ^2.0.0 | 2.4.0 | 2.4.0 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_riverpod | ^2.0.0 | 2.3.2 | 2.3.2 |
flutter_svg | ^1.0.0 | 1.1.6 | 2.0.4 |
freezed_annotation | ^2.0.0 | 2.2.0 | 2.2.0 |
go_router | ^6.0.0 | 6.5.2 | 6.5.2 |
image_picker | >=0.8.6 <1.0.0 | 0.8.7+1 | 0.8.7+1 |
nested | ^1.0.0 | 1.0.0 | 1.0.0 |
quiver | ^3.0.0 | 3.2.1 | 3.2.1 |
rxdart | >=0.27.0 <1.0.0 | 0.27.7 | 0.27.7 |
simple_logger | ^1.6.0 | 1.9.0+2 | 1.9.0+2 |
state_notifier | >=0.6.0 <1.0.0 | 0.7.2+1 | 0.7.2+1 |
stream_transform | ^2.0.0 | 2.1.0 | 2.1.0 |
subscription_holder | ^2.1.0 | 2.1.1 | 2.1.1 |
tinycolor2 | ^3.0.0 | 3.0.1 | 3.0.1 |
url_launcher | ^6.0.0 | 6.1.10 | 6.1.10 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.0` on flutter_svg does not support the stable version `2.0.0`.
Try running dart pub upgrade --major-versions flutter_svg
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.27
, Flutter 3.7.7
, Dart 2.19.4
.