awesome_base 0.0.3 awesome_base: ^0.0.3 copied to clipboard
A new Flutter base project.
We analyzed this package 2 days 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 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/awesome_base
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_base
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Unable to access git repository: Failed to run remote show origin
.
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: BSD-2-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
285 out of 759 API elements (37.5 %) have documentation comments.
Some symbols that are missing documentation: app
, app.App
, app.App.App
, app.App.defaultThemeColor
, app.App.fallbackLocale
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:awesome_base/awesome_base.dart
that imports:package:awesome_base/utils/index.dart
that imports:package:awesome_base/utils/theme_util.dart
that imports: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 `Windows`.
Because:
package:awesome_base/awesome_base.dart
that imports:package:awesome_base/utils/index.dart
that imports:package:awesome_base/utils/theme_util.dart
that imports: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_base/awesome_base.dart
that imports:package:awesome_base/utils/index.dart
that imports:package:awesome_base/utils/theme_util.dart
that imports: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_base/awesome_base.dart
that imports:package:awesome_base/utils/index.dart
that imports:package:awesome_base/utils/theme_util.dart
that imports: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_base/awesome_base.dart
that imports:package:awesome_base/utils/index.dart
that imports:package:awesome_base/utils/theme_util.dart
that imports: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_base/awesome_base.dart
that imports:package:awesome_base/utils/index.dart
that imports:package:awesome_base/utils/theme_util.dart
that imports: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_base/awesome_base.dart
that imports:package:awesome_base/utils/index.dart
that imports:package:awesome_base/utils/theme_util.dart
that imports:package:get/get.dart
that imports:package:get/route_manager.dart
that imports:package:get/get_navigation/get_navigation.dart
that imports:package:get/get_navigation/src/root/get_material_app.dart
that imports:package:get/get_utils/get_utils.dart
that imports:package:get/get_utils/src/platform/platform.dart
that imports:package:get/get_utils/src/platform/platform_web.dart
that imports:dart:html
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 14 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/utils/theme_util.dart:18:45
╷
18 │ style: ButtonStyle(backgroundColor: MaterialStateProperty.all<Color>(themeColor)),
│ ^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/utils/theme_util.dart
/tmp/pana_ABARFN/lib/event/index.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
awesome_ext |
^0.0.5 |
0.0.5 | 0.0.5 |
dio |
^5.3.3 |
5.7.0 | 5.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_jailbreak_detection |
^1.6.0 |
1.10.0 | 1.10.0 |
flutter_smart_dialog |
^4.3.6 |
4.9.8+5 | 4.9.8+5 |
get |
^4.6.6 |
4.6.6 | 4.6.6 |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 |
provider |
^6.0.5 |
6.1.2 | 6.1.2 |
root_access |
^1.0.4 |
1.0.4 | 1.0.4 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.12.0 | 2.12.0 |
characters |
- | 1.3.0 | 1.4.0 |
clock |
- | 1.1.2 | 1.1.2 |
collection |
- | 1.19.0 | 1.19.1 |
common_utils |
- | 2.1.0 | 2.1.0 |
connectivity_plus |
- | 4.0.2 | 6.1.1 |
connectivity_plus_platform_interface |
- | 1.2.4 | 2.0.1 |
convert |
- | 3.1.2 | 3.1.2 |
crypto |
- | 3.0.6 | 3.0.6 |
dbus |
- | 0.7.10 | 0.7.10 |
decimal |
- | 2.3.3 | 3.1.0 |
device_info_plus |
- | 9.1.2 | 11.2.0 |
device_info_plus_platform_interface |
- | 7.0.2 | 7.0.2 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
event_bus |
- | 2.0.1 | 2.0.1 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
fixnum |
- | 1.1.1 | 1.1.1 |
flustars_flutter3 |
- | 3.0.0 | 3.0.0 |
flutter_secure_storage |
- | 9.2.2 | 9.2.2 |
flutter_secure_storage_linux |
- | 1.2.1 | 1.2.1 |
flutter_secure_storage_macos |
- | 3.1.2 | 3.1.2 |
flutter_secure_storage_platform_interface |
- | 1.1.2 | 1.1.2 |
flutter_secure_storage_web |
- | 1.2.1 | 1.2.1 |
flutter_secure_storage_windows |
- | 3.1.2 | 3.1.2 |
flutter_svg |
- | 2.0.16 | 2.0.16 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
fluttertoast |
- | 8.2.10 | 8.2.10 |
http |
- | 1.2.2 | 1.2.2 |
http_parser |
- | 4.1.1 | 4.1.1 |
intl |
- | 0.18.1 | 0.20.1 |
js |
- | 0.6.7 | 0.7.1 |
logger |
- | 2.5.0 | 2.5.0 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
md5_file_checksum |
- | 1.0.5 | 1.0.5 |
meta |
- | 1.15.0 | 1.16.0 |
nested |
- | 1.0.0 | 1.0.0 |
nm |
- | 0.5.0 | 0.5.0 |
package_info_plus |
- | 4.2.0 | 8.1.2 |
package_info_plus_platform_interface |
- | 2.0.1 | 3.0.2 |
path |
- | 1.9.1 | 1.9.1 |
path_parsing |
- | 1.1.0 | 1.1.0 |
path_provider |
- | 2.1.5 | 2.1.5 |
path_provider_android |
- | 2.2.15 | 2.2.15 |
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.0.2 | 6.0.2 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
rational |
- | 2.2.3 | 2.2.3 |
shared_preferences |
- | 2.3.4 | 2.3.4 |
shared_preferences_android |
- | 2.4.0 | 2.4.0 |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 |
shared_preferences_web |
- | 2.4.2 | 2.4.2 |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 |
sky_engine |
- | 0.0.0 | 0.0.0 |
source_span |
- | 1.10.1 | 1.10.1 |
sp_util |
- | 2.0.3 | 2.0.3 |
sprintf |
- | 7.0.0 | 7.0.0 |
string_scanner |
- | 1.4.1 | 1.4.1 |
synchronized |
- | 3.3.0+3 | 3.3.0+3 |
term_glyph |
- | 1.2.2 | 1.2.2 |
typed_data |
- | 1.4.0 | 1.4.0 |
url_launcher |
- | 6.3.1 | 6.3.1 |
url_launcher_android |
- | 6.3.14 | 6.3.14 |
url_launcher_ios |
- | 6.3.2 | 6.3.2 |
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.3.3 | 2.3.3 |
url_launcher_windows |
- | 3.1.3 | 3.1.3 |
uuid |
- | 4.5.1 | 4.5.1 |
vector_graphics |
- | 1.1.15 | 1.1.15 |
vector_graphics_codec |
- | 1.1.12 | 1.1.12 |
vector_graphics_compiler |
- | 1.1.16 | 1.1.16 |
vector_math |
- | 2.1.4 | 2.1.4 |
web |
- | 1.1.0 | 1.1.0 |
win32 |
- | 5.9.0 | 5.9.0 |
win32_registry |
- | 1.1.5 | 2.0.1 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
xml |
- | 6.5.0 | 6.5.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.