kitcod_uikit_flutter 0.1.0+7 copy "kitcod_uikit_flutter: ^0.1.0+7" to clipboard
kitcod_uikit_flutter: ^0.1.0+7 copied to clipboard

A UIKit from Kitcod.

3
likes
50/ 160
pub points
0%
popularity

We analyzed this package 2 days ago, and awarded it 50 pub points (of a possible 160):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

Homepage URL doesn't exist.

At the time of the analysis https://github.com/kitcod/kitcod-uikit-flutter was unreachable. Make sure that the website is reachable via HEAD requests.

Repository URL doesn't exist.

At the time of the analysis https://github.com/kitcod/kitcod-uikit-flutter was unreachable. Make sure that the website is reachable via HEAD requests.

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: kitcod_uikit_flutter,
    • contains a version property, and,
    • does not contain a publish_to property.

Unable to access git repository: Failed to run remote show origin.

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.

partial
Provide documentation
10 / 20trigger folding of the section

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

66 out of 1322 API elements (5.0 %) 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.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: kitcod_uikit_flutter, kitcod_uikit_flutter.Address, kitcod_uikit_flutter.Address.Address, kitcod_uikit_flutter.Address.active, kitcod_uikit_flutter.Address.addressLine1.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android
  • ✓ iOS
  • ✓ macOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:kitcod_uikit_flutter/kitcod_uikit_flutter.dart that imports:
  • package:pod_player/pod_player.dart that imports:
  • package:pod_player/src/widgets/pod_progress_bar.dart that imports:
  • package:pod_player/src/controllers/pod_getx_video_controller.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `Linux`.

Because:

  • package:kitcod_uikit_flutter/kitcod_uikit_flutter.dart that imports:
  • package:pod_player/pod_player.dart that imports:
  • package:pod_player/src/widgets/pod_progress_bar.dart that imports:
  • package:pod_player/src/controllers/pod_getx_video_controller.dart that imports:
  • package:wakelock/wakelock.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `Web`.

Because:

  • package:kitcod_uikit_flutter/kitcod_uikit_flutter.dart that imports:
  • package:pod_player/pod_player.dart that imports:
  • package:pod_player/src/widgets/pod_progress_bar.dart that imports:
  • package:pod_player/src/controllers/pod_getx_video_controller.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: 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:kitcod_uikit_flutter/kitcod_uikit_flutter.dart that imports:
  • package:pod_player/pod_player.dart that imports:
  • package:pod_player/src/widgets/pod_progress_bar.dart that imports:
  • package:pod_player/src/controllers/pod_getx_video_controller.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `iOS`.

Because:

  • package:kitcod_uikit_flutter/kitcod_uikit_flutter.dart that imports:
  • package:pod_player/pod_player.dart that imports:
  • package:pod_player/src/widgets/pod_progress_bar.dart that imports:
  • package:pod_player/src/controllers/pod_getx_video_controller.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_macos/wakelock_macos.dart that declares support for platforms: macOS.
Package does not support platform `macOS`.

Because:

  • package:kitcod_uikit_flutter/kitcod_uikit_flutter.dart that imports:
  • package:pod_player/pod_player.dart that imports:
  • package:pod_player/src/widgets/pod_progress_bar.dart that imports:
  • package:pod_player/src/controllers/pod_getx_video_controller.dart that imports:
  • package:wakelock/wakelock.dart that imports:
  • package:wakelock_windows/wakelock_windows.dart that imports:
  • package:win32/win32.dart that declares support for platforms: Windows.
failed
Pass static analysis
0 / 50trigger folding of the section

0/50 points: code has no errors, warnings, lints, or formatting issues

Found 111 issues. Showing the first 2:

ERROR: The named parameter 'onPrimary' isn't defined.

lib/ui_components/feed_post/feed_post_card.ui_component.dart:480:25

    ╷
480 │                         onPrimary: Colors.white,
    │                         ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui_components/feed_post/feed_post_card.ui_component.dart

ERROR: The named parameter 'primary' isn't defined.

lib/ui_components/feed_post/feed_post_card.ui_component.dart:481:25

    ╷
481 │                         primary: Colors.indigo),
    │                         ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/ui_components/feed_post/feed_post_card.ui_component.dart

failed
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest
audioplayers 0.20.0 0.20.0 6.0.0
bottom_sheet 2.1.0 2.1.0 4.0.4
cached_network_image ^3.2.1 3.3.1 3.3.1
carousel_slider 4.1.1 4.1.1 4.2.1
chewie 1.3.3 1.3.3 1.8.1
dio ^4.0.6 4.0.6 5.4.3+1
flutter flutter 0.0.0 0.0.0
flutter_html ^3.0.0-alpha.5 3.0.0-beta.2 3.0.0-beta.2
flutter_share 2.0.0 2.0.0 2.0.0
http 0.13.4 0.13.4 1.2.1
image_picker ^0.8.6 0.8.9 1.1.2
intl ^0.17.0 0.17.0 0.19.0
just_audio 0.9.20 0.9.20 0.9.38
numberpicker ^2.0.1 2.1.2 2.1.2
percent_indicator 4.2.2 4.2.2 4.2.3
pod_player ^0.0.7 0.0.8 0.2.2
shared_preferences ^2.0.15 2.2.3 2.2.3
timeago 3.2.2 3.2.2 3.6.1
url_launcher 6.1.2 6.1.2 6.3.0
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
async - 2.11.0 2.11.0
audio_session - 0.1.19 0.1.19
bottom_inset_observer - 3.1.0 3.1.0
cached_network_image_platform_interface - 4.0.0 4.0.0
cached_network_image_web - 1.2.0 1.2.0
characters - 1.3.0 1.3.0
charcode - 1.3.1 1.3.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
cross_file - 0.3.4+1 0.3.4+1
crypto - 3.0.3 3.0.3
csslib - 0.17.3 1.0.0
cupertino_icons - 1.0.8 1.0.8
ffi - 2.1.2 2.1.2
file - 7.0.0 7.0.0
file_selector_linux - 0.9.2+1 0.9.2+1
file_selector_macos - 0.9.4 0.9.4
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+1 0.9.3+1
flutter_cache_manager - 3.3.1 3.3.2
flutter_plugin_android_lifecycle - 2.0.20 2.0.20
flutter_web_plugins - 0.0.0 0.0.0
freezed_annotation - 2.4.1 2.4.1
get - 4.6.6 4.6.6
html - 0.15.4 0.15.4
http_parser - 4.0.2 4.0.2
image_picker_android - 0.8.12+3 0.8.12+3
image_picker_for_web - 2.2.0 3.0.4
image_picker_ios - 0.8.12 0.8.12
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_platform_interface - 2.10.0 2.10.0
image_picker_windows - 0.2.1+1 0.2.1+1
infinite_listview - 1.1.0 1.1.0
js - 0.6.7 0.7.1
json_annotation - 4.9.0 4.9.0
just_audio_platform_interface - 4.3.0 4.3.0
just_audio_web - 0.4.11 0.4.11
list_counter - 1.0.2 1.0.2
lottie - 1.4.3 3.1.2
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
mime - 1.0.5 1.0.5
nested - 1.0.0 1.0.0
octo_image - 2.0.0 2.0.0
path - 1.9.0 1.9.0
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.5 2.2.5
path_provider_foundation - 2.4.0 2.4.0
path_provider_linux - 2.2.1 2.2.1
path_provider_platform_interface - 2.1.2 2.1.2
path_provider_windows - 2.2.1 2.2.1
petitparser - 6.0.2 6.0.2
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
provider - 6.1.2 6.1.2
rxdart - 0.27.7 0.28.0
shared_preferences_android - 2.2.3 2.2.3
shared_preferences_foundation - 2.4.0 2.4.0
shared_preferences_linux - 2.3.2 2.3.2
shared_preferences_platform_interface - 2.3.2 2.3.2
shared_preferences_web - 2.3.0 2.3.0
shared_preferences_windows - 2.3.2 2.3.2
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sqflite - 2.3.3+1 2.3.3+1
sqflite_common - 2.5.4 2.5.4
string_scanner - 1.2.0 1.2.0
synchronized - 3.1.0+1 3.1.0+1
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
universal_html - 2.2.4 2.2.4
universal_io - 2.2.2 2.2.2
url_launcher_android - 6.3.3 6.3.3
url_launcher_ios - 6.3.0 6.3.0
url_launcher_linux - 3.1.1 3.1.1
url_launcher_macos - 3.2.0 3.2.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.1 2.3.1
url_launcher_windows - 3.1.1 3.1.1
uuid - 3.0.7 4.4.0
vector_math - 2.1.4 2.1.4
video_player - 2.8.7 2.8.7
video_player_android - 2.5.0 2.5.0
video_player_avfoundation - 2.6.1 2.6.1
video_player_platform_interface - 6.2.2 6.2.2
video_player_web - 2.3.1 2.3.1
wakelock - 0.6.2 0.6.2
wakelock_macos - 0.4.0 0.4.0
wakelock_platform_interface - 0.3.0 0.3.0
wakelock_web - 0.4.0 0.4.0
wakelock_windows - 0.2.1 0.2.1
web - 0.5.1 0.5.1
win32 - 3.1.4 5.5.1
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0
youtube_explode_dart - 1.12.4 2.2.1

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

Found 13 issues. Showing the first 2:

The constraint `0.20.0` on audioplayers does not support the stable version `0.20.1`.

Try running dart pub upgrade --major-versions audioplayers to update the constraint.

The constraint `2.1.0` on bottom_sheet does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions bottom_sheet to update the constraint.

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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 10 errors:

  • UNDEFINED_NAMED_PARAMETER - lib/ui_components/feed_post/feed_post_card.ui_component.dart:480:25 - The named parameter 'onPrimary' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/ui_components/feed_post/feed_post_card.ui_component.dart:481:25 - The named parameter 'primary' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/ui_components/groups/group_page.ui_component.dart:165:33 - The named parameter 'onPrimary' isn't defined.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.22.6, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.