toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 283 packages
Sort by PUB-AZS
polyline simplification it uses a combination of Douglas-Peucker and Radial Distance algorithms. Polyline simplification dramatically reduces the number of points in a polyline while retaining its shape, giving a huge performance boost when processing it and also reducing visual noise. For example, it's essential when rendering a 70k-points line chart or a map route in the browser using Canvas or SVG.
A Dart package for generating and resolving Decentralized Identifiers (DIDs) using various cryptographic algorithms, including P-256 and Ed25519. This package provides functionality to create DIDs, resolve them to obtain public keys.
path finding algorithms for 2D grid and graph
A Flutter package for photo analysis that detects and crops faces from images. This package uses advanced algorithms to analyze images, detect human faces, and extract them as cropped segments for further use or processing.
Make drawing with Flutter concise, powerful and easy. 2D creative code/algorithmic art framework with helpers for creating shapes, iteration, (pseudo)randomness and more.
A lodash package in dart for flutter developer to make their life easier and implementing algorithm in their app much more interesting.
Simple implementation of the sm2 spaced repetition algorithm. It calculates the number of days to wait before reviewing a piece of information based on how easily the the information was remembered today.
Implementation of the Bron–Kerbosch maximal cliques algorithm in Dart
Maze builder using a Dart implementation of Eller's Algorithm. This algorithm creates 'perfect' mazes, which guarantees a single path between any two cells.
Split Korean text into sentences using heuristic algorithm.