empathetech_flutter_ui 3.1.2 empathetech_flutter_ui: ^3.1.2 copied to clipboard
EFUI makes building accessible and user customizable UIs EZ. So everyone can enjoy your great idea!
We analyzed this package 3 hours ago, and awarded it 130 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
10/10 points: Use an OSI-approved license
Detected license: GPL-3.0
.
10/10 points: 20% or more of the public API has dartdoc comments
263 out of 443 API elements (59.4 %) have documentation comments.
Some symbols that are missing documentation: Eb2Casa.EB2CASA
, Eb2Casa.EB2CASA.from
, EzApp.EzApp.homeScreenWidget
, EzApp.EzApp.routerConfig
, EzApp.EzApp.title
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:empathetech_flutter_ui/empathetech_flutter_ui.dart
that imports:package:empathetech_flutter_ui/functions/helpers.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:empathetech_flutter_ui/empathetech_flutter_ui.dart
that imports:package:empathetech_flutter_ui/functions/helpers.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:empathetech_flutter_ui/empathetech_flutter_ui.dart
that imports:package:empathetech_flutter_ui/functions/helpers.dart
that imports:package:fluttertoast/fluttertoast.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:empathetech_flutter_ui/empathetech_flutter_ui.dart
that imports:package:empathetech_flutter_ui/functions/storage.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:empathetech_flutter_ui/empathetech_flutter_ui.dart
that imports:package:empathetech_flutter_ui/classes/EzNotifications.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `iOS`.
Because:
package:empathetech_flutter_ui/empathetech_flutter_ui.dart
that imports:package:empathetech_flutter_ui/classes/EzNotifications.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that imports:package:flutter_local_notifications/src/notification_details.dart
that imports:package:flutter_local_notifications_linux/flutter_local_notifications_linux.dart
that declares support for platforms:Linux
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:empathetech_flutter_ui/empathetech_flutter_ui.dart
that imports:package:empathetech_flutter_ui/functions/storage.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 116 issues. Showing the first 2:
INFO: Dangling library doc comment.
lib/classes/Eb2Casa.dart:1:1
╷
1 │ /// empathetech_flutter_ui
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/classes/Eb2Casa.dart
INFO: The file name 'Eb2Casa.dart' isn't a lower_case_with_underscores identifier.
To reproduce make sure you are using the lints_core and run flutter analyze lib/classes/Eb2Casa.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_colorpicker |
^1.0.3 |
1.1.0 | 1.1.0 |
flutter_local_notifications |
^15.1.0+1 |
15.1.3 | 18.0.1 |
flutter_platform_widgets |
^3.3.2 |
3.3.5 | 7.0.1 |
fluttertoast |
^8.2.1 |
8.2.10 | 8.2.10 |
go_router |
^10.0.0 |
10.2.0 | 14.6.3 |
google_fonts |
^5.1.0 |
5.1.0 | 6.2.1 |
image_picker |
^1.0.2 |
1.1.2 | 1.1.2 |
line_icons |
^2.0.1 |
2.0.3 | 2.0.3 |
path |
^1.8.2 |
1.9.1 | 1.9.1 |
path_provider |
^2.0.11 |
2.1.5 | 2.1.5 |
shared_preferences |
^2.0.15 |
2.3.5 | 2.3.5 |
url_launcher |
^6.1.10 |
6.3.1 | 6.3.1 |
video_player |
^2.6.1 |
2.9.2 | 2.9.2 |
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 `^15.1.0+1` on flutter_local_notifications does not support the stable version `16.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications
to update the constraint.
The constraint `^3.3.2` on flutter_platform_widgets does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions flutter_platform_widgets
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.