mono_kit 0.47.0 copy "mono_kit: ^0.47.0" to clipboard
mono_kit: ^0.47.0 copied to clipboard

A collection of convenient widgets and utils made by mono. Under construction now.

150/ 160
pub points
374
downloads

We analyzed this package 7 hours ago, and awarded it 150 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

112 out of 445 API elements (25.2 %) have documentation comments.

Some symbols that are missing documentation: animated_expansion_visibility, animated_expansion_visibility.AnimatedExpansionVisibility, animated_expansion_visibility.AnimatedExpansionVisibility.AnimatedExpansionVisibility.new, animated_expansion_visibility.AnimatedExpansionVisibility.axisAlignment, animated_expansion_visibility.AnimatedExpansionVisibility.child.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

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 imports:
  • package:macos_ui/src/utils/accent_color_listener.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.cn/web/wasm for details.

Failed check 0/0 points: Swift Package Manager support

Package does not support the Swift Package Manager on iOS

It does not contain ios/mono_kit/Package.swift.

This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.

See https://docs.flutter.dev/to/spm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 20 issues. Showing the first 2:

INFO: 'required' is deprecated and shouldn't be used. In Dart 2.12 and later, use the built-in `required` keyword to mark a named parameter as required.

lib/functions/show_error_dialog.dart:5:4

  ╷
5 │   @required dynamic error,
  │    ^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/functions/show_error_dialog.dart

INFO: 'required' is deprecated and shouldn't be used. In Dart 2.12 and later, use the built-in `required` keyword to mark a named parameter as required.

lib/routes/modal_page_route.dart:6:6

  ╷
6 │     @required super.settings,
  │      ^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/routes/modal_page_route.dart

Passed report section
Support up-to-date dependencies
40 / 40trigger folding of the section

Passed check 10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
adaptive_dialog ^2.0.0 2.5.0 2.5.0
collection ^1.15.0 1.19.1 1.19.1
disposable_provider ^2.0.0 2.4.0 2.4.0
flutter_riverpod ^3.0.0 3.0.3 3.0.3
flutter_svg ^2.0.0 2.2.2 2.2.2
freezed_annotation ^3.0.0 3.1.0 3.1.0
go_router ^17.0.0 17.0.0 17.0.0
image_picker ^1.0.0 1.2.1 1.2.1
nested ^1.0.0 1.0.0 1.0.0
quiver ^3.0.0 3.2.2 3.2.2
rxdart >=0.27.0 <1.0.0 0.28.0 0.28.0
simple_logger ^1.6.0 1.10.0 1.10.0
state_notifier ^1.0.0 1.0.0 1.0.0
stream_transform ^2.0.0 2.1.1 2.1.1
subscription_holder ^2.1.0 2.2.0 2.2.0
tinycolor2 ^3.0.0 3.0.1 3.0.1
url_launcher ^6.1.0 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
_fe_analyzer_shared - 91.0.0 92.0.0
analyzer - 8.4.1 9.0.0
animations - 2.1.1 2.1.1
appkit_ui_element_colors - 1.0.1 1.0.1
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
characters - 1.4.0 1.4.1
cli_config - 0.2.0 0.2.0
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
coverage - 1.15.0 1.15.0
cross_file - 0.3.5+1 0.3.5+1
crypto - 3.0.7 3.0.7
dynamic_color - 1.8.1 1.8.1
equatable - 2.0.7 2.0.7
fake_async - 1.3.3 1.3.3
file - 7.0.1 7.0.1
file_selector_linux - 0.9.3+3 0.9.3+3
file_selector_macos - 0.9.4+6 0.9.4+6
file_selector_platform_interface - 2.7.0 2.7.0
file_selector_windows - 0.9.3+5 0.9.3+5
flutter_plugin_android_lifecycle - 2.0.32 2.0.32
frontend_server_client - 4.0.0 4.0.0
glob - 2.1.3 2.1.3
gradient_borders - 1.0.2 1.0.2
http - 1.6.0 1.6.0
http_multi_server - 3.2.2 3.2.2
http_parser - 4.1.2 4.1.2
image_picker_android - 0.8.13+8 0.8.13+8
image_picker_for_web - 3.1.1 3.1.1
image_picker_ios - 0.8.13+2 0.8.13+2
image_picker_linux - 0.2.2 0.2.2
image_picker_macos - 0.2.2+1 0.2.2+1
image_picker_platform_interface - 2.11.1 2.11.1
image_picker_windows - 0.2.2 0.2.2
intersperse - 2.0.0 2.0.0
io - 1.0.5 1.0.5
js - 0.7.2 0.7.2 Discontinued
json_annotation - 4.9.0 4.9.0
leak_tracker - 11.0.2 11.0.2
leak_tracker_flutter_testing - 3.0.10 3.0.10
leak_tracker_testing - 3.0.2 3.0.2
logging - 1.3.0 1.3.0
macos_ui - 2.2.2 2.2.2
macos_window_utils - 1.9.0 1.9.0
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.17.0
mime - 2.0.0 2.0.0
node_preamble - 2.0.2 2.0.2
package_config - 2.2.0 2.2.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
petitparser - 7.0.1 7.0.1
pigment - 1.0.4 1.0.4
plugin_platform_interface - 2.1.8 2.1.8
pool - 1.5.2 1.5.2
provider - 6.1.5+1 6.1.5+1
pub_semver - 2.2.0 2.2.0
riverpod - 3.0.3 3.0.3
shelf - 1.4.2 1.4.2
shelf_packages_handler - 3.0.2 3.0.2
shelf_static - 1.1.3 1.1.3
shelf_web_socket - 3.0.0 3.0.0
source_map_stack_trace - 2.1.2 2.1.2
source_maps - 0.10.13 0.10.13
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test - 1.26.3 1.27.0
test_api - 0.7.7 0.7.8
test_core - 0.6.12 0.6.13
typed_data - 1.4.0 1.4.0
url_launcher_android - 6.3.25 6.3.25
url_launcher_ios - 6.3.6 6.3.6
url_launcher_linux - 3.2.2 3.2.2
url_launcher_macos - 3.2.5 3.2.5
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.5 3.1.5
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.19 1.1.19
vector_math - 2.2.0 2.2.0
vm_service - 15.0.2 15.0.2
watcher - 1.1.4 1.1.4
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
webkit_inspection_protocol - 1.2.1 1.2.1
xml - 6.6.1 6.6.1
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.1, Flutter 3.38.0, Dart 3.10.0-290.4.beta.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: