Flutter Gems is a curated list of 6700+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Math Utilities packages
Last updated: March 23, 2025
The complete list of Dart and Flutter packages that provide functions and utilities related to Mathematics, Scientific, Finance and Statistics, is provided below.
vector_math
π 338 β¬οΈ 5.1M
Dart 3 compatibleMaintenance Status: Poor
A Vector Math library for 2D and 3D applications.
boolean_selector
π 27 β¬οΈ 4.9M
Dart 3 compatibleMaintenance Status: Good
A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.
graphs
π 117 β¬οΈ 4.4M
Dart 3 compatibleMaintenance Status: Good
Graph algorithms that operate on graphs in any representation.
decimal
π 386 β¬οΈ 597.5K
Dart 3 compatibleMaintenance Status: Good
The decimal package allows you to deal with decimal numbers without losing precision.
rational
π 21 β¬οΈ 636.2K
Dart 3 compatibleMaintenance Status: Good
The rational package allows you to deal with rational numbers.
math_expressions
π 347 β¬οΈ 47.9K
Dart 3 compatibleMaintenance Status: Good
A library for parsing and evaluating mathematical expressions, supporting real numbers, vectors, and basic interval arithmetic.
adaptive_number
π 1 β¬οΈ 311.8K
Dart 3 compatibleMaintenance Status: Poor
Library providing an adaptive number implementation. On JS runtimes, a 64-bit signed fixed-width integer will be used and for all other platforms the default Dart int data type.
matrix4_transform
π 172 β¬οΈ 55.2K
Dart 3 compatibleMaintenance Status: Good
A helper math class for easily creating Matrix4 transformations, which you can use in the Container's transform parameter and elsewhere.
diffutil_dart
π 89 β¬οΈ 134.8K
Dart 3 compatibleMaintenance Status: Average
Calculate the difference between two lists as list of edit operations. Used for example for implicitly animating Flutter lists without having to maintain a StatefulWidget.
polylabel
π 9 β¬οΈ 189.6K
Dart 3 compatibleMaintenance Status: Poor
A fast algorithm for finding polygon pole of inaccessibility implemented as a Dart library. Useful for optimal placement of a text label on a polygon.
hex
π 37 β¬οΈ 141.7K
Dart 3 compatibleMaintenance Status: Poor
Easy hexadecimal convertion using dart:convert API.
crclib
π 15 β¬οΈ 133K
Dart 3 compatibleMaintenance Status: Poor
Collection of cyclic redundancy check (CRC) routines as Dart converters.
scidart
π 121 β¬οΈ 7.7K
Dart 3 compatibleMaintenance Status: Poor
Cross-platform scientific library for Dart. The main goal of SciDart is run where Dart can run, in other words, run on Flutter, Dart CLI, Dart web, etc.
dart_earcut
π 6 β¬οΈ 132.7K
Dart 3 compatibleMaintenance Status: Good
Performant triangulation algorithm based on https://github.com/mapbox/earcut

flutter_simple_calculator
π 118 β¬οΈ 4K
Dart 3 compatibleMaintenance Status: Good
Flutter widget that provides simple calculator. You can easily integrate a calculator to your apps.
ml_linalg
π 78 β¬οΈ 47.4K
Dart 3 compatibleMaintenance Status: Good
SIMD-based linear algebra and statistics, efficient manipulation with numeric data
expressions
π 93 β¬οΈ 1.1K
Dart 3 compatibleMaintenance Status: Good
A library to parse and evaluate simple dart and javascript like expressions.
converter
π 20 β¬οΈ 77.3K
Dart 3 compatibleMaintenance Status: Average
A Dart library for converting between different units of measurement for various quantities

equations
π 82 β¬οΈ 2.2K
Dart 3 compatibleMaintenance Status: Average
An equation-solving library that also works with complex numbers and fractions.

