toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 211 packages
Sort by PUB-AZS
A high-performance, secure encryption library for Dart, leveraging the powerful **ChaCha20-Poly1305** algorithm.
Dart implementation of Herbert Kociemba's two-phase algorithm for solving Rubik's Cube.
A Flutter package that checks plagiarism using Cosine Similarity and Jaccard Similarity algorithms.#plagiarism#text-similarity#cosine-similarity#jaccard-similarity#string-similarity
Contains algorithm to perform synchronization between Drift database and server API
Implementation of the token bucket algorithm for rate limiting e.g. network requests or user actions.#rate-limit#token-bucket#algorithm#security
A novel symmetric encryption algorithm implemented in Dart.
Package for email validation with domain correction suggestions using configurable similarity algorithms.#email#validation#domain-correction#levenshtein#jaro-winkler
Bandart (combination of "Bandits" and "Dart") is a library for bandit algorithms in Dart. It provides Bayesian Models for statistical analysis for the data..
An package which generates mock-data using the PCG algorithm.
Implementations of common cache replacement algorithms. Includes LRU, TLRU, LFU.