tecfy_basic_package 1.7.0
tecfy_basic_package: ^1.7.0 copied to clipboard
Package includes all components and services used on most applications.
We analyzed this package 3 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
226 out of 765 API elements (29.5 %) have documentation comments.
Some symbols that are missing documentation: api_service_helper, api_service_helper.ApiServiceHelper, api_service_helper.ApiServiceHelper.ApiServiceHelper.new, api_service_helper.ApiServiceHelper.assignNewTokens, api_service_helper.ApiServiceHelper.checkExpirationOfTokens.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dartthat imports:package:flutter_widget_from_html/flutter_widget_from_html.dartthat imports:package:flutter_widget_from_html/src/widget_factory.dartthat imports:package:fwfh_webview/fwfh_webview.dartthat imports:package:fwfh_webview/src/web_view_factory.dartthat imports:package:fwfh_webview/src/web_view/web_view.dartthat imports:package:fwfh_webview/src/web_view/io.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `Linux`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:tecfy_basic_package/tecfy_basic_package.dartthat imports:package:path_provider/path_provider.dartthat declares support for platforms:Android,iOS,Windows,Linux,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 170 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/controllers/base_controller.dart:1:1
╷
1 │ part of tecfy_basic_package;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/controllers/base_controller.dart
INFO: Missing type annotation.
lib/controllers/base_controller.dart:32:3
╷
32 │ navigateTo(creator,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/controllers/base_controller.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
beamer |
^1.7.0 |
1.7.0 | 1.7.0 | |
cached_network_image |
^3.4.1 |
3.4.1 | 3.4.1 | |
device_info_plus |
^12.4.0 |
12.4.0 | 12.4.0 | |
flutter_animate |
^4.5.2 |
4.5.2 | 4.5.2 | |
flutter_markdown_plus |
^1.0.7 |
1.0.7 | 1.0.7 | |
flutter_widget_from_html |
^0.17.2 |
0.17.2 | 0.17.2 | |
html_editor_enhanced |
^2.7.1 |
2.7.1 | 2.7.1 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
http_parser |
^4.1.2 |
4.1.2 | 4.1.2 | |
image_picker |
^1.2.1 |
1.2.1 | 1.2.1 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
lifecycle |
^0.10.0 |
0.10.0 | 0.10.0 | |
package_info_plus |
^9.0.1 |
9.0.1 | 9.0.1 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
shared_preferences |
^2.5.5 |
2.5.5 | 2.5.5 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.12, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.