toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 175 packages
Sort by PUB-AZS
Solar Position Algorithm used for finding the orientation of the sun at any point on earth.
A Dart implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm.
Pure Dart utility package for the JSON Patch standard. Can apply patch operations as well as perform a diff algorithm on JSON-like objects.
Calculates the convex hull of a given set of points. Monotone chain is used as algorithm.
Simple Luhn digit algorithm implementation
Pure secp256k1 signature algorithm implement for dart language which uses pure dart and basic types to represent all matters
LZMA compression library written in pure dart. Use this library to compress and decompress using the LZMA algorithm.
Reduce a word to its root form using the Porter English stemming algorithm.
A collection of phonetic algorithms. These algorithms help find words or names that sound similar by generating an encoding that can be compared or indexed for fuzzy searching.
Dart port of the JS library https://github.com/kchapelier/fast-2d-poisson-disk-sampling. Fast 2D Poisson Disk Sampling based on a modified Bridson algorithm