ease_x 2.0.0
ease_x: ^2.0.0 copied to clipboard
A set of useful Flutter extensions for UI, navigation, theming, and utilities.
We analyzed this package 2 days ago, and awarded it 140 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: 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
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:ease_x/ease_x.dartthat imports:package:ease_x/utils/ease_x_file_saver.dartthat imports:package:flutter_file_saver/flutter_file_saver.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:ease_x/ease_x.dartthat imports:package:ease_x/utils/ease_x_permissions.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `macOS`.
Because:
package:ease_x/ease_x.dartthat imports:package:ease_x/utils/ease_x_permissions.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows,Web.
Package does not support platform `Web`.
Because:
package:ease_x/ease_x.dartthat imports:package:ease_x/utils/ease_x_cache.dartthat imports:package:path_provider/path_provider.dartthat 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:ease_x/ease_x.dartthat imports:package:ease_x/utils/ease_x_file_saver.dartthat imports:package:flutter_file_saver/flutter_file_saver.dartthat imports:package:flutter_file_manager_macos/flutter_file_manager_macos.dartthat declares support for platforms:macOS.
Package does not support platform `iOS`.
Because:
package:ease_x/ease_x.dartthat imports:package:ease_x/utils/ease_x_file_saver.dartthat imports:package:flutter_file_saver/flutter_file_saver.dartthat imports:package:flutter_file_manager_macos/flutter_file_manager_macos.dartthat declares support for platforms:macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 9 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/utils/ease_x_cache.dart:288:7
╷
288 │ return '${(bytes / (1024 * 1024)).toStringAsFixed(1)} MB';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/ease_x_cache.dart
INFO: 'value' is deprecated and shouldn't be used. Use component accessors like .r or .g, or toARGB32 for an explicit conversion.
lib/utils/ease_x_colors.dart:20:24
╷
20 │ String hex = color.value.toRadixString(16).padLeft(8, '0');
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/ease_x_colors.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
file_picker |
^11.0.2 |
11.0.2 | 11.0.2 | |
flutter_file_saver |
^0.9.0 |
0.9.0 | 0.9.0 | |
fluttertoast |
^9.0.0 |
9.0.0 | 9.0.0 | |
image_picker |
^1.2.1 |
1.2.2 | 1.2.2 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.1 | |
share_plus |
^10.1.4 |
10.1.4 | 13.1.0 | |
shared_preferences |
^2.5.5 |
2.5.5 | 2.5.5 | |
shimmer |
^3.0.0 |
3.0.0 | 3.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.
The constraint `^11.3.1` on permission_handler does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions permission_handler to update the constraint.
The constraint `^10.1.4` on share_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions share_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.23.12, Flutter 3.41.9, Dart 3.11.5.
Check the analysis log for details.