fraction
π 62 β¬οΈ 19K
Dart 3 compatibleMaintenance Status: Good
A package that helps you work with fractions and mixed fractions.
function_tree
π 74 β¬οΈ 5K
Dart 3 compatibleMaintenance Status: Average
A simple library for parsing strings into callable function-trees.
fixed
π 7 β¬οΈ 75.6K
Dart 3 compatibleMaintenance Status: Good
Fixed scale decimal numbers with mathematical operations, formatting and parsing.
matrix2d
π 41 β¬οΈ 35.8K
Dart 3 compatibleMaintenance Status: Poor
Matrix 2D is a package for mathematical 2D array functions and manipulations in Dart, similar to NumPy
invertible
π 3 β¬οΈ 77.9K
Dart 3 compatibleMaintenance Status: Poor
A Dart library for defining invertible functions and their compositions
trotter
π 64 β¬οΈ 3.8K
Dart 3 compatibleMaintenance Status: Average
Class definitions for pseudo-lists that simplify working with structures commonly encountered in combinatorics such as permutations, combinations and subsets.
numerus
π 17 β¬οΈ 55K
Dart 3 compatibleMaintenance Status: Good
Dart extensions for translating integers to Roman numerals and Roman numeral strings to integers.
units_converter
π 61 β¬οΈ 3.6K
Dart 3 compatibleMaintenance Status: Good
Simple and light units conversion package for all your needs.
google_maps_utils
π 60 β¬οΈ 59
Dart 3 compatibleMaintenance Status: Average
Initial version comes with the 3 main Classes. SphericalUtils, MathUtils and PolyUtils, calculating bounds, distances headings and many more.
bezier
π 55 β¬οΈ 4K
Dart 3 compatibleMaintenance Status: Poor
A 2D BΓ©zier curve math library.
fftea
π 54 β¬οΈ 151
Dart 3 compatibleMaintenance Status: Good
Fast Fourier Transform (FFT) library that can handle inputs of any size. Includes related tools such as STFT and convolution.
rbush
π 9 β¬οΈ 46.3K
Dart 3 compatibleMaintenance Status: Average
RBush β a high-performance R-tree-based 2D spatial index for points and rectangles.
data
π 15 β¬οΈ 37.7K
Dart 3 compatibleMaintenance Status: Good
A time and space efficient collection of data structures and algorithms to deal with data in Dart.
adhan_dart
π 43 β¬οΈ 583
Dart 3 compatibleMaintenance Status: Good
Library to calculate prayer times for muslims. Based on precise astronomical formula.
sweepline_intersections
π 7 β¬οΈ 41.5K
Dart 3 compatibleMaintenance Status: Average
A small and fast module using a sweepline algorithm to detect intersections between polygons and/or polylines.
num_utilities
π 1 β¬οΈ 46.5K
Dart 3 compatibleMaintenance Status: Poor
A collection of extension methods for nums, ints, and doubles; and iterables of nums, ints, and doubles.
big_decimal
π 17 β¬οΈ 25.5K
Dart 3 compatibleMaintenance Status: Poor
A bugless implementation of BigDecimal in Dart based on Java's BigDecimal
rnd
π 32 β¬οΈ 6.7K
Dart 3 compatibleMaintenance Status: Poor
Extension methods & helpers for Random, and a globally accessible instance. Ex. rnd(10), rnd.getItem(list), rnd.getBit(0.8).
dart_jts
π 30 β¬οΈ 8.9K
Dart 3 compatibleMaintenance Status: Average
An ongoing effort to port the Java Topology Suite to the dart programming language and make it available to its mobile, dektop and web environments.
turf_pip
π 1 β¬οΈ 41.5K
Dart 3 compatibleMaintenance Status: Average
A small library for detecting if a point lies inside a polygon
stats
π 31 β¬οΈ 3.5K
Dart 3 compatibleMaintenance Status: Average
Calculate common statistical values for a set of numbers: max, min, mean, median, standard deviation, and standard error.
mod97
π 0 β¬οΈ 38.6K
Dart 3 compatibleMaintenance Status: Poor
Calculate the modulo 97.
binary
π 23 β¬οΈ 11.9K
Dart 3 compatibleMaintenance Status: Good
Utilities for accessing binary data and bit manipulation in Dart.
superdeclarative_geometry
π 33 β¬οΈ 95
Dart 3 compatibleMaintenance Status: Poor
First-class support for angles, polar coordinates, and more.
statistics
π 26 β¬οΈ 5.2K
Dart 3 compatibleMaintenance Status: Good
Statistics package for easy and efficient data manipulation with built-in Bayesian Network (Bayes Net), many mathematical functions and tools.
advance_math
π 30 β¬οΈ 496
Dart 3 compatibleMaintenance Status: Good
A robust Dart library for comprehensive mathematical programming. Offers expressions, complex numbers, algebra, statistics, angles, and geometry for diverse computations.
chance_dart
π 28 β¬οΈ 50
Dart 3 compatibleMaintenance Status: Poor
Chance Dart is a free Open Source project that lets you create random strings, integers, and other things to help with tiresome tasks, especially when building automated tests.
compute
π 22 β¬οΈ 6.8K
Dart 3 compatibleMaintenance Status: Poor
Flutter's compute function made available for all non-Flutter Dart programs
angles
π 20 β¬οΈ 8.9K
Dart 3 compatibleMaintenance Status: Poor
Utility library for handling angles in radians, degrees and turns.
eval_ex
π 25 β¬οΈ 3.1K
Dart 3 compatibleMaintenance Status: Good
A mathematical and boolean expression evaluator, ported from https://github.com/uklimaschewski/EvalEx.
expression_language
π 27 β¬οΈ 163
Dart 3 compatibleMaintenance Status: Poor
Library for parsing and evaluating simple expression language with additional references
currency_type
π 26 β¬οΈ 137
Dart 3 compatibleMaintenance Status: Good
Currency type for Dart and Flutter, a large numeric type, with exactly four digit after the decimal point, appropriate for financial calculations.
money_converter
π 26 β¬οΈ 70
Dart 3 compatibleMaintenance Status: Poor
A New Flutter Plugin for Converting the Currencies Dynamic and contain multi currency very easy to use.
n_dimensional_array
π 22 β¬οΈ 180
Dart 3 compatibleMaintenance Status: Good
Allows for the creation and easy manipulation of n-dimensional arrays in Dart.
power_extensions
π 0 β¬οΈ 25.2K
Dart 3 compatibleMaintenance Status: Good
Extensions for the core dart language classes.
point_in_polygon
π 20 β¬οΈ 1.9K
Dart 3 compatibleMaintenance Status: Poor
A new Flutter package project.
algorithmic
π 21 β¬οΈ 609
Dart 3 compatibleMaintenance Status: Poor
A collection of useful algorithms keeping performance and flexibility on mind.
a_star_algorithm
π 20 β¬οΈ 1.3K
Dart 3 compatibleMaintenance Status: Good
Package that uses the A * algorithm to find a way to the destination through the barriers.
packages_extensions
π 0 β¬οΈ 24.2K
Dart 3 compatibleMaintenance Status: Good
Extensions for non Dart core packages.
darwin
π 20 β¬οΈ 76
Dart 3 compatibleMaintenance Status: Poor
A genetic/evolutionary algorithm library for Dart.
astronomical_measurements
π 5 β¬οΈ 53
Dart 3 compatibleMaintenance Status: Good
The library for keeping and converting astronomical measurements. Feel free to use it in your awesome projects.
debt_simplification
π 5 β¬οΈ 40
Dart 3 compatibleMaintenance Status: Average
A Dart function for simplifying group debt settlements, similar to 'Quick Split'.
atmospeed
π 0 β¬οΈ 39
Dart 3 compatibleMaintenance Status: Poor
Calculate standard and non-standard atmosphere properties and speed conversions. Uses 1976 US Standard Atmosphere definitions.
finance_quote
π 30 β¬οΈ 34
Maintenance Status: Poor
A multi-platform API to retrieve quote information and prices for stocks (e.g. Amazon, Google), commodities (e.g. Gold, Oil) and crypto-currencies (e.g. Bitcoin, Ethereum).
poly
π 29 β¬οΈ 20
Maintenance Status: Poor
A library for checking if given point(s) is present inside Polygon or not.
extended_math
π 25 β¬οΈ 69
Maintenance Status: Poor
Library that add functionality of all maths sections that don't exist in dart:math.