flutter_easy 3.13.0
flutter_easy: ^3.13.0 copied to clipboard
A common Flutter package.
We analyzed this package 15 hours ago, and awarded it 130 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 50 to 180 characters to describe the package, what it does, and its target use case.
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
1102 out of 3000 API elements (36.7 %) have documentation comments.
Some symbols that are missing documentation: adapt_util
, adapt_util.AdaptUtil
, adapt_util.AdaptUtil.devicePixelRatio
, adapt_util.AdaptUtil.dp
, adapt_util.AdaptUtil.init
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Web`.
Because:
package:flutter_easy/flutter_easy.dart
that imports:package:flutter_easy/utils/export.dart
that imports:package:flutter_easy/utils/src/share_util.dart
that imports:package:flutter_easy/utils/src/logger_util.dart
that imports:package:flutter_easy/utils/src/global_util.dart
that imports:package:path_provider/path_provider.dart
that 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:flutter_easy/flutter_easy.dart
that imports:package:flutter_easy/utils/export.dart
that imports:package:flutter_easy/utils/src/share_util.dart
that imports:package:flutter_easy/utils/src/package_info_util.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:flutter_easy/flutter_easy.dart
that imports:package:flutter_easy/utils/export.dart
that imports:package:flutter_easy/utils/src/share_util.dart
that imports:package:flutter_easy/utils/src/package_info_util.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:flutter_easy/flutter_easy.dart
that imports:package:flutter_easy/utils/export.dart
that imports:package:flutter_easy/utils/src/share_util.dart
that imports:package:share_plus/share_plus.dart
that imports:package:share_plus/src/share_plus_linux.dart
that imports:package:url_launcher_linux/url_launcher_linux.dart
that declares support for platforms:Linux
.
Package does not support platform `Linux`.
Because:
package:flutter_easy/flutter_easy.dart
that imports:package:flutter_easy/utils/export.dart
that imports:package:flutter_easy/utils/src/share_util.dart
that imports:package:flutter_easy/utils/src/package_info_util.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:flutter_easy/flutter_easy.dart
that imports:package:flutter_easy/utils/export.dart
that imports:package:flutter_easy/utils/src/share_util.dart
that imports:package:flutter_easy/utils/src/package_info_util.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_easy/flutter_easy.dart
that imports:package:flutter_easy/utils/export.dart
that imports:package:flutter_easy/utils/src/vendor_util.dart
that imports:package:extended_image/extended_image.dart
that imports:package:extended_image/src/utils.dart
that imports:package:extended_image/src/gesture/slide_page.dart
that imports:package:extended_image/src/gesture/utils.dart
that imports:package:extended_image/src/typedef.dart
that imports:package:extended_image/src/editor/editor_config.dart
that imports:package:extended_image/src/editor/editor.dart
that imports:package:extended_image/src/extended_image.dart
that imports:package:extended_image_library/extended_image_library.dart
that imports:package:extended_image_library/src/network/extended_network_image_provider.dart
that imports:package:extended_image_library/src/network/network_image_io.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.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 28 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/components/src/base_shimmer.dart:27:44
╷
27 │ appTheme(context).primaryColor.withOpacity(0.3),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/src/base_shimmer.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/components/src/base_shimmer.dart:30:44
╷
30 │ appTheme(context).primaryColor.withOpacity(0.6),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/src/base_shimmer.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
archive |
^4.0.2 |
4.0.6 | 4.0.6 | |
bot_toast |
^4.1.3 |
4.1.3 | 4.1.3 | |
card_swiper |
^3.0.1 |
3.0.1 | 3.0.1 | |
connectivity_plus |
^6.1.3 |
6.1.3 | 6.1.3 | |
convert |
^3.1.2 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.6 |
3.0.6 | 3.0.6 | |
dart_art |
^0.1.2 |
0.1.2 | 0.1.2 | |
device_info_plus |
^11.3.0 |
11.3.3 | 11.3.3 | |
dio |
^5.8.0+1 |
5.8.0+1 | 5.8.0+1 | |
encrypt |
^5.0.3 |
5.0.3 | 5.0.3 | |
extended_image |
^9.1.0 |
9.1.0 | 10.0.0 | |
flutter_easyloading |
^3.0.5 |
3.0.5 | 3.0.5 | |
flutter_rating_bar |
^4.0.1 |
4.0.1 | 4.0.1 | |
flutter_staggered_grid_view |
^0.7.0 |
0.7.0 | 0.7.0 | |
get |
^4.7.2 |
4.7.2 | 4.7.2 | |
image |
^4.5.3 |
4.5.4 | 4.5.4 | |
intl |
^0.20.2 |
0.20.2 | 0.20.2 | |
package_info_plus |
^8.3.0 |
8.3.0 | 8.3.0 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.5 |
2.1.5 | 2.1.5 | |
pull_to_refresh |
^2.0.0 |
2.0.0 | 2.0.0 | |
session |
^1.4.0 |
1.4.0 | 1.4.0 | |
share_plus |
^10.1.4 |
10.1.4 | 10.1.4 | |
shared_preferences |
^2.5.2 |
2.5.3 | 2.5.3 | |
shared_preferences_platform_interface |
^2.4.1 |
2.4.1 | 2.4.1 | |
shared_preferences_web |
^2.4.3 |
2.4.3 | 2.4.3 | |
shimmer |
^3.0.0 |
3.0.0 | 3.0.0 | |
url_launcher |
^6.3.1 |
6.3.1 | 6.3.1 | |
uuid |
^4.5.1 |
4.5.1 | 4.5.1 | |
xml |
^6.5.0 |
6.5.0 | 6.5.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.3 | 1.6.3 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.0 | 1.4.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
connectivity_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
dbus |
- | 0.7.11 | 0.7.11 | |
device_info_plus_platform_interface |
- | 7.0.2 | 7.0.2 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
extended_image_library |
- | 4.0.6 | 5.0.0 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
flutter_spinkit |
- | 5.2.1 | 5.2.1 | |
http |
- | 1.3.0 | 1.3.0 | |
http_client_helper |
- | 3.0.0 | 3.0.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nm |
- | 0.5.0 | 0.5.0 | |
package_info_plus_platform_interface |
- | 3.2.0 | 3.2.0 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
petitparser |
- | 6.1.0 | 6.1.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
pointycastle |
- | 3.9.1 | 4.0.0 | |
posix |
- | 6.0.2 | 6.0.2 | |
share_plus_platform_interface |
- | 5.0.2 | 5.0.2 | |
shared_preferences_android |
- | 2.4.10 | 2.4.10 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
url_launcher_android |
- | 6.3.16 | 6.3.16 | |
url_launcher_ios |
- | 6.3.3 | 6.3.3 | |
url_launcher_linux |
- | 3.2.1 | 3.2.1 | |
url_launcher_macos |
- | 3.2.2 | 3.2.2 | |
url_launcher_platform_interface |
- | 2.3.2 | 2.3.2 | |
url_launcher_web |
- | 2.4.0 | 2.4.0 | |
url_launcher_windows |
- | 3.1.4 | 3.1.4 | |
vector_math |
- | 2.1.4 | 2.1.5 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.12.0 | 5.12.0 | |
win32_registry |
- | 2.1.0 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^9.1.0` on extended_image does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions extended_image
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.