playx 1.5.0
playx: ^1.5.0 copied to clipboard
Playx eco system helps with redundant features as it provides many utilities for themes, widgets and more.
We analyzed this package 23 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
8272 out of 13074 API elements (63.3 %) have documentation comments.
Some symbols that are missing documentation: playx, playx.Adapter.Adapter.new, playx.Adapter.animated, playx.Adapter.attach, playx.Adapter.config.
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
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:playx/playx.dartthat imports:package:playx/src/widgets/playx_platform_app.dartthat imports:package:sentry_flutter/sentry_flutter.dartthat imports:package:sentry_flutter/src/sentry_flutter.dartthat imports:package:sentry_flutter/src/integrations/integrations.dartthat imports:package:sentry_flutter/src/integrations/load_release_integration.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:playx/playx.dartthat imports:package:playx/src/widgets/playx_platform_app.dartthat imports:package:sentry_flutter/sentry_flutter.dartthat imports:package:sentry_flutter/src/sentry_flutter.dartthat imports:package:sentry_flutter/src/native/factory.dartthat imports:package:sentry_flutter/src/native/factory_real.dartthat imports:package:sentry_flutter/src/native/java/sentry_native_java.dartthat imports:package:sentry_flutter/src/native/java/binding.dartthat imports:package:jni/jni.dartthat declares support for platforms:Android,Windows,Linux.
Package does not support platform `Windows`.
Because:
package:playx/playx.dartthat imports:package:playx/src/widgets/playx_platform_app.dartthat imports:package:playx_widget/playx_widget.dartthat imports:package:playx_widget/src/widgets/image_viewer.dartthat imports:package:cached_network_image_platform_interface/cached_network_image_platform_interface.dartthat imports:package:flutter_cache_manager/flutter_cache_manager.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dartthat imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_object_provider.dartthat imports:package:sqflite/sqflite.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:playx/playx.dartthat imports:package:playx/src/widgets/playx_platform_app.dartthat imports:package:sentry_flutter/sentry_flutter.dartthat imports:package:sentry_flutter/src/sentry_flutter.dartthat imports:package:sentry_flutter/src/integrations/integrations.dartthat imports:package:sentry_flutter/src/integrations/load_release_integration.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:playx/playx.dartthat imports:package:playx/src/widgets/playx_platform_app.dartthat imports:package:sentry_flutter/sentry_flutter.dartthat imports:package:sentry_flutter/src/sentry_flutter.dartthat imports:package:sentry_flutter/src/native/factory.dartthat imports:package:sentry_flutter/src/native/factory_real.dartthat imports:package:sentry_flutter/src/native/java/sentry_native_java.dartthat imports:package:sentry_flutter/src/native/java/binding.dartthat imports:package:jni/jni.dartthat declares support for platforms:Android,Windows,Linux.
Package does not support platform `Web`.
Because:
package:playx/playx.dartthat imports:package:playx/src/widgets/playx_platform_app.dartthat imports:package:playx_widget/playx_widget.dartthat imports:package:playx_widget/src/widgets/image_viewer.dartthat imports:package:cached_network_image_platform_interface/cached_network_image_platform_interface.dartthat imports:package:flutter_cache_manager/flutter_cache_manager.dartthat imports:package:flutter_cache_manager/src/storage/file_system/file_system.dartthat imports:package:flutter_cache_manager/src/storage/file_system/file_system_io.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:playx/playx.dartthat imports:package:playx/src/widgets/playx_platform_app.dartthat imports:package:sentry_flutter/sentry_flutter.dartthat imports:package:sentry_flutter/src/sentry_flutter.dartthat imports:package:sentry_flutter/src/integrations/integrations.dartthat imports:package:sentry_flutter/src/integrations/load_release_integration.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_linux.dartthat 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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
WARNING: The member 'OnBeforeSendEvent' can't be exported as a part of a package's public API.
lib/playx.dart:22:1
╷
22 │ ┌ export 'package:sentry_flutter/sentry_flutter.dart'
23 │ │ hide
24 │ │ HttpSanitizer,
25 │ │ UrlDetails,
26 │ │ HttpHeaderUtils,
27 │ │ SentryTraceOrigins,
28 │ │ SentrySpanOperations,
29 │ │ SanitizedSentryRequest,
30 │ │ SentrySpanData,
31 │ │ SentrySpanDescriptions,
32 │ │ SentrySpanContext,
33 │ │ OnBeforeCaptureLog,
34 │ │ BeforeSendEventObserver,
35 │ │ SdkLifecycleCallback,
36 │ │ SdkLifecycleEvent,
37 │ │ addTracingHeadersToHttpHeader,
38 │ │ getBreadcrumbLogLevelFromHttpStatusCode,
39 │ │ getUtcDateTime,
│ └────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/playx.dart
WARNING: The member 'OnSpanFinish' can't be exported as a part of a package's public API.
lib/playx.dart:22:1
╷
22 │ ┌ export 'package:sentry_flutter/sentry_flutter.dart'
23 │ │ hide
24 │ │ HttpSanitizer,
25 │ │ UrlDetails,
26 │ │ HttpHeaderUtils,
27 │ │ SentryTraceOrigins,
28 │ │ SentrySpanOperations,
29 │ │ SanitizedSentryRequest,
30 │ │ SentrySpanData,
31 │ │ SentrySpanDescriptions,
32 │ │ SentrySpanContext,
33 │ │ OnBeforeCaptureLog,
34 │ │ BeforeSendEventObserver,
35 │ │ SdkLifecycleCallback,
36 │ │ SdkLifecycleEvent,
37 │ │ addTracingHeadersToHttpHeader,
38 │ │ getBreadcrumbLogLevelFromHttpStatusCode,
39 │ │ getUtcDateTime,
│ └────^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/playx.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.13.0 |
2.13.0 | 2.13.0 | |
connectivity_plus |
^6.1.4 |
6.1.5 | 7.0.0 | |
flutter_animate |
^4.5.2 |
4.5.2 | 4.5.2 | |
get |
^4.7.2 |
4.7.3 | 4.7.3 | |
internet_connection_checker_plus |
^2.7.2 |
2.7.2 | 2.9.1+2 | |
playx_core |
^0.7.3 |
0.7.3 | 0.7.4 | |
playx_localization |
^0.3.0 |
0.3.0 | 0.3.1 | |
playx_navigation |
^0.2.0 |
0.2.0 | 0.3.0 | |
playx_network |
^0.5.1 |
0.5.1 | 0.6.0 | |
playx_theme |
^1.1.0 |
1.1.0 | 1.1.1 | |
playx_widget |
^0.3.0 |
0.3.0 | 0.4.0 | |
queen_validators |
^1.0.1 |
1.0.1 | 1.0.1 | |
sentry_flutter |
^9.2.0 |
9.9.2 | 9.9.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
animated_theme_switcher |
- | 2.0.10 | 2.0.10 | |
ansicolor |
- | 2.0.3 | 2.0.3 | |
archive |
- | 4.0.7 | 4.0.7 | |
args |
- | 2.7.0 | 2.7.0 | |
cached_network_image |
- | 3.4.1 | 3.4.1 | |
cached_network_image_platform_interface |
- | 4.1.1 | 4.1.1 | |
cached_network_image_web |
- | 1.3.1 | 1.3.1 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
cupertino_icons |
- | 1.0.8 | 1.0.8 | |
dbus |
- | 0.7.11 | 0.7.11 | |
dio |
- | 5.9.0 | 5.9.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
dotted_border |
- | 3.1.0 | 3.1.0 | |
email_validator |
- | 2.1.17 | 3.0.0 | |
equatable |
- | 2.0.8 | 2.0.8 | |
ffi |
- | 2.1.5 | 2.1.5 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flex_seed_scheme |
- | 3.6.1 | 4.0.1 | |
flutter_cache_manager |
- | 3.4.1 | 3.4.1 | |
flutter_dotenv |
- | 5.2.1 | 6.0.0 | |
flutter_keyboard_visibility_linux |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_macos |
- | 1.0.0 | 1.0.0 | |
flutter_keyboard_visibility_platform_interface |
- | 2.0.0 | 2.0.0 | |
flutter_keyboard_visibility_temp_fork |
- | 0.1.5 | 0.1.5 | |
flutter_keyboard_visibility_windows |
- | 1.0.0 | 1.0.0 | |
flutter_platform_widgets |
- | 9.0.0 | 10.0.0 | |
flutter_screenutil |
- | 5.9.3 | 5.9.3 | |
flutter_secure_storage |
- | 9.2.4 | 10.0.0 | |
flutter_secure_storage_linux |
- | 1.2.3 | 3.0.0 | |
flutter_secure_storage_macos |
- | 3.1.3 | 4.0.0 | |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 2.0.1 | |
flutter_secure_storage_web |
- | 1.2.1 | 2.1.0 | |
flutter_secure_storage_windows |
- | 3.1.2 | 4.1.0 | |
flutter_shaders |
- | 0.1.3 | 0.1.3 | |
flutter_svg |
- | 2.2.3 | 2.2.3 | |
flutter_svg_provider |
- | 1.0.7 | 1.0.7 | |
font_awesome_flutter |
- | 10.12.0 | 10.12.0 | |
get_it |
- | 8.3.0 | 9.2.0 | |
go_router |
- | 16.3.0 | 17.0.1 | |
http |
- | 1.6.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.20.2 | 0.20.2 | |
jni |
- | 0.14.2 | 0.15.2 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
logging |
- | 1.3.0 | 1.3.0 | |
lottie |
- | 3.3.2 | 3.3.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
octo_image |
- | 2.1.0 | 2.1.0 | |
package_config |
- | 2.2.0 | 2.2.0 | |
package_info_plus |
- | 8.3.1 | 9.0.0 | |
package_info_plus_platform_interface |
- | 3.2.1 | 3.2.1 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.1 | |
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 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
posix |
- | 6.0.3 | 6.0.3 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
sentry |
- | 9.9.2 | 9.9.2 | |
sentry_dio |
- | 9.9.2 | 9.9.2 | |
shared_preferences |
- | 2.5.4 | 2.5.4 | |
shared_preferences_android |
- | 2.4.18 | 2.4.18 | |
shared_preferences_foundation |
- | 2.5.6 | 2.5.6 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
sliver_tools |
- | 0.2.12 | 0.2.12 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
sqflite |
- | 2.4.2 | 2.4.2 | |
sqflite_android |
- | 2.4.2+2 | 2.4.2+2 | |
sqflite_common |
- | 2.5.6 | 2.5.6 | |
sqflite_darwin |
- | 2.4.2 | 2.4.2 | |
sqflite_platform_interface |
- | 2.4.0 | 2.4.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
talker |
- | 4.9.3 | 5.1.10 | |
talker_dio_logger |
- | 4.9.3 | 5.1.10 | |
talker_logger |
- | 4.9.3 | 5.1.10 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.2 | 4.5.2 | |
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 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
wolt_modal_sheet |
- | 0.11.0 | 0.11.0 | |
worker_manager |
- | 7.2.7 | 7.2.7 | |
xdg_directories |
- | 1.1.0 | 1.1.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^6.1.4` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^0.2.0` on playx_navigation does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions playx_navigation 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.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.