fl_shqj_common 0.0.9 copy "fl_shqj_common: ^0.0.9" to clipboard
fl_shqj_common: ^0.0.9 copied to clipboard

上海泉竣智能科技有限公司Flutter自用基础库

0
likes
105/ 160
pub points
0%
popularity

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

failed
Follow Dart file conventions
15 / 30trigger folding of the section

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.

The package description contains too many non-ASCII characters.

The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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-3-Clause.

failed
Provide documentation
10 / 20trigger folding of the section

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

195 out of 453 API elements (43.0 %) have documentation comments.

Some symbols that are missing documentation: aes_util, aes_util.Aes128EcbPk7, aes_util.Aes128EcbPk7.Aes128EcbPk7, aes_util.Aes128EcbPk7.decode, aes_util.Aes128EcbPk7.encode.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

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 not compatible with platform Web

Because:

  • package:fl_shqj_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:fl_shqj_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:fl_shqj_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:fl_shqj_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.
Package does not support platform `Linux`.

Because:

  • package:fl_shqj_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:fl_shqj_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.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:fl_shqj_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
Pass static analysis
30 / 50trigger folding of the section

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

Found 15 issues. Showing the first 2:

WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: BaseLayout.width, BaseLayout.height, BaseLayout.backgroundColor, BaseLayout.onClick, BaseLayout.linearGradient, BaseLayout.boxShadow, BaseLayout.strokeWidth, BaseLayout.strokeColor, BaseLayout.topLeftRadius, BaseLayout.topRightRadius, BaseLayout.bottomLeftRadius, BaseLayout.bottomRightRadius, BaseLayout.radius, BaseLayout.child, BaseLayout.constraints

lib/components/base_layout.dart:7:7

  ╷
7 │ class BaseLayout extends StatelessWidget {
  │       ^^^^^^^^^^
  ╵

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

WARNING: Unused import: '../services/global.dart'.

lib/components/getx_app.dart:13:8

   ╷
13 │ import '../services/global.dart';
   │        ^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

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

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

Package Constraint Compatible Latest
connectivity_plus ^6.0.5 6.0.5 6.0.5
device_info_plus ^9.0.3 9.1.2 10.1.2
dio ^5.6.0 5.7.0 5.7.0
encrypt ^5.0.1 5.0.3 5.0.3
event_bus ^2.0.0 2.0.0 2.0.0
extended_image ^8.2.0 8.2.4 8.2.4
flutter flutter 0.0.0 0.0.0
flutter_screenutil ^5.9.3 5.9.3 5.9.3
flutter_spinkit ^5.2.1 5.2.1 5.2.1
get ^4.6.6 4.6.6 4.6.6
intl ^0.19.0 0.19.0 0.19.0
lottie ^3.1.2 3.1.2 3.1.2
package_info_plus ^8.0.2 8.0.2 8.0.2
shared_preferences ^2.3.2 2.3.2 2.3.2
url_launcher ^6.3.0 6.3.0 6.3.0
Transitive dependencies
Package Constraint Compatible Latest
archive - 3.6.1 3.6.1
args - 2.5.0 2.5.0
asn1lib - 1.5.5 1.5.5
async - 2.11.0 2.11.0
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.19.0
connectivity_plus_platform_interface - 2.0.1 2.0.1
convert - 3.1.1 3.1.1
crypto - 3.0.5 3.0.5
dbus - 0.7.10 0.7.10
device_info_plus_platform_interface - 7.0.1 7.0.1
dio_web_adapter - 2.0.0 2.0.0
extended_image_library - 4.0.5 4.0.5
ffi - 2.1.3 2.1.3
file - 7.0.0 7.0.0
flutter_web_plugins - 0.0.0 0.0.0
http - 1.2.2 1.2.2
http_client_helper - 3.0.0 3.0.0
http_parser - 4.0.2 4.1.0
js - 0.7.1 0.7.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
nm - 0.5.0 0.5.0
package_info_plus_platform_interface - 3.0.1 3.0.1
path - 1.9.0 1.9.0
path_provider - 2.1.4 2.1.4
path_provider_android - 2.2.10 2.2.10
path_provider_foundation - 2.4.0 2.4.0
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.5 3.1.5
plugin_platform_interface - 2.1.8 2.1.8
pointycastle - 3.9.1 3.9.1
shared_preferences_android - 2.3.2 2.3.2
shared_preferences_foundation - 2.5.2 2.5.2
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.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.3.0 1.3.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.3.2 1.3.2
url_launcher_android - 6.3.10 6.3.10
url_launcher_ios - 6.3.1 6.3.1
url_launcher_linux - 3.2.0 3.2.0
url_launcher_macos - 3.2.0 3.2.0
url_launcher_platform_interface - 2.3.2 2.3.2
url_launcher_web - 2.3.3 2.3.3
url_launcher_windows - 3.1.2 3.1.2
vector_math - 2.1.4 2.1.4
web - 1.0.0 1.0.0
win32 - 5.5.4 5.5.4
win32_registry - 1.1.5 1.1.5
xdg_directories - 1.0.4 1.0.4
xml - 6.5.0 6.5.0

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

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.12, Flutter 3.24.2, Dart 3.5.2.

Check the analysis log for details.

0
likes
105
pub points
0%
popularity

Publisher

unverified uploader

上海泉竣智能科技有限公司Flutter自用基础库

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

connectivity_plus, device_info_plus, dio, encrypt, event_bus, extended_image, flutter, flutter_screenutil, flutter_spinkit, get, intl, lottie, package_info_plus, shared_preferences, url_launcher

More

Packages that depend on fl_shqj_common