feech 0.1.31 copy "feech: ^0.1.31" to clipboard
feech: ^0.1.31 copied to clipboard

Flutter Experience Emma Can Help

1
likes
110/ 160
pub points
406
downloads

We analyzed this package in the last hour, and awarded it 110 pub points (of a possible 160):

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

Failed check 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 50 to 180 characters to describe the package, what it does, and its target use case.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/shanyuliang/feech/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

700 out of 1440 API elements (48.6 %) have documentation comments.

Some symbols that are missing documentation: feech, feech.AlignmentExtension, feech.AlignmentExtension.toCSSMargin, feech.AlignmentExtension.toCSSPosition, feech.AlignmentExtension.toShortString.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Failed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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:feech/feech.dart that imports:
  • package:feech/src/utilities/geo_util.dart that imports:
  • package:geolocator/geolocator.dart that imports:
  • package:geolocator_web/web_settings.dart that declares support for platforms: Web.
Package does not support platform `iOS`.

Because:

  • package:feech/feech.dart that imports:
  • package:feech/src/utilities/geo_util.dart that imports:
  • package:google_maps_flutter/google_maps_flutter.dart that imports:
  • package:google_maps_flutter_android/google_maps_flutter_android.dart that declares support for platforms: Android.
Package does not support platform `Windows`.

Because:

  • package:feech/feech.dart that imports:
  • package:feech/src/widgets/tts_widget/tts_settings_ui.dart that imports:
  • package:feech/src/providers/tts_provider/tts_provider.dart that imports:
  • package:feech/src/constants.dart that imports:
  • package:feech/src/support/app_cache_manager.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 `Linux`.

Because:

  • package:feech/feech.dart that imports:
  • package:feech/src/widgets/tts_widget/tts_settings_ui.dart that imports:
  • package:feech/src/providers/tts_provider/tts_provider.dart that imports:
  • package:feech/src/providers/tts_provider/tts.dart that imports:
  • package:flutter_tts/flutter_tts.dart that declares support for platforms: Android, iOS, Windows, macOS, Web.
Package does not support platform `macOS`.

Because:

  • package:feech/feech.dart that imports:
  • package:feech/src/widgets/camera/take_picture_screen.dart that imports:
  • package:feech/src/widgets/camera/camera_meta_provider.dart that imports:
  • package:feech/src/widgets/camera/camera_meta.dart that imports:
  • package:camera/camera.dart that declares support for platforms: Android, iOS, Web.
Package does not support platform `Web`.

Because:

  • package:feech/feech.dart that imports:
  • package:feech/src/widgets/tts_widget/tts_settings_ui.dart that imports:
  • package:feech/src/providers/tts_provider/tts_provider.dart that imports:
  • package:feech/src/constants.dart that imports:
  • package:feech/src/support/app_cache_manager.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.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:feech/feech.dart that imports:
  • package:feech/src/widgets/tts_widget/tts_settings_ui.dart that imports:
  • package:feech/src/providers/tts_provider/tts_provider.dart that imports:
  • package:feech/src/providers/tts_provider/tts.dart that imports:
  • package:flutter_tts/flutter_tts.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 report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 139 issues. Showing the first 2:

WARNING: The declaration '_AppWebViewTitleBarMultiLine' isn't referenced.

lib/src/widgets/app_web_view/app_web_view_title_bar.dart:65:7

