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

25
likes
130/ 160
pub points
154
downloads

We analyzed this package 2 days ago, and awarded it 130 pub points (of a possible 160):

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/Kxmrg/flutter_getx_scaffold/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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

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

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

11739 out of 15056 API elements (78.0 %) 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.dev/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 16 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:
    │           ^^^^^^^
    ╵
copied to clipboard

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

INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.

lib/common/components/loading.dart:26:40

26 │       ..backgroundColor = Colors.black.withOpacity(0.7) // 背景颜色
   │                                        ^^^^^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run flutter analyze lib/common/components/loading.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.3 6.1.3
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.0.2 3.2.1
device_info_plus ^10.1.0 10.1.2 11.3.3
dio ^5.7.0 5.8.0+1 5.8.0+1
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.0
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.1 5.2.1
flutter_svg ^2.0.10+1 2.0.17 2.0.17
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.1 3.3.1
modal_bottom_sheet ^3.0.0 3.0.0 3.0.0
package_info_plus ^8.0.0 8.3.0 8.3.0
permission_handler ^11.3.1 11.4.0 11.4.0
rational ^2.2.3 2.2.3 2.2.3
shared_preferences ^2.2.3 2.5.2 2.5.2
slider_captcha ^1.0.0 1.0.2 1.0.2
url_launcher ^6.3.0 6.3.1 6.3.1
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 4.0.5 4.0.5
args - 2.7.0 2.7.0
asn1lib - 1.6.2 1.6.2
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
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
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
nm - 0.5.0 0.5.0
package_info_plus_platform_interface - 3.2.0 3.2.0
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.16 2.2.16
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
permission_handler_android - 12.1.0 13.0.1
permission_handler_apple - 9.4.6 9.4.6
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 - 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.1 6.0.1
shared_preferences_android - 2.4.8 2.4.8
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.15 6.3.15
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.4.0 2.4.0
url_launcher_windows - 3.1.4 3.1.4
vector_graphics - 1.1.18 1.1.18
vector_graphics_codec - 1.1.13 1.1.13
vector_graphics_compiler - 1.1.16 1.1.16
vector_math - 2.1.4 2.1.4
web - 1.1.1 1.1.1
win32 - 5.12.0 5.12.0
win32_registry - 1.1.5 2.1.0
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.

Found 3 issues. Showing the first 2:

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.

The constraint `^8.2.1` on extended_image does not support the stable version `9.0.0`.

Try running dart pub upgrade --major-versions extended_image 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.20, Flutter 3.29.2, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 23Jul 21Aug 18Sep 15Oct 13Nov 10Dec 8Jan 5Feb 2Mar 2050100150200250>=0.0.0-0 <1.0.0
25
likes
130
points
154
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.08 - 2025.03.23

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

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

badges, connectivity_plus, convert, crypto, decimal, device_info_plus, dio, encrypt, event_bus, extended_image, flutter, flutter_easyloading, flutter_screenutil, flutter_spinkit, flutter_svg, get, intl, lottie, modal_bottom_sheet, package_info_plus, permission_handler, rational, shared_preferences, slider_captcha, url_launcher

More

Packages that depend on getx_scaffold