getx_scaffold 0.2.2 copy "getx_scaffold: ^0.2.2" to clipboard
getx_scaffold: ^0.2.2 copied to clipboard

GetX Scaffold is a comprehensive rapid development template built on the GetX framework and several commonly used plugins

125/ 160
pub points
121
downloads

We analyzed this package 23 hours ago, and awarded it 125 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.2.2").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

12177 out of 15497 API elements (78.6 %) have documentation comments.

Some symbols that are missing documentation: antd_icon, antd_icon.AntdIcon, antd_icon.AntdIcon.Batchfolding, antd_icon.AntdIcon.CI, antd_icon.AntdIcon.CI_circle_fill.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

These platforms are not supported:

Package does not support platform `Linux`.

Because:

  • package:getx_scaffold/getx_scaffold.dart that imports:
  • package:getx_scaffold/common/index.dart that imports:
  • package:getx_scaffold/common/common.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:getx_scaffold/getx_scaffold.dart that imports:
  • package:getx_scaffold/common/index.dart that imports:
  • package:getx_scaffold/common/common.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 not compatible with platform Web

Because:

  • package:getx_scaffold/getx_scaffold.dart that imports:
  • package:getx_scaffold/common/index.dart that imports:
  • package:getx_scaffold/common/common.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_linux.dart that imports:
  • dart:io

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:getx_scaffold/getx_scaffold.dart that imports:
  • package:getx_scaffold/common/index.dart that imports:
  • package:getx_scaffold/common/common.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:getx_scaffold/getx_scaffold.dart that imports:
  • package:getx_scaffold/common/index.dart that imports:
  • package:getx_scaffold/common/common.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:getx_scaffold/getx_scaffold.dart that imports:
  • package:getx_scaffold/common/index.dart that imports:
  • package:getx_scaffold/common/common.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:getx_scaffold/getx_scaffold.dart that imports:
  • package:getx_scaffold/common/index.dart that imports:
  • package:getx_scaffold/common/common.dart that imports:
  • package:package_info_plus/package_info_plus.dart that imports:
  • package:package_info_plus/src/package_info_plus_linux.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.cn/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 49 issues. Showing the first 2:

WARNING: This default clause is covered by the previous cases.

lib/common/widgets/read_more_text.dart:170:11

    ╷
170 │           default:
    │           ^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/common/widgets/read_more_text.dart

INFO: Missing type annotation.

lib/common/common.dart:163:1

    ╷
163 │ sendEvent<T>(T event) {
    │ ^^^^^^^^^
    ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/common/common.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
badges ^3.1.2 3.1.2 3.1.2
connectivity_plus ^6.0.3 6.1.5 7.0.0
convert ^3.1.1 3.1.2 3.1.2
crypto ^3.0.3 3.0.6 3.0.6
decimal ^3.0.2 3.2.4 3.2.4
device_info_plus ^10.1.0 10.1.2 12.1.0
dio ^5.7.0 5.9.0 5.9.0
encrypt ^5.0.3 5.0.3 5.0.3
event_bus ^2.0.0 2.0.1 2.0.1
extended_image ^8.2.1 8.3.1 10.0.1
flutter_easyloading ^3.0.5 3.0.5 3.0.5
flutter_screenutil ^5.9.3 5.9.3 5.9.3
flutter_spinkit ^5.2.1 5.2.2 5.2.2
flutter_svg ^2.0.10+1 2.2.1 2.2.1
get ^4.6.6 4.7.2 4.7.2
intl ^0.19.0 0.19.0 0.20.2
lottie ^3.1.2 3.3.2 3.3.2
modal_bottom_sheet ^3.0.0 3.0.0 3.0.0
package_info_plus ^8.0.0 8.3.1 9.0.0
permission_handler ^11.3.1 11.4.0 12.0.1
rational ^2.2.3 2.2.3 2.2.3
shared_preferences ^2.2.3 2.5.3 2.5.3
slider_captcha ^1.0.0 1.0.2 1.0.2
url_launcher ^6.3.0 6.3.2 6.3.2
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.7 4.0.7
args - 2.7.0 2.7.0
asn1lib - 1.6.5 1.6.5
async - 2.13.0 2.13.0
characters - 1.4.0 1.4.1
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 2.0.1 2.0.1
dbus - 0.7.11 0.7.11
device_info_plus_platform_interface - 7.0.3 7.0.3
dio_web_adapter - 2.1.1 2.1.1
extended_image_library - 4.0.6 5.0.1
ffi - 2.1.4 2.1.4
file - 7.0.1 7.0.1
http - 1.5.0 1.5.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.13.0
meta - 1.16.0 1.17.0
mime - 2.0.0 2.0.0
nm - 0.5.0 0.5.0
package_info_plus_platform_interface - 3.2.1 3.2.1
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.18 2.2.18
path_provider_foundation - 2.4.2 2.4.2
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
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.7 9.4.7
permission_handler_html - 0.1.3+5 0.1.3+5
permission_handler_platform_interface - 4.3.0 4.3.0
permission_handler_windows - 0.2.1 0.2.1
petitparser - 7.0.1 7.0.1
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.3 6.0.3
shared_preferences_android - 2.4.13 2.4.13
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.3 2.4.3
shared_preferences_windows - 2.4.1 2.4.1
source_span - 1.10.1 1.10.1
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.23 6.3.23
url_launcher_ios - 6.3.4 6.3.4
url_launcher_linux - 3.2.1 3.2.1
url_launcher_macos - 3.2.3 3.2.3
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.4.1 2.4.1
url_launcher_windows - 3.1.4 3.1.4
vector_graphics - 1.1.19 1.1.19
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.19 1.1.19
vector_math - 2.2.0 2.2.0
web - 1.1.1 1.1.1
win32 - 5.14.0 5.14.0
win32_registry - 1.1.5 2.1.0
xdg_directories - 1.1.0 1.1.0
xml - 6.6.1 6.6.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 6 issues. Showing the first 2:

The constraint `^6.0.3` on connectivity_plus does not support the stable version `7.0.0`, that was published 21 days ago.

When connectivity_plus is 30 days old, this package will no longer be awarded points in this category.

Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.

The constraint `^10.1.0` on device_info_plus does not support the stable version `11.0.0`.

Try running dart pub upgrade --major-versions device_info_plus to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 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.5, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions: