fastor_app_ui_widget 1.3.60 copy "fastor_app_ui_widget: ^1.3.60" to clipboard
fastor_app_ui_widget: ^1.3.60 copied to clipboard

Coding Faster By Build Fast UI Widget. Reduce 28% of chars in writing code & lines breaks. Basics ui widget with extra feature not found at regular widget.

7
likes
80/ 160
pub points
1.45k
downloads

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

OK
Follow Dart file conventions
30 / 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

10/10 points: Use an OSI-approved license

Detected license: BSD-3-Clause.

partial
Provide documentation
10 / 20trigger folding of the section

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

195 out of 2167 API elements (9.0 %) have documentation comments.

Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.

To highlight public API members missing documentation consider enabling the public_member_api_docs lint.

Some symbols that are missing documentation: ApiParserFastor, ApiTools, ApiTools.ApiTools, ApiTools.ApiTools.ApiTools, ApiTools.ApiTools.isFailed.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package does not support platform `Web`.

Because:

  • package:fastor_app_ui_widget/fastor_app_ui_widget.dart that imports:
  • package:fastor_app_ui_widget/resource/template/page/PageTemplate.dart that imports:
  • package:fastor_app_ui_widget/resource/template/image/ImageView.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/file_system/file_system.dart that imports:
  • package:flutter_cache_manager/src/storage/file_system/file_system_io.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 `Android`.

Because:

  • package:fastor_app_ui_widget/fastor_app_ui_widget.dart that imports:
  • package:fastor_app_ui_widget/resource/toolsFastor/network/internet/InternetTools.dart that imports:
  • package:internet_connection_checker/internet_connection_checker.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:fastor_app_ui_widget/fastor_app_ui_widget.dart that imports:
  • package:fastor_app_ui_widget/resource/toolsFastor/network/internet/InternetTools.dart that imports:
  • package:internet_connection_checker/internet_connection_checker.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:fastor_app_ui_widget/fastor_app_ui_widget.dart that imports:
  • package:fastor_app_ui_widget/resource/toolsFastor/network/internet/InternetTools.dart that imports:
  • package:internet_connection_checker/internet_connection_checker.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Linux`.

Because:

  • package:fastor_app_ui_widget/fastor_app_ui_widget.dart that imports:
  • package:fastor_app_ui_widget/resource/template/page/PageTemplate.dart that imports:
  • package:fastor_app_ui_widget/resource/template/image/ImageView.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/cache_object_provider.dart that imports:
  • package:sqflite/sqflite.dart that declares support for platforms: Android, iOS, macOS.
Package does not support platform `macOS`.

Because:

  • package:fastor_app_ui_widget/fastor_app_ui_widget.dart that imports:
  • package:fastor_app_ui_widget/resource/toolsFastor/network/internet/InternetTools.dart that imports:
  • package:internet_connection_checker/internet_connection_checker.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.

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.

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

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

Found 946 issues. Showing the first 2:

ERROR: The class 'InternetConnectionChecker' doesn't have an unnamed constructor.

lib/resource/toolsFastor/network/internet/InternetTools.dart:15:25

   ╷
15 │     bool result = await InternetConnectionChecker().hasConnection;
   │                         ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/resource/toolsFastor/network/internet/InternetTools.dart

WARNING: The library 'package:fastor_app_ui_widget/resource/toolsFastor/network/dio/NetworkManagerDio.dart' doesn't export a member with the hidden name 'DioService'.

lib/fastor_app_ui_widget.dart:272:101

    ╷
272 │ import 'package:fastor_app_ui_widget/resource/toolsFastor/network/dio/NetworkManagerDio.dart'  hide DioService ;
    │                                                                                                     ^^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/fastor_app_ui_widget.dart

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

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
cached_network_image any 3.4.1 3.4.1
clipboard any 0.1.3 0.1.3
country_code_picker any 3.1.0 3.1.0
country_dial_code any 1.2.0 1.2.0
cross_file any 0.3.4+2 0.3.4+2
dio any 5.7.0 5.7.0
flutter flutter 0.0.0 0.0.0
flutter_spinkit any 5.2.1 5.2.1
hexcolor any 3.0.1 3.0.1
http any 1.2.2 1.2.2
internet_connection_checker any 3.0.1 3.0.1
intl any 0.20.1 0.20.1
log_debug any 1.3.0 1.3.0
need_resume any 1.0.7+1 1.0.7+1
pretty_dio_logger ^1.1.1 1.4.0 1.4.0
shared_preferences any 2.3.5 2.3.5
timezone_to_country any 3.0.0 3.0.0
universal_io any 2.2.2 2.2.2
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.12.0 2.12.0
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.4.0
clock - 1.1.2 1.1.2
collection - 1.19.0 1.19.1
connectivity_plus - 6.1.1 6.1.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
crypto - 3.0.6 3.0.6
dbus - 0.7.10 0.7.10
dio_web_adapter - 2.0.0 2.0.0
equatable - 2.0.7 2.0.7
ffi - 2.1.3 2.1.3
file - 7.0.1 7.0.1
fixnum - 1.1.1 1.1.1
flutter_cache_manager - 3.4.1 3.4.1
flutter_timezone - 4.0.0 4.0.0
flutter_web_plugins - 0.0.0 0.0.0
http_parser - 4.1.2 4.1.2
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
nm - 0.5.0 0.5.0
octo_image - 2.1.0 2.1.0
path - 1.9.1 1.9.1
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.15 2.2.15
path_provider_foundation - 2.4.1 2.4.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 - 6.0.2 6.0.2
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
rxdart - 0.28.0 0.28.0
shared_preferences_android - 2.4.0 2.4.0
shared_preferences_foundation - 2.5.4 2.5.4
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.0 0.0.0
source_span - 1.10.1 1.10.1
sprintf - 7.0.0 7.0.0
sqflite - 2.4.1 2.4.1
sqflite_android - 2.4.0 2.4.0
sqflite_common - 2.5.4+6 2.5.4+6
sqflite_darwin - 2.4.1+1 2.4.1+1
sqflite_platform_interface - 2.4.0 2.4.0
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.0+3 3.3.0+3
term_glyph - 1.2.2 1.2.2
timezone - 0.10.0 0.10.0
typed_data - 1.4.0 1.4.0
uuid - 4.5.1 4.5.1
vector_math - 2.1.4 2.1.4
web - 1.1.0 1.1.0
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

0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 11 errors:

  • UNDEFINED_METHOD - lib/resource/template/image/ImageFastor.dart:115:16 - The method 'k' isn't defined for the type 'LogDebug'.
  • UNDEFINED_METHOD - lib/resource/template/image/ImageFastor.dart:118:16 - The method 'k' isn't defined for the type 'LogDebug'.
  • UNDEFINED_METHOD - lib/resource/template/image/ImageView.dart:225:16 - The method 'k' isn't defined for the type 'LogDebug'.

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.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

7
likes
80
points
1.45k
downloads

Publisher

unverified uploader

Weekly Downloads

Coding Faster By Build Fast UI Widget. Reduce 28% of chars in writing code & lines breaks. Basics ui widget with extra feature not found at regular widget.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

cached_network_image, clipboard, country_code_picker, country_dial_code, cross_file, dio, flutter, flutter_spinkit, hexcolor, http, internet_connection_checker, intl, log_debug, need_resume, pretty_dio_logger, shared_preferences, timezone_to_country, universal_io

More

Packages that depend on fastor_app_ui_widget