ease_x 2.1.0
ease_x: ^2.1.0 copied to clipboard
A set of useful Flutter extensions for UI, navigation, theming, and utilities.
We analyzed this package 17 hours ago, and awarded it 75 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("2.1.0").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
185 out of 391 API elements (47.3 %) have documentation comments.
Some symbols that are missing documentation: ease_x, ease_x_animation_ext, ease_x_cache, ease_x_cache.EaseXCache.EaseXCache.new, ease_x_colors.
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
Found 31 issues. Showing the first 2:
ERROR: The getter 'files' isn't defined for the type 'List
lib/utils/ease_x_media.dart:62:32
╷
62 │ final file = File(result.files.single.path!);
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/ease_x_media.dart
ERROR: Undefined class 'FilePickerResult'.
lib/utils/ease_x_media.dart:80:13
╷
80 │ final FilePickerResult? result = await FilePicker.pickFiles(
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/ease_x_media.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
file_picker |
^12.0.0-beta.7 |
12.2.0 | 12.2.0 | |
flutter_file_saver |
^0.10.0 |
0.10.0 | 0.10.0 | |
fluttertoast |
^9.0.0 |
9.1.0 | 10.0.0 | |
image_picker |
^1.2.3 |
1.2.3 | 1.2.3 | |
mime |
^2.0.0 |
2.1.0 | 2.1.0 | |
path_provider |
^2.1.5 |
2.1.6 | 2.1.6 | |
permission_handler |
^12.0.3 |
12.0.3 | 13.0.2 | |
share_plus |
^13.2.0 |
13.3.0 | 13.3.0 | |
shared_preferences |
^2.5.5 |
2.5.5 | 2.5.5 | |
shimmer |
^3.0.0 |
3.0.0 | 4.0.0 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 |
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 `^9.0.0` on fluttertoast does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions fluttertoast to update the constraint.
The constraint `^12.0.3` on permission_handler does not support the stable version `13.0.0`.
Try running dart pub upgrade --major-versions permission_handler 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.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.