65class _AppWebViewTitleBarMultiLine extends ConsumerWidget {
   │       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/app_web_view/app_web_view_title_bar.dart

INFO: 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion.

lib/src/extensions/color_extension.dart:5:16

5return "#${value.toRadixString(16).padLeft(8, '0').toUpperCase()}";
  │                ^^^^^
  ╵
copied to clipboard

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

Partially passed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Partially passed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
asn1lib >=1.6.0 <2.0.0 1.6.2 1.6.2
async >=2.12.0 <3.0.0 2.12.0 2.13.0
camera >=0.11.1 <1.0.0 0.11.1 0.11.1
cloud_firestore >=5.6.5 <6.0.0 5.6.6 5.6.6
collection >=1.19.1 <2.0.0 1.19.1 1.19.1
crypto >=3.0.6 <4.0.0 3.0.6 3.0.6
firebase_crashlytics >=4.3.4 <5.0.0 4.3.5 4.3.5
flutter_cache_manager >=3.4.1 <4.0.0 3.4.1 3.4.1
flutter_riverpod >=2.6.1 <3.0.0 2.6.1 2.6.1
flutter_svg >=2.0.17 <3.0.0 2.0.17 2.0.17
flutter_tts >=4.2.2 <5.0.0 4.2.2 4.2.2
freezed_annotation >=2.4.4 <3.0.0 2.4.4 3.0.0
geocoding >=3.0.0 <4.0.0 3.0.0 3.0.0
geolocator >=13.0.2 <14.0.0 13.0.4 14.0.0
go_router >=14.8.1 <15.0.0 14.8.1 14.8.1
google_maps_flutter >=2.10.1 <3.0.0 2.12.1 2.12.1
http >=1.3.0 <2.0.0 1.3.0 1.3.0
image >=4.5.3 <5.0.0 4.5.4 4.5.4
intl any 0.20.2 0.20.2
json_annotation >=4.9.0 <5.0.0 4.9.0 4.9.0
logging >=1.3.0 <2.0.0 1.3.0 1.3.0
newrelic_mobile >=1.1.8 <2.0.0 1.1.10 1.1.10
palette_generator >=0.3.3+6 <1.0.0 0.3.3+6 0.3.3+6
permission_handler >=11.4.0 <12.0.0 11.4.0 12.0.0+1
pointer_interceptor >=0.10.1+2 <1.0.0 0.10.1+2 0.10.1+2
quiver >=3.2.2 <4.0.0 3.2.2 3.2.2
riverpod_annotation >=2.6.1 <3.0.0 2.6.1 2.6.1
shared_preferences >=2.5.2 <3.0.0 2.5.3 2.5.3
speech_to_text >=7.0.0 <8.0.0 7.0.0 7.0.0
sqflite >=2.4.2 <3.0.0 2.4.2 2.4.2
ulid4d >=2.0.0 <3.0.0 2.0.0 2.0.0
webview_flutter >=4.10.0 <5.0.0 4.10.0 4.10.0
Transitive dependencies
Package Constraint Compatible Latest Notes
_flutterfire_internals - 1.3.54 1.3.54
archive - 4.0.5 4.0.5
args - 2.7.0 2.7.0
boolean_selector - 2.1.2 2.1.2
camera_android_camerax - 0.6.14+1 0.6.14+1
camera_avfoundation - 0.9.18+13 0.9.18+13
camera_platform_interface - 2.10.0 2.10.0
camera_web - 0.3.5 0.3.5
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
cloud_firestore_platform_interface - 6.6.6 6.6.6
cloud_firestore_web - 4.4.6 4.4.6
cross_file - 0.3.4+2 0.3.4+2
csslib - 1.0.2 1.0.2
fake_async - 1.3.2 1.3.3
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
firebase_core - 3.13.0 3.13.0
firebase_core_platform_interface - 5.4.0 5.4.0
firebase_core_web - 2.22.0 2.22.0
firebase_crashlytics_platform_interface - 3.8.5 3.8.5
fixnum - 1.1.1 1.1.1
flutter_plugin_android_lifecycle - 2.0.27 2.0.27
geocoding_android - 3.3.1 3.3.1
geocoding_ios - 3.0.1 3.0.1
geocoding_platform_interface - 3.2.0 3.2.0
geolocator_android - 4.6.2 5.0.1
geolocator_apple - 2.3.13 2.3.13
geolocator_platform_interface - 4.2.6 4.2.6
geolocator_web - 4.1.3 4.1.3
geolocator_windows - 0.2.5 0.2.5
google_maps - 8.1.1 8.1.1
google_maps_flutter_android - 2.16.0 2.16.0
google_maps_flutter_ios - 2.15.1 2.15.1
google_maps_flutter_platform_interface - 2.11.1 2.11.1
google_maps_flutter_web - 0.5.12 0.5.12
html - 0.15.5+1 0.15.5+1
http_parser - 4.1.2 4.1.2
leak_tracker - 10.0.8 10.0.9
leak_tracker_flutter_testing - 3.0.9 3.0.9
leak_tracker_testing - 3.0.1 3.0.1
matcher - 0.12.17 0.12.17
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
path_parsing - 1.1.0 1.1.0
path_provider - 2.1.5 2.1.5
path_provider_android - 2.2.16 2.2.16
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
pedantic - 1.11.1 1.11.1 Discontinued
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 6.1.0 6.1.0
platform - 3.1.6 3.1.6
plugin_platform_interface - 2.1.8 2.1.8
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
posix - 6.0.1 6.0.1
riverpod - 2.6.1 2.6.1
rxdart - 0.28.0 0.28.0
sanitize_html - 2.1.0 2.1.0
shared_preferences_android - 2.4.9 2.4.9
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.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
speech_to_text_platform_interface - 2.3.0 2.3.0
sprintf - 7.0.0 7.0.0
sqflite_android - 2.4.1 2.4.1
sqflite_common - 2.5.5 2.5.5
sqflite_darwin - 2.4.2 2.4.2
sqflite_platform_interface - 2.4.0 2.4.0
stack_trace - 1.12.1 1.12.1
state_notifier - 1.0.0 1.0.0
stream_channel - 2.1.4 2.1.4
stream_transform - 2.1.1 2.1.1
string_scanner - 1.4.1 1.4.1
synchronized - 3.3.1 3.3.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.4 0.7.4
typed_data - 1.4.0 1.4.0
uuid - 4.5.1 4.5.1
vector_graphics - 1.1.18 1.1.18
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.16 1.1.16
vector_math - 2.1.4 2.1.4
vm_service - 14.3.1 15.0.0
web - 1.1.1 1.1.1
webview_flutter_android - 4.3.5 4.3.5
webview_flutter_platform_interface - 2.10.0 2.10.0
webview_flutter_wkwebview - 3.18.6 3.18.6
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.

Found 3 issues. Showing the first 2:

The constraint `>=2.4.4 <3.0.0` on freezed_annotation does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions freezed_annotation to update the constraint.

The constraint `>=13.0.2 <14.0.0` on geolocator does not support the stable version `14.0.0`, that was published 0 days ago.

When geolocator is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions geolocator to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jul 13Aug 10Sep 7Oct 5Nov 2Nov 30Dec 28Jan 25Feb 22Mar 2202004006008001k1.2k>=0.0.0-0 <1.0.0