empathetech_flutter_ui 12.0.0
empathetech_flutter_ui: ^12.0.0 copied to clipboard
Build apps for anyone. EFUI makes building truly accessible apps Ez. So anyone can enjoy your great idea!
We analyzed this package 19 hours ago, and awarded it 70 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
1495 out of 2008 API elements (74.5 %) have documentation comments.
Some symbols that are missing documentation: empathetech_flutter_ui, empathetech_flutter_ui.CreoleCupertinoLocalizations, empathetech_flutter_ui.CreoleCupertinoLocalizations.CreoleCupertinoLocalizations.new, empathetech_flutter_ui.CreoleCupertinoLocalizations.delegate, empathetech_flutter_ui.CreoleCupertinoLocalizations.load.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: Undefined class 'FilePickerResult'.
lib/src/functions/helpers.dart:114:9
╷
114 │ final FilePickerResult? result = await FilePicker.pickFiles(
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/functions/helpers.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
country_flags |
^4.1.2 |
4.1.2 | 4.1.2 | |
extended_image |
^10.0.1 |
10.1.0 | 10.1.0 | |
file_picker |
^12.0.0-beta.4 |
12.0.0 | 12.0.0 | |
file_saver |
^0.4.0 |
0.4.0 | 0.4.0 | |
flex_color_picker |
^3.8.0 |
3.8.0 | 3.8.0 | |
flutter_localized_locales |
^2.0.5 |
2.0.5 | 2.0.5 | |
flutter_secure_storage |
^10.3.1 |
10.3.1 | 11.0.0 | |
font_awesome_flutter |
^11.0.0 |
11.0.0 | 11.0.0 | |
go_router |
^17.2.3 |
17.5.0 | 18.0.0 | |
google_fonts |
^8.1.0 |
8.2.1 | 8.2.1 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
image |
^4.8.0 |
4.9.2 | 4.9.2 | |
image_picker |
^1.2.2 |
1.2.3 | 1.2.3 | |
intl |
^0.20.2 |
0.20.3 | 0.20.3 | |
line_icons |
^2.0.3 |
2.0.3 | 2.0.3 | |
package_info_plus |
^10.1.0 |
10.2.1 | 10.2.1 | |
path_provider |
^2.1.5 |
2.1.6 | 2.1.6 | |
permission_handler |
^12.0.1 |
12.0.3 | 13.0.1 | |
provider |
^6.1.5+1 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.5.5 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 | |
video_player |
^2.11.1 |
2.14.0 | 2.14.0 | |
web |
^1.1.1 |
1.1.1 | 1.1.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^10.3.1` on flutter_secure_storage does not support the stable version `11.0.0`, that was published 18 days ago.
When flutter_secure_storage is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_secure_storage to update the constraint.
The constraint `^17.2.3` on go_router does not support the stable version `18.0.0`, that was published 0 days ago.
When go_router is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions go_router to update the constraint.
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 1 error:
UNDEFINED_CLASS-lib/src/functions/helpers.dart:114:9- Undefined class 'FilePickerResult'.
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.23.18, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.