tecfy_basic_package 1.6.3-beta copy "tecfy_basic_package: ^1.6.3-beta" to clipboard
tecfy_basic_package: ^1.6.3-beta copied to clipboard

PlatformiOS

Package includes all components and services used on most applications.

2
likes
130/ 160
pub points
76%
popularity

We analyzed this package 13 hours ago, and awarded it 130 pub points (of a possible 160):

failed
Follow Dart file conventions
20 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

224 out of 745 API elements (30.1 %) 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

failed
Platform support
20 / 20trigger folding of the section

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.

failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 152 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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/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.1.0 11.1.0
flutter flutter 0.0.0 0.0.0
flutter_markdown ^0.7.1 0.7.4+1 0.7.4+1
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.0.2 4.1.1
image_picker ^1.0.4 1.1.2 1.1.2
intl ^0.19.0 0.19.0 0.19.0
lifecycle ^0.9.0 0.9.0 0.9.0
package_info_plus ^8.0.0 8.1.0 8.1.0
path ^1.8.3 1.9.1 1.9.1
path_provider ^2.1.1 2.1.4 2.1.4
shared_preferences ^2.2.2 2.3.2 2.3.2
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
boolean_selector - 2.1.2 2.1.2
cached_network_image_platform_interface - 4.1.1 4.1.1
cached_network_image_web - 1.3.1 1.3.1
characters - 1.3.0 1.3.1
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.1
cross_file - 0.3.4+2 0.3.4+2
crypto - 3.0.6 3.0.6
csslib - 0.17.3 1.0.0
device_info_plus_platform_interface - 7.0.1 7.0.1
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
file_picker - 8.1.3 8.1.3
file_selector_linux - 0.9.3 0.9.3
file_selector_macos - 0.9.4+2 0.9.4+2
file_selector_platform_interface - 2.6.2 2.6.2
file_selector_windows - 0.9.3+3 0.9.3+3
fixnum - 1.1.1 1.1.1
flex_color_picker - 3.6.0 3.6.0
flex_seed_scheme - 3.4.1 3.4.1
flutter_cache_manager - 3.4.1 3.4.1
flutter_inappwebview - 6.1.5 6.1.5
flutter_inappwebview_android - 1.1.3 1.1.3
flutter_inappwebview_internal_annotations - 1.1.1 1.1.1
flutter_inappwebview_ios - 1.1.2 1.1.2
flutter_inappwebview_macos - 1.1.2 1.1.2
flutter_inappwebview_platform_interface - 1.3.0+1 1.3.0+1
flutter_inappwebview_web - 1.1.2 1.1.2
flutter_inappwebview_windows - 0.6.0 0.6.0
flutter_keyboard_visibility - 6.0.0 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_web - 2.0.0 2.0.0
flutter_keyboard_visibility_windows - 1.0.0 1.0.0
flutter_layout_grid - 2.0.7 2.0.7
flutter_plugin_android_lifecycle - 2.0.23 2.0.23
flutter_svg - 2.0.10+1 2.0.10+1
flutter_web_plugins - 0.0.0 0.0.0
html - 0.15.4 0.15.4
image_picker_android - 0.8.12+16 0.8.12+16
image_picker_for_web - 3.0.6 3.0.6
image_picker_ios - 0.8.12+1 0.8.12+1
image_picker_linux - 0.2.1+1 0.2.1+1
image_picker_macos - 0.2.1+1 0.2.1+1
image_picker_platform_interface - 2.10.0 2.10.0
image_picker_windows - 0.2.1+1 0.2.1+1
infinite_listview - 1.1.0 1.1.0
lints - 4.0.0 5.1.0
markdown - 7.2.2 7.2.2
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
mime - 2.0.0 2.0.0
numberpicker - 2.1.2 2.1.2
numerus - 2.3.0 2.3.0
octo_image - 2.1.0 2.1.0
package_info_plus_platform_interface - 3.0.1 3.0.1
path_parsing - 1.0.1 1.0.1
path_provider_android - 2.2.12 2.2.12
path_provider_foundation - 2.4.0 2.4.0
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 - 6.0.2 6.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
pointer_interceptor - 0.10.1+2 0.10.1+2
pointer_interceptor_ios - 0.10.1 0.10.1
pointer_interceptor_platform_interface - 0.10.0+1 0.10.0+1
pointer_interceptor_web - 0.10.2+1 0.10.2+1
quiver - 3.2.2 3.2.2
rxdart - 0.28.0 0.28.0
shared_preferences_android - 2.3.3 2.3.3
shared_preferences_foundation - 2.5.3 2.5.3
shared_preferences_linux - 2.4.1 2.4.1
shared_preferences_platform_interface - 2.4.1 2.4.1
shared_preferences_web - 2.4.2 2.4.2
shared_preferences_windows - 2.4.1 2.4.1
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
sqflite - 2.4.0 2.4.0
sqflite_android - 2.4.0 2.4.0
sqflite_common - 2.5.4+5 2.5.4+5
sqflite_darwin - 2.4.1-1 2.4.1-1
sqflite_platform_interface - 2.4.0 2.4.0
stack_trace - 1.12.0 1.12.0
stream_channel - 2.1.2 2.1.2
string_scanner - 1.4.0 1.4.0
synchronized - 3.3.0+3 3.3.0+3
term_glyph - 1.2.1 1.2.1
test_api - 0.7.3 0.7.3
typed_data - 1.4.0 1.4.0
uuid - 4.5.1 4.5.1
vector_graphics - 1.1.11+1 1.1.11+1
vector_graphics_codec - 1.1.11+1 1.1.11+1
vector_graphics_compiler - 1.1.11+1 1.1.11+1
vector_math - 2.1.4 2.1.4
video_player - 2.9.2 2.9.2
video_player_android - 2.7.13 2.7.13
video_player_avfoundation - 2.6.2 2.6.2
video_player_platform_interface - 6.2.3 6.2.3
video_player_web - 2.3.2 2.3.2
visibility_detector - 0.4.0+2 0.4.0+2
web - 1.1.0 1.1.0
webview_flutter - 4.10.0 4.10.0
webview_flutter_android - 4.0.0 4.0.0
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.16.0 3.16.0
win32 - 5.7.1 5.7.1
win32_registry - 1.1.5 1.1.5
xdg_directories - 1.1.0 1.1.0
xml - 6.5.0 6.5.0

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.22.13, Flutter 3.24.3, Dart 3.5.3.

Check the analysis log for details.