sunny_lifecycle 0.7.1 sunny_lifecycle: ^0.7.1 copied to clipboard
Sunny Lifecycle
We analyzed this package 13 hours ago, and awarded it 70 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.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/SunnyApp/sunny_lifecycle.git
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: sunny_lifecycle
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
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
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
387 out of 1785 API elements (21.7 %) have documentation comments.
Some symbols that are missing documentation: analytics_service
, analytics_service.AnalyticsNavigatorObserver
, analytics_service.AnalyticsNavigatorObserver.AnalyticsNavigatorObserver
, analytics_service.AnalyticsNavigatorObserver.log
, analytics_service.AnalyticsNavigatorObserver.loggerName
.
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:sunny_lifecycle/sunny_lifecycle.dart
that imports:package:sunny_lifecycle/f_routing.dart
that imports:package:sunny_lifecycle/routing/frouter_parser.dart
that imports:package:sunny_lifecycle/lifecycle_main.dart
that imports:package:sunny_lifecycle/modules/lifecycle_modules.dart
that imports:package:sunny_sdk_core/services.dart
that imports:package:sunny_sdk_core/services/i_auth_state.dart
that imports:package:sunny_sdk_core/auth/auth_user_profile.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:sunny_lifecycle/sunny_lifecycle.dart
that imports:package:sunny_lifecycle/f_routing.dart
that imports:package:sunny_lifecycle/routing/frouter_parser.dart
that imports:package:sunny_lifecycle/lifecycle_main.dart
that imports:package:sunny_lifecycle/modules/lifecycle_modules.dart
that imports:package:sunny_sdk_core/services.dart
that imports:package:sunny_sdk_core/services/i_auth_state.dart
that imports:package:sunny_sdk_core/auth/auth_user_profile.dart
that imports:package:firebase_auth/firebase_auth.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:sunny_lifecycle/sunny_lifecycle.dart
that imports:package:sunny_lifecycle/f_routing.dart
that imports:package:sunny_lifecycle/routing/frouter_parser.dart
that imports:package:sunny_lifecycle/lifecycle_main.dart
that imports:package:sunny_lifecycle/modules/lifecycle_modules.dart
that imports:package:sunny_lifecycle/login/login_provider.dart
that imports:package:sunny_lifecycle/login/google_login_provider.dart
that imports:package:google_sign_in/google_sign_in.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:sunny_lifecycle/sunny_lifecycle.dart
that imports:package:sunny_lifecycle/f_routing.dart
that imports:package:sunny_lifecycle/routing/frouter_parser.dart
that imports:package:sunny_lifecycle/lifecycle_main.dart
that imports:package:sunny_lifecycle/modules/lifecycle_modules.dart
that imports:package:sunny_lifecycle/push_notification_service.dart
that imports:package:sunny_lifecycle/lifecycle_extensions.dart
that imports:package:sunny_core_widgets/sunny_core_widgets.dart
that imports:package:sunny_core_widgets/widgets.dart
that imports:package:sunny_core_widgets/widgets/platform_segment_control.dart
that imports:package:sunny_essentials/theme.dart
that imports:package:sunny_essentials/theme/themes.dart
that imports:package:sunny_essentials/cards.dart
that imports:package:sunny_essentials/cards/platform_list_tile.dart
that imports:package:sunny_essentials/container/auto_layout.dart
that imports:package:sunny_essentials/image/platform_network_image.dart
that imports:package:cached_network_image/cached_network_image.dart
that imports:package:cached_network_image/src/image_provider/cached_network_image_provider.dart
that imports:package:flutter_cache_manager/flutter_cache_manager.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/cache_info_repositories.dart
that imports:package:flutter_cache_manager/src/storage/cache_info_repositories/json_cache_info_repository.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
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 98 issues. Showing the first 2:
ERROR: Missing concrete implementation of 'RouteInformationParser.parseRouteInformationWithDependencies'.
lib/routing/frouter_parser.dart:17:7
╷
17 │ class FRouterInformationParser with LoggingMixin implements RouteInformationParser<AppRouteMatch> {
│ ^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/routing/frouter_parser.dart
ERROR: 'FRouterRootProviderPlatform.routerReportsNewRouteInformation' ('void Function(RouteInformation, {required RouteInformationReportingType type})') isn't a valid override of 'PlatformRouteInformationProvider.routerReportsNewRouteInformation' ('void Function(RouteInformation, {RouteInformationReportingType type})').
lib/routing/frouter_providers.dart:146:8
╷
146 │ void routerReportsNewRouteInformation(RouteInformation routeInformation,
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/routing/frouter_providers.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto |
^3.0.1 |
3.0.6 | 3.0.6 |
dartx |
^0.7.1 |
0.7.1 | 1.2.0 |
dartxx |
^0.5.5 |
0.5.5 | 0.5.5 |
desktop_webview_auth |
^0.0.6 |
0.0.12 | 0.0.15 |
device_info |
^2.0.3 |
2.0.3 | 2.0.3 |
devicelocale |
^0.5.0 |
0.5.5 | 0.8.1 |
equatable |
^2.0.3 |
2.0.5 | 2.0.5 |
firebase_auth |
^3.3.16 |
3.11.2 | 5.3.3 |
firebase_core |
^1.15.0 |
1.24.0 | 3.8.0 |
firebase_crashlytics |
^2.7.1 |
2.9.0 | 4.1.5 |
firebase_messaging |
^11.2.15 |
11.4.4 | 15.1.5 |
firebase_storage |
^10.2.12 |
10.3.11 | 12.3.6 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_chips_input_sunny |
^2.3.0 |
2.3.0 | 2.3.0 |
flutter_native_timezone |
^2.0.0 |
2.0.0 | 2.0.0 |
flutter_screen_scaling |
^3.3.2+3 |
3.3.2+3 | 3.3.2+3 |
google_sign_in |
^5.3.0 |
5.4.4 | 6.2.2 |
http |
^0.13.4 |
0.13.6 | 1.2.2 |
info_x |
^0.8.0+3 |
0.8.0+3 | 0.8.0+3 |
ipstack |
^0.5.1+1 |
0.5.1+1 | 0.5.1+1 |
logging |
^1.0.2 |
1.3.0 | 1.3.0 |
logging_config |
^0.6.7+7 |
0.6.7+7 | 0.6.7+7 |
overlay_support |
^1.2.1 |
1.2.1 | 2.1.0 |
package_info |
^2.0.2 |
2.0.2 | 2.0.2 |
platform_detect2 |
^1.5.0+2 |
1.5.0+2 | 1.5.0+2 |
provider |
^6.0.1 |
6.1.2 | 6.1.2 |
pub_semver |
^2.1.1 |
2.1.4 | 2.1.4 |
responsive_builder |
^0.4.2 |
0.4.3 | 0.7.1 |
shared_preferences |
^2.0.13 |
2.3.3 | 2.3.3 |
sign_in_with_apple |
^3.3.0 |
3.3.0 | 6.1.3 |
sunny_core_widgets |
^0.3.1 |
0.3.2+1 | 0.3.2+1 |
sunny_dart |
^0.11.1 |
0.11.1 | 0.11.1 |
sunny_essentials |
^0.8.1 |
0.8.2+1 | 0.8.2+1 |
sunny_fluro |
^1.12.0 |
1.12.0 | 1.12.0 |
sunny_kiwi |
^0.3.0+1 |
0.3.0+1 | 0.3.0+1 |
sunny_platform_widgets |
^1.21.0 |
1.21.0 | 1.21.0 |
sunny_sdk_core |
^2.5.0 |
2.5.0 | 2.5.0 |
sunny_service_stubs |
^0.5.1 |
0.5.1 | 0.5.1 |
timezone |
^0.8.0 |
0.8.0 | 0.10.0 |
uni_links2 |
^0.6.0+2 |
0.6.0+2 | 0.6.0+2 |
url_launcher |
^6.0.20 |
6.3.1 | 6.3.1 |
Transitive dependencies
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.7.1` on dartx does not support the stable version `0.8.0`.
Try running dart pub upgrade --major-versions dartx
to update the constraint.
The constraint `^0.5.0` on devicelocale does not support the stable version `0.6.0`.
Try running dart pub upgrade --major-versions devicelocale
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 6 errors:
NON_ABSTRACT_CLASS_INHERITS_ABSTRACT_MEMBER
-lib/routing/frouter_parser.dart:17:7
- Missing concrete implementation of 'RouteInformationParser.parseRouteInformationWithDependencies'.INVALID_OVERRIDE
-lib/routing/frouter_providers.dart:146:8
- 'FRouterRootProviderPlatform.routerReportsNewRouteInformation' ('void Function(RouteInformation, {required RouteInformationReportingType type})') isn't a valid override of 'PlatformRouteInformationProvider.routerReportsNewRouteInformation' ('void Function(RouteInformation, {RouteInformationReportingType type})').INVALID_OVERRIDE
-lib/routing/frouter_providers.dart:146:8
- 'FRouterRootProviderPlatform.routerReportsNewRouteInformation' ('void Function(RouteInformation, {required RouteInformationReportingType type})') isn't a valid override of 'RouteInformationProvider.routerReportsNewRouteInformation' ('void Function(RouteInformation, {RouteInformationReportingType type})').
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.