toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 175 packages
Sort by PUB-AZS
Token Bucket is a Dart library for implementing rate limiting using the token bucket algorithm. It provides a simple and efficient way to control the rate of actions in your application.#rate-limit#token-bucket
Jeesite 4's des algorithm.
A package for datastructures and algorithms.
A Dart package for fuzzy string comparison using Levenshtein, Jaccard, and Cosine algorithms. Supports Turkish character normalization.
Cryptographic algorithms for encryption, digital signatures, key agreement, authentication, and hashing. AES, Chacha20, ED25519, X25519, and more. Web Crypto support.
Polyline simplification algorithms, made simple! Sporting exciting algorithms such as Ramer-Douglas-Peucker and Visvalingam.
Dart implementation of lz-string compression algorithm. Originally written in JavaScript, for more details, please refer to http://pieroxy.net/blog/pages/lz-string/index.html
Implementation of exponential backoff algorithm using pure dart
xxHash is an extremely fast non-cryptographic hash algorithm, This package is an implementation of xxh64 for Dart.
Luhn algorithm is an implementation of the famous Luhn algorithm in Dart. Generate, checksum and validate.