ease_x 1.6.3
ease_x: ^1.6.3 copied to clipboard
A set of useful Flutter extensions for UI, navigation, theming, and utilities.
We analyzed this package 39 hours 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
70 out of 243 API elements (28.8 %) 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.dart
that imports:package:ease_x/utils/ease_x_file_saver.dart
that imports:package:flutter_file_saver/flutter_file_saver.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:ease_x/ease_x.dart
that imports:package:ease_x/utils/ease_x_file_saver.dart
that imports:package:flutter_file_saver/flutter_file_saver.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:ease_x/ease_x.dart
that imports:package:ease_x/utils/ease_x_file_saver.dart
that imports:package:flutter_file_saver/flutter_file_saver.dart
that imports:package:flutter_file_manager_ios/flutter_file_manager_ios.dart
that declares support for platforms:iOS
.
Package does not support platform `Web`.
Because:
package:ease_x/ease_x.dart
that imports:package:ease_x/utils/ease_x_file_saver.dart
that imports:package:flutter_file_saver/flutter_file_saver.dart
that imports:package:flutter_file_manager_macos/flutter_file_manager_macos.dart
that 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.dart
that imports:package:ease_x/utils/ease_x_file_saver.dart
that imports:package:flutter_file_saver/flutter_file_saver.dart
that imports:package:flutter_file_manager_macos/flutter_file_manager_macos.dart
that declares support for platforms:macOS
.
Package does not support platform `iOS`.
Because:
package:ease_x/ease_x.dart
that imports:package:ease_x/utils/ease_x_file_saver.dart
that imports:package:flutter_file_saver/flutter_file_saver.dart
that imports:package:flutter_file_manager_macos/flutter_file_manager_macos.dart
that declares support for platforms:macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:ease_x/ease_x.dart
that imports:package:ease_x/utils/ease_x_file_saver.dart
that imports:package:flutter_file_saver/flutter_file_saver.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 9 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 |
---|---|---|---|---|
file_picker |
^8.3.2 |
8.3.7 | 10.3.3 | |
flutter_file_saver |
^0.8.1 |
0.8.1 | 0.9.0 | |
fluttertoast |
^8.2.12 |
8.2.12 | 8.2.12 | |
image_picker |
^1.1.2 |
1.2.0 | 1.2.0 | |
mime |
^2.0.0 |
2.0.0 | 2.0.0 | |
share_plus |
^10.1.4 |
10.1.4 | 12.0.0 | |
shared_preferences |
^2.5.1 |
2.5.3 | 2.5.3 | |
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 3 issues. Showing the first 2:
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.
The constraint `^0.8.1` on flutter_file_saver does not support the stable version `0.9.0`.
Try running dart pub upgrade --major-versions flutter_file_saver
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.23
, Flutter 3.35.3
, Dart 3.9.2
.
Check the analysis log for details.