function_filter 1.1.5 copy "function_filter: ^1.1.5" to clipboard
function_filter: ^1.1.5 copied to clipboard

A Dart library for function filtering utilities, providing tools for debouncing and throttling function executions based on time intervals.

9
likes
150/ 160
pub points
37%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

OUT: Documenting function_filter... Discovering libraries... Linking elements... Precaching local docs for 137361 elements... Initialized dartdoc with 50 libraries Generating docs for library throttler.dart from package:function_filter/throttler.dart... Generating docs for library function_filter.dart from package:function_filter/function_filter.dart... Generating docs for library debouncer.dart from package:function_filter/debouncer.dart... Generating docs for library call_aggregator.dart from package:function_filter/call_aggregator.dart... Documented 4 public libraries in 20.9 seconds ERR: warning: function_filter has no library level documentation comments from function_filter: (file:///tmp/pana_ZVCRWT/lib/throttler.dart:1:9) error: file already written at "function_filter/function_filter-library.html" for symbol function_filter: (file:///tmp/pana_ZVCRWT/lib/function_filter.dart:6:9) conflicting with file already generated by function_filter: (file:///tmp/pana_ZVCRWT/lib/throttler.dart:1:9) Dartdoc generates a path and filename to write to for each symbol. 'function_filter' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library name, or class name (if appropriate) of one of the conflicting items can resolve the conflict. Alternatively, use the @nodoc directive in one [19 more lines]

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

OK
Pass static analysis
50 / 50trigger folding of the section

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

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

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

No dependencies.

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.13, Dart 3.5.3.

Check the analysis log for details.

9
likes
150
pub points
37%
popularity

Publisher

verified publishermopriestt.com

A Dart library for function filtering utilities, providing tools for debouncing and throttling function executions based on time intervals.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on function_filter