feech 0.1.58
feech: ^0.1.58 copied to clipboard
Flutter Experience Emma Can Help
We analyzed this package 3 hours ago, and awarded it 110 pub points (of a possible 160):
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.
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
1210 out of 2198 API elements (55.1 %) have documentation comments.
Some symbols that are missing documentation: feech
, feech.AlignmentExtension
, feech.AlignmentExtension.toCSSMargin
, feech.AlignmentExtension.toCSSPosition
, feech.AlignmentExtension.toShortString
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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/models/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
.
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/models/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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 122 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
╷
65 │ class _AppWebViewTitleBarMultiLine extends ConsumerWidget {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
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: The import of 'dart:ui' is unnecessary because all of the used elements are also provided by the import of 'package:flutter/widgets.dart'.
lib/src/models/runtime_info.dart:1:8
╷
1 │ import 'dart:ui';
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/models/runtime_info.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
asn1lib |
>=1.6.5 <2.0.0 |
1.6.5 | 1.6.5 | |
async |
>=2.13.0 <3.0.0 |
2.13.0 | 2.13.0 | |
camera |
>=0.11.2 <1.0.0 |
0.11.2 | 0.11.2 | |
cloud_firestore |
>=6.0.0 <7.0.0 |
6.0.2 | 6.0.2 | |
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 |
>=5.0.0 <6.0.0 |
5.0.2 | 5.0.2 | |
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 | 3.0.1 | |
flutter_svg |
>=2.2.0 <3.0.0 |
2.2.1 | 2.2.1 | |
flutter_tts |
>=4.2.3 <5.0.0 |
4.2.3 | 4.2.3 | |
freezed_annotation |
>=3.1.0 <4.0.0 |
3.1.0 | 3.1.0 | |
geocoding |
>=4.0.0 <5.0.0 |
4.0.0 | 4.0.0 | |
geolocator |
>=14.0.2 <15.0.0 |
14.0.2 | 14.0.2 | |
go_router |
>=16.0.0 <17.0.0 |
16.2.4 | 16.2.4 | |
google_maps_flutter |
>=2.12.3 <3.0.0 |
2.13.1 | 2.13.1 | |
http |
>=1.4.0 <2.0.0 |
1.5.0 | 1.5.0 | |
image |
>=4.5.4 <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 | |
mime |
>=2.0.0 <3.0.0 |
2.0.0 | 2.0.0 | |
newrelic_mobile |
>=1.1.12 <2.0.0 |
1.1.14 | 1.1.14 | |
package_info_plus |
>=8.3.0 <9.0.0 |
8.3.1 | 9.0.0 | |
palette_generator |
>=0.3.3+7 <1.0.0 |
0.3.3+7 | 0.3.3+7 | Discontinued |
permission_handler |
>=12.0.1 <13.0.0 |
12.0.1 | 12.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 | 3.0.1 | |
shared_preferences |
>=2.5.3 <3.0.0 |
2.5.3 | 2.5.3 | |
signals_flutter |
>=6.0.2 <7.0.0 |
6.2.0 | 6.2.0 | |
speech_to_text |
>=7.2.0 <8.0.0 |
7.3.0 | 7.3.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 | |
version |
>=3.0.2 <4.0.0 |
3.0.2 | 3.0.2 | |
web |
>=1.1.1 <2.0.0 |
1.1.1 | 1.1.1 | |
webview_flutter |
>=4.13.0 <5.0.0 |
4.13.0 | 4.13.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `>=2.6.1 <3.0.0` on flutter_riverpod does not support the stable version `3.0.0`, that was published 22 days ago.
When flutter_riverpod is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_riverpod
to update the constraint.
The constraint `>=8.3.0 <9.0.0` on package_info_plus does not support the stable version `9.0.0`, that was published 22 days ago.
When package_info_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions package_info_plus
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.