umcs 1.0.0 copy "umcs: ^1.0.0" to clipboard
umcs: ^1.0.0 copied to clipboard

Untact human source control system - flutter app

0
likes
60/ 160
pub points
0%
popularity

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

failed
Follow Dart file conventions
20 / 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.

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

Repository has no matching pubspec.yaml with name: umcs.

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: Apache-2.0.

partial
Provide documentation
10 / 20trigger folding of the section

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

138 out of 758 API elements (18.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.

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

Some symbols that are missing documentation: anomaly, anomaly.Anomaly, anomaly.Anomaly.Anomaly, anomaly.Anomaly.details, anomaly.Anomaly.Anomaly.fromJson.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:umcs/umcs.dart that imports:
  • package:umcs/views/user/user_move.dart that imports:
  • package:umcs/controllers/user_controller.dart that imports:
  • package:umcs/services/beacon/beacon_manager.dart that imports:
  • package:beacons_plugin/beacons_plugin.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:umcs/umcs.dart that imports:
  • package:umcs/views/user/user_move.dart that imports:
  • package:umcs/controllers/user_controller.dart that imports:
  • package:umcs/services/beacon/beacon_manager.dart that imports:
  • package:beacons_plugin/beacons_plugin.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:umcs/umcs.dart that imports:
  • package:umcs/views/user/user_move.dart that imports:
  • package:umcs/controllers/user_controller.dart that imports:
  • package:umcs/services/beacon/beacon_manager.dart that imports:
  • package:beacons_plugin/beacons_plugin.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:umcs/umcs.dart that imports:
  • package:umcs/views/user/user_move.dart that imports:
  • package:umcs/controllers/user_controller.dart that imports:
  • package:umcs/services/beacon/beacon_manager.dart that imports:
  • package:beacons_plugin/beacons_plugin.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:umcs/umcs.dart that imports:
  • package:umcs/views/user/user_move.dart that imports:
  • package:umcs/controllers/user_controller.dart that imports:
  • package:umcs/services/beacon/beacon_manager.dart that imports:
  • package:umcs/services/socket/user_socket_client.dart that imports:
  • package:umcs/services/notification/noti_manager.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 imports:
  • package:flutter_local_notifications_linux/src/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications_linux/src/notifications_manager.dart that imports:
  • package:flutter_local_notifications_linux/src/storage.dart that imports:
  • package:flutter_local_notifications_linux/src/platform_info.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:umcs/umcs.dart that imports:
  • package:umcs/views/user/user_move.dart that imports:
  • package:umcs/controllers/user_controller.dart that imports:
  • package:umcs/services/beacon/beacon_manager.dart that imports:
  • package:umcs/services/socket/user_socket_client.dart that imports:
  • package:umcs/services/notification/noti_manager.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 imports:
  • package:flutter_local_notifications_linux/src/flutter_local_notifications.dart that imports:
  • package:flutter_local_notifications_linux/src/notifications_manager.dart that imports:
  • package:flutter_local_notifications_linux/src/storage.dart that imports:
  • package:flutter_local_notifications_linux/src/platform_info.dart that imports:
  • package:xdg_directories/xdg_directories.dart that declares support for platforms: Linux.
failed
Pass static analysis
0 / 50trigger folding of the section

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

Found 19 issues. Showing the first 2:

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

lib/main.dart:45:9

   ╷
45 │         backgroundColor: backgroundColor(),
   │         ^^^^^^^^^^^^^^^
   ╵

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

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

lib/views/components/custom_buttons.dart:24:11

   ╷
24 │           primary: buttonTextColor(), //글자 색.//정체성
   │           ^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/views/components/custom_buttons.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
beacons_plugin ^2.0.1 2.0.8 2.0.8
cupertino_icons ^1.0.2 1.0.8 1.0.8
flutter flutter 0.0.0 0.0.0
flutter_launcher_icons ^0.9.2 0.9.3 0.13.1
flutter_local_notifications ^9.0.0 9.1.4 17.2.0
flutter_native_splash ^1.2.4 1.3.3 2.4.0
get ^4.3.8 4.6.6 4.6.6
get_storage ^2.0.3 2.1.1 2.1.1
google_fonts ^2.1.0 2.3.3 6.2.1
http ^0.13.4 0.13.6 1.2.1
socket_io_client ^1.0.1 1.0.2 2.0.3+1
validators ^3.0.0 3.0.0 3.0.0
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
args - 2.5.0 2.5.0
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
crypto - 3.0.3 3.0.3
dbus - 0.5.4 0.7.10
ffi - 2.1.2 2.1.2
file - 6.1.4 7.0.0
flutter_local_notifications_linux - 0.3.0 4.0.0+1
flutter_local_notifications_platform_interface - 5.0.0 7.2.0
http_parser - 4.0.2 4.1.0
image - 3.1.3 4.2.0
js - 0.6.7 0.7.1
logging - 1.2.0 1.2.0
material_color_utilities - 0.8.0 0.12.0
meta - 1.12.0 1.15.0
path - 1.9.0 1.9.0
path_provider - 2.1.3 2.1.3
path_provider_android - 2.2.6 2.2.6
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
pedantic - 1.11.1 1.11.1
petitparser - 5.4.0 6.0.2
platform - 3.1.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
process - 4.2.4 5.0.2
sky_engine - 0.0.99 0.0.99
socket_io_common - 1.0.1 2.0.3
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
timezone - 0.8.0 0.9.3
typed_data - 1.3.2 1.3.2
universal_io - 2.2.2 2.2.2
vector_math - 2.1.4 2.1.4
win32 - 5.5.1 5.5.1
xdg_directories - 0.2.0+3 1.0.4
xml - 5.4.1 6.5.0
yaml - 3.1.2 3.1.2

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

Found 6 issues. Showing the first 2:

The constraint `^0.9.2` on flutter_launcher_icons does not support the stable version `0.10.0`.

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

The constraint `^9.0.0` on flutter_local_notifications does not support the stable version `10.0.0`.

Try running dart pub upgrade --major-versions flutter_local_notifications 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 4 errors:

  • UNDEFINED_NAMED_PARAMETER - lib/main.dart:45:9 - The named parameter 'backgroundColor' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/views/components/custom_buttons.dart:24:11 - The named parameter 'primary' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/views/components/custom_buttons.dart:48:11 - The named parameter 'primary' 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.7, Flutter 3.22.2, Dart 3.4.3.

Check the analysis log for details.