umcs 1.0.0 umcs: ^1.0.0 copied to clipboard
Untact human source control system - flutter app
We analyzed this package 2 hours ago, and awarded it 60 pub points (of a possible 160):
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.
- contains
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
.
0/10 points: 20% or more of the public API has dartdoc comments
138 out of 757 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.Anomaly.fromJson
, anomaly.Anomaly.details
.
10/10 points: Package has an example
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
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
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
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.14.1 |
flutter_local_notifications |
^9.0.0 |
9.1.4 | 18.0.1 |
flutter_native_splash |
^1.2.4 |
1.3.3 | 2.4.2 |
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.2 |
socket_io_client |
^1.0.1 |
1.0.2 | 3.0.2 |
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.6.0 | 2.6.0 |
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.3.1 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.18.0 | 1.19.1 |
crypto |
- | 3.0.6 | 3.0.6 |
dbus |
- | 0.5.4 | 0.7.10 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 6.1.4 | 7.0.1 |
flutter_local_notifications_linux |
- | 0.3.0 | 5.0.0 |
flutter_local_notifications_platform_interface |
- | 5.0.0 | 8.0.0 |
http_parser |
- | 4.0.2 | 4.1.1 |
image |
- | 3.1.3 | 4.3.0 |
js |
- | 0.6.7 | 0.7.1 |
logging |
- | 1.3.0 | 1.3.0 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
path_provider |
- | 2.1.5 | 2.1.5 |
path_provider_android |
- | 2.2.12 | 2.2.12 |
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.3.0 | 2.3.0 |
pedantic |
- | 1.11.1 | 1.11.1 |
petitparser |
- | 5.4.0 | 6.0.2 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
process |
- | 4.2.4 | 5.0.3 |
sky_engine |
- | 0.0.99 | 0.0.99 |
socket_io_common |
- | 1.0.1 | 3.0.1 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
timezone |
- | 0.8.0 | 0.10.0 |
typed_data |
- | 1.4.0 | 1.4.0 |
universal_io |
- | 2.2.2 | 2.2.2 |
vector_math |
- | 2.1.4 | 2.1.4 |
xdg_directories |
- | 0.2.0+3 | 1.1.0 |
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.