util_xx 0.2.3 copy "util_xx: ^0.2.3" to clipboard
util_xx: ^0.2.3 copied to clipboard

节流、防抖、重复触发、限制单次触发、流

125/ 160
pub points
30
downloads

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

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

Failed check 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 50 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.

Failed to verify repository URL.

pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

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: util_xx,
    • contains a version property, and,
    • does not contain a publish_to property.

Failed check 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.

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

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

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

46 out of 175 API elements (26.3 %) have documentation comments.

Some symbols that are missing documentation: Eventxx, Eventxx.EventxxAvailable_c, Eventxx.EventxxAvailable_c.EventxxAvailable_c.new, Eventxx.EventxxBase_c, Eventxx.EventxxBase_c.EventxxBase_c.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

Passed check 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:util_xx/util_xx.dart that imports:
  • package:util_xx/Utilxx.dart that imports:
  • package:util_xx/Platformxx.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 11 issues. Showing the first 2:

INFO: Missing type annotation.

lib/Eventxx.dart:57:7

   ╷
57 │   set value(in_value) => notify(in_value);
   │       ^^^^^
   ╵

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

INFO: Angle brackets will be interpreted as HTML.

lib/Eventxx.dart:302:13

    ╷
302 │   /// * 返回值 <bool>
    │             ^^^^^^
    ╵

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

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

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

Package Constraint Compatible Latest Notes
logging ^1.2.0 1.3.0 1.3.0

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

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.23.10, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
125
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

节流、防抖、重复触发、限制单次触发、流

Documentation

API reference

License

MIT (license)

Dependencies

logging

More

Packages that depend on util_xx