ease_x 1.6.2
ease_x: ^1.6.2 copied to clipboard
A set of useful Flutter extensions for UI, navigation, theming, and utilities.
We analyzed this package 5 days ago, and awarded it 135 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 ("1.6.2").
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
69 out of 179 API elements (38.5 %) have documentation comments.
Some symbols that are missing documentation: ease_x, ease_x_device, ease_x_device.EaseXDevice, ease_x_device.EaseXDevice.EaseXDevice.new, ease_x_device.EaseXDevice.getAppBarHeight.
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_speech.dartthat imports:package:flutter_tts/flutter_tts.dartthat declares support for platforms:Android,iOS,Windows,macOS,Web.
Package does not support platform `macOS`.
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_ios/flutter_file_manager_ios.dartthat declares support for platforms:iOS.
Package does not support platform `Web`.
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.
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 8 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/utils/ease_x_loader.dart:138:40
╷
138 │ ? Colors.black.withOpacity(0.75)
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/ease_x_loader.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/utils/ease_x_loader.dart:139:40
╷
139 │ : Colors.white.withOpacity(0.92),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/ease_x_loader.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^11.3.0 |
11.5.0 | 12.3.0 | |
file_picker |
^8.3.2 |
8.3.7 | 10.3.8 | |
flutter_file_saver |
^0.8.1 |
0.8.1 | 0.9.0 | |
flutter_tts |
^3.6.3 |
3.8.5 | 4.2.3 | |
fluttertoast |
^8.2.12 |
8.2.14 | 9.0.0 | |
image_picker |
^1.1.2 |
1.2.1 | 1.2.1 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
share_plus |
^10.1.4 |
10.1.4 | 12.0.1 | |
shared_preferences |
^2.5.1 |
2.5.4 | 2.5.4 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
url_launcher |
^6.2.5 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^11.3.0` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^8.3.2` on file_picker does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions file_picker 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.