awesome_ext 0.0.4 awesome_ext: ^0.0.4 copied to clipboard
Extends for plugin.
We analyzed this package 18 hours ago, and awarded it 115 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 60 to 180 characters to describe the package, what it does, and its target use case.
Homepage URL doesn't exist.
At the time of the analysis https://github.com/codingshuuu/flutter_ext.git
was unreachable. Make sure that the website is reachable via HEAD
requests.
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: awesome_ext
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md
in your package should primarily contain characters used in English.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-2-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
273 out of 703 API elements (38.8 %) have documentation comments.
Some symbols that are missing documentation: assets_ext
, assets_ext.AssetsExt.assetProvider
, awesome_ext
, awesome_ext.AwesomeExt
, awesome_ext.AwesomeExt.AwesomeExt
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:awesome_ext/awesome_ext.dart
that imports:package:awesome_ext/utils/index.dart
that imports:package:awesome_ext/utils/package_utils.dart
that imports:package:awesome_ext/utils/md5_utils.dart
that imports:package:md5_file_checksum/md5_file_checksum.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:awesome_ext/awesome_ext.dart
that imports:package:awesome_ext/utils/index.dart
that imports:package:awesome_ext/utils/package_utils.dart
that imports:package:awesome_ext/utils/md5_utils.dart
that imports:package:md5_file_checksum/md5_file_checksum.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:awesome_ext/awesome_ext.dart
that imports:package:awesome_ext/utils/index.dart
that imports:package:awesome_ext/utils/package_utils.dart
that imports:package:awesome_ext/utils/md5_utils.dart
that imports:package:md5_file_checksum/md5_file_checksum.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:awesome_ext/awesome_ext.dart
that imports:package:awesome_ext/widget/index.dart
that imports:package:awesome_ext/widget/back_to_top.dart
that imports:package:awesome_ext/ext/screen_ext.dart
that imports:package:flustars_flutter3/flustars_flutter3.dart
that imports:package:flustars_flutter3/src/directory_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:awesome_ext/awesome_ext.dart
that imports:package:awesome_ext/utils/index.dart
that imports:package:awesome_ext/utils/package_utils.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:awesome_ext/awesome_ext.dart
that imports:package:awesome_ext/utils/index.dart
that imports:package:awesome_ext/utils/package_utils.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:awesome_ext/awesome_ext.dart
that imports:package:awesome_ext/widget/index.dart
that imports:package:awesome_ext/widget/back_to_top.dart
that imports:package:awesome_ext/ext/screen_ext.dart
that imports:package:flustars_flutter3/flustars_flutter3.dart
that imports:package:flustars_flutter3/src/directory_util.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 44 issues. Showing the first 2:
INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.
lib/ext/button_ext.dart:26:24
╷
26 │ shadowColor: MaterialStateProperty.all(removeShadow ? Colors.transparent : Colors.black),
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ext/button_ext.dart
INFO: 'MaterialStateProperty' is deprecated and shouldn't be used. Use WidgetStateProperty instead. Moved to the Widgets layer to make code available outside of Material. This feature was deprecated after v3.19.0-0.3.pre.
lib/ext/button_ext.dart:27:20
╷
27 │ padding: MaterialStateProperty.all<EdgeInsetsGeometry>(EdgeInsets.zero),
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/ext/button_ext.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
connectivity_plus |
^4.0.2 |
4.0.2 | 6.1.1 |
convert |
^3.1.1 |
3.1.2 | 3.1.2 |
crypto |
^3.0.3 |
3.0.6 | 3.0.6 |
device_info_plus |
^9.0.3 |
9.1.2 | 11.2.0 |
event_bus |
^2.0.0 |
2.0.1 | 2.0.1 |
flustars_flutter3 |
^3.0.0 |
3.0.0 | 3.0.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_secure_storage |
^9.0.0 |
9.2.2 | 9.2.2 |
flutter_svg |
^2.0.7 |
2.0.16 | 2.0.16 |
fluttertoast |
^8.2.2 |
8.2.10 | 8.2.10 |
intl |
^0.18.1 |
0.18.1 | 0.20.1 |
logger |
^2.0.2 |
2.5.0 | 2.5.0 |
md5_file_checksum |
^1.0.4 |
1.0.5 | 1.0.5 |
package_info_plus |
^4.1.0 |
4.2.0 | 8.1.2 |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
path_provider |
^2.1.1 |
2.1.5 | 2.1.5 |
sp_util |
^2.0.3 |
2.0.3 | 2.0.3 |
url_launcher |
^6.1.14 |
6.3.1 | 6.3.1 |
uuid |
^4.0.0 |
4.5.1 | 4.5.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^4.0.2` on connectivity_plus does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus
to update the constraint.
The constraint `^9.0.3` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_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.22.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.