tecfy_basic_package 1.6.9 tecfy_basic_package: ^1.6.9 copied to clipboard
Package includes all components and services used on most applications.
We analyzed this package 43 hours ago, and awarded it 120 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
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
224 out of 749 API elements (29.9 %) have documentation comments.
Some symbols that are missing documentation: api_service_helper
, api_service_helper.ApiServiceHelper
, api_service_helper.ApiServiceHelper.ApiServiceHelper
, api_service_helper.ApiServiceHelper.assignNewTokens
, api_service_helper.ApiServiceHelper.checkExpirationOfTokens
.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dart
that imports:package:html_viewer_elite/html_viewer_elite.dart
that imports:package:html_viewer_elite/src/replaced_element.dart
that imports:package:html_viewer_elite/src/widgets/iframe_mobile.dart
that imports:package:webview_flutter/webview_flutter.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dart
that imports:package:path_provider/path_provider.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 `iOS`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:tecfy_basic_package/tecfy_basic_package.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.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.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 158 issues. Showing the first 2:
WARNING: The member 'setState' can only be used within instance members of subclasses of 'package:flutter/src/widgets/framework.dart'.
lib/controllers/tecfy_controller.dart:22:13
╷
22 │ s.setState(fn);
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/controllers/tecfy_controller.dart
WARNING: The member 'setState' can only be used within instance members of subclasses of 'package:flutter/src/widgets/framework.dart'.
lib/controllers/tecfy_controller.dart:95:14
╷
95 │ state?.setState(fn ?? () {});
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/controllers/tecfy_controller.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
auto_animated |
^3.2.0 |
3.2.0 | 3.2.0 |
beamer |
^1.5.6 |
1.7.0 | 1.7.0 |
cached_network_image |
^3.3.0 |
3.4.1 | 3.4.1 |
device_info_plus |
^11.1.0 |
11.2.0 | 11.2.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_markdown |
^0.7.1 |
0.7.4+3 | 0.7.4+3 |
html_editor_enhanced |
^2.6.0 |
2.6.0 | 2.6.0 |
html_viewer_elite |
^0.0.4 |
0.0.4 | 0.0.4 |
http |
^1.1.2 |
1.2.2 | 1.2.2 |
http_parser |
^4.0.2 |
4.1.1 | 4.1.1 |
image_picker |
^1.0.4 |
1.1.2 | 1.1.2 |
intl |
^0.19.0 |
0.19.0 | 0.20.1 |
lifecycle |
^0.9.0 |
0.9.0 | 0.9.0 |
package_info_plus |
^8.0.0 |
8.1.2 | 8.1.2 |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 |
shared_preferences |
^2.2.2 |
2.3.4 | 2.3.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.