toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 283 packages
Sort by PUB-AZS
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
Some algorithms and data structures for Dart. Such as Trie, MPHF and Bloom Filter.
A novel symmetric encryption algorithm implemented in Dart.
hqx ("hq" stands for "high quality" and "x" stands for magnification) is one of the pixel art scaling algorithms developed by Maxim Stepin, used in emulators such as Nestopia, bsnes, ZSNES, Snes9x, FCE Ultra and many more. There are 3 hqx filters: hq2x, hq3x, and hq4x, which magnify by factor of 2, 3, and 4 respectively. hqx-dart is a dart port of the hql-java, which is a port of hqxSharp C#, which itself is a port of the original hqx C project
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 implementation of logical unification for dart and flutter based on the algorithm by Ruzicka und Privara.
An package which generates mock-data using the PCG algorithm.
Implementations of common cache replacement algorithms. Includes LRU, TLRU, LFU.