flutter_core_ui 0.0.10
flutter_core_ui: ^0.0.10 copied to clipboard
A comprehensive Flutter package providing UI components and utilities for building robust applications, including support for Google services, localization, and more.
We analyzed this package 2 days ago, and awarded it 115 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/digitalEdgeSDK/flutter_core_ui
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/digitalEdgeSDK/flutter_core_ui
was unreachable. Make sure that the website is reachable via HEAD
requests.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/digitalEdgeSDK/flutter_core_ui/issues
was unreachable. Make sure that the website is reachable via HEAD
requests.
Documentation URL doesn't exist.
At the time of the analysis https://github.com/digitalEdgeSDK/flutter_core_ui/wiki
was unreachable. Make sure that the website is reachable via HEAD
requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.10").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting flutter_core_ui... Discovering libraries... Linking elements... Precaching local docs for 1909718 elements... Initialized dartdoc with 4307 libraries Generating docs for library flutter_core_ui.dart from package:flutter_core_ui/flutter_core_ui.dart... ERR: warning: unresolved doc reference [SocketClient] from core_socket_client.CoreSocketClient: (file:///tmp/pana_QIMFDG/lib/src/services/socket/core_socket_client.dart:18:7) warning: unresolved doc reference [SocketConnectConfig] from core_socket_config.CoreSocketConnectConfig: (file:///tmp/pana_QIMFDG/lib/src/services/socket/core_socket_config.dart:15:7) warning: unresolved doc reference [SocketService] from core_socket_service.CoreSocketService: (file:///tmp/pana_QIMFDG/lib/src/services/socket/core_socket_service.dart:16:7)
dartdoc 8.3.4 (/tmp/analyzerGOMMDV/pub-cache/global_packages/dartdoc/bin/dartdoc.dart-3.9.2.snapshot) failed: Stack Overflow #0 Object.hash (dart:core/object.dart:183:3) #1 ConstructedModelElementsKey.hashCode (package:dartdoc/src/model/package_graph.dart:1027:36) [69 more lines]
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:flutter_core_ui/flutter_core_ui.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 declares support for platforms:Linux
.
Package does not support platform `Linux`.
Because:
package:flutter_core_ui/flutter_core_ui.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_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:flutter_core_ui/flutter_core_ui.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_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:flutter_core_ui/flutter_core_ui.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,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:flutter_core_ui/flutter_core_ui.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_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:flutter_core_ui/flutter_core_ui.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_windows/flutter_local_notifications_windows.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_core_ui/flutter_core_ui.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_windows/flutter_local_notifications_windows.dart
that imports:package:flutter_local_notifications_windows/src/plugin/stub.dart
that imports:package:flutter_local_notifications_windows/src/plugin/base.dart
that imports:package:flutter_local_notifications_windows/src/details.dart
that imports:package:flutter_local_notifications_windows/src/details/notification_row.dart
that imports:package:flutter_local_notifications_windows/src/details/notification_parts.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 161 issues. Showing the first 2:
WARNING: The declaration '_getTextStyle' isn't referenced.
lib/src/widgets/buttons/core_button.dart:229:13
╷
229 │ TextStyle _getTextStyle(ThemeData theme) {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/buttons/core_button.dart
WARNING: The declaration '_getIconColor' isn't referenced.
lib/src/widgets/buttons/core_button.dart:249:9
╷
249 │ Color _getIconColor(ThemeData theme) => _getTextColor(theme);
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/buttons/core_button.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
app_settings |
^5.1.1 |
5.2.0 | 6.1.1 | |
asn1lib |
^1.5.8 |
1.6.5 | 1.6.5 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
carousel_slider |
^5.0.0 |
5.1.1 | 5.1.1 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
connectivity_plus |
^6.1.0 |
6.1.5 | 7.0.0 | |
dartz |
^0.10.1 |
0.10.1 | 0.10.1 | |
device_info_plus |
^11.1.0 |
11.5.0 | 12.1.0 | |
dio |
^5.7.0 |
5.9.0 | 5.9.0 | |
easy_localization |
^3.0.7+1 |
3.0.8 | 3.0.8 | |
easy_localization_generator_plus |
^0.0.1 |
0.0.1 | 0.0.1 | |
firebase_core |
^3.12.1 |
3.15.2 | 4.1.1 | |
firebase_messaging |
^15.2.4 |
15.2.10 | 16.0.2 | |
flutter_cache_manager |
^3.4.1 |
3.4.1 | 3.4.1 | |
flutter_image_compress |
^2.3.0 |
2.4.0 | 2.4.0 | |
flutter_local_notifications |
^19.0.0 |
19.4.2 | 19.4.2 | |
flutter_map |
^7.0.2 |
7.0.2 | 8.2.2 | |
flutter_screenutil |
^5.9.3 |
5.9.3 | 5.9.3 | |
flutter_svg |
^2.0.16 |
2.2.1 | 2.2.1 | |
form_builder_validators |
^11.0.0 |
11.2.0 | 11.2.0 | |
geocoding |
^3.0.0 |
3.0.0 | 4.0.0 | |
geolocator |
^14.0.2 |
14.0.2 | 14.0.2 | |
get_it |
^8.0.2 |
8.2.0 | 8.2.0 | |
go_router |
^14.6.2 |
14.8.1 | 16.2.4 | |
google_maps_flutter |
^2.10.1 |
2.13.1 | 2.13.1 | |
http |
^1.3.0 |
1.5.0 | 1.5.0 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
latlong2 |
^0.9.1 |
0.9.1 | 0.9.1 | |
logger |
^2.4.0 |
2.6.2 | 2.6.2 | |
lottie |
^3.2.0 |
3.3.2 | 3.3.2 | |
mockito |
^5.4.4 |
5.4.4 | 5.5.1 | |
package_info_plus |
^8.1.3 |
8.3.1 | 9.0.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
pin_code_fields |
^8.0.1 |
8.0.1 | 8.0.1 | |
pointycastle |
^4.0.0 |
4.0.0 | 4.0.0 | |
pull_to_refresh |
^2.0.0 |
2.0.0 | 2.0.0 | |
shared_preferences |
^2.5.3 |
2.5.3 | 2.5.3 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
smooth_page_indicator |
^1.2.0+3 |
1.2.1 | 1.2.1 | |
socket_io_client |
^3.1.2 |
3.1.2 | 3.1.2 | |
toastification |
^2.3.0 |
2.3.0 | 3.0.3 | |
uuid |
^4.5.1 |
4.5.1 | 4.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 11 issues. Showing the first 2:
The constraint `^5.1.1` on app_settings does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions app_settings
to update the constraint.
The constraint `^6.1.0` on connectivity_plus does not support the stable version `7.0.0`, that was published 29 days ago.
When connectivity_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions connectivity_plus
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.