Flutter Gems is a curated list of 7000+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Math Utilities packages
Last updated: October 19, 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
👍 362 ⬇️ 6.4M
Dart 3 compatibleMaintenance Status: Good
A Vector Math library for 2D and 3D applications.
boolean_selector
👍 36 ⬇️ 5.7M
Dart 3 compatibleMaintenance Status: Good
A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.
graphs
👍 130 ⬇️ 5.1M
Dart 3 compatibleMaintenance Status: Average
Graph algorithms that operate on graphs in any representation.
decimal
👍 414 ⬇️ 540.2K
Dart 3 compatibleMaintenance Status: Good
The decimal package allows you to deal with decimal numbers without losing precision.
rational
👍 23 ⬇️ 559K
Dart 3 compatibleMaintenance Status: Average
The rational package allows you to deal with rational numbers.
math_expressions
👍 367 ⬇️ 65.8K
Dart 3 compatibleMaintenance Status: Good
A library for parsing and evaluating mathematical expressions, supporting real numbers, vectors, and basic interval arithmetic.
adaptive_number
👍 2 ⬇️ 402.1K
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.
diffutil_dart
👍 94 ⬇️ 220.2K
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.
matrix4_transform
👍 176 ⬇️ 53.8K
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.
hex
👍 38 ⬇️ 160.3K
Dart 3 compatibleMaintenance Status: Poor
Easy hexadecimal convertion using dart:convert API.
dart_earcut
👍 7 ⬇️ 192.5K
Dart 3 compatibleMaintenance Status: Good
Performant triangulation algorithm based on https://github.com/mapbox/earcut
polylabel
👍 9 ⬇️ 162K
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.
scidart
👍 124 ⬇️ 6.2K
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.
flutter_simple_calculator
👍 122 ⬇️ 2.1K
Dart 3 compatibleMaintenance Status: Good
Flutter widget that provides simple calculator. You can easily integrate a calculator to your apps.
ml_linalg
👍 85 ⬇️ 30.2K
Dart 3 compatibleMaintenance Status: Average
SIMD-based linear algebra and statistics, efficient manipulation with numeric data
crclib
👍 16 ⬇️ 117.1K
Dart 3 compatibleMaintenance Status: Poor
Collection of cyclic redundancy check (CRC) routines as Dart converters.
expressions
👍 97 ⬇️ 1.1K
Dart 3 compatibleMaintenance Status: Good
A library to parse and evaluate simple dart and javascript like expressions.
equations
👍 85 ⬇️ 1.8K
Dart 3 compatibleMaintenance Status: Poor
An equation-solving library that also works with complex numbers and fractions.
function_tree
👍 74 ⬇️ 6.5K
Dart 3 compatibleMaintenance Status: Average
A simple library for parsing strings into callable function-trees.
matrix2d
👍 41 ⬇️ 48.4K
Dart 3 compatibleMaintenance Status: Poor
Matrix 2D is a package for mathematical 2D array functions and manipulations in Dart, similar to NumPy
fraction
👍 64 ⬇️ 15.5K
Dart 3 compatibleMaintenance Status: Good
A package that helps you work with fractions and mixed fractions.
units_converter
👍 67 ⬇️ 5.4K
Dart 3 compatibleMaintenance Status: Good
Simple and light units conversion package for all your needs.
trotter
👍 65 ⬇️ 6.3K
Dart 3 compatibleMaintenance Status: Good
Class definitions for pseudo-lists that simplify working with structures commonly encountered in combinatorics such as permutations, combinations and subsets.
rbush
👍 10 ⬇️ 69.5K
Dart 3 compatibleMaintenance Status: Poor
RBush — a high-performance R-tree-based 2D spatial index for points and rectangles.
converter
👍 21 ⬇️ 52.8K
Dart 3 compatibleMaintenance Status: Average
A Dart library for converting between different units of measurement for various quantities
bezier
👍 57 ⬇️ 4.6K
Dart 3 compatibleMaintenance Status: Poor
A 2D Bézier curve math library.
google_maps_utils
👍 60 ⬇️ 2
Dart 3 compatibleMaintenance Status: Poor
Initial version comes with the 3 main Classes. SphericalUtils, MathUtils and PolyUtils, calculating bounds, distances headings and many more.
fftea
👍 57 ⬇️ 120
Dart 3 compatibleMaintenance Status: Average
Fast Fourier Transform (FFT) library that can handle inputs of any size. Includes related tools such as STFT and convolution.
sweepline_intersections
👍 7 ⬇️ 64.3K
Dart 3 compatibleMaintenance Status: Average
A small and fast module using a sweepline algorithm to detect intersections between polygons and/or polylines.
fixed
👍 10 ⬇️ 58.9K
Dart 3 compatibleMaintenance Status: Good
Fixed scale decimal numbers with mathematical operations, formatting and parsing.
numerus
👍 18 ⬇️ 43.3K
Dart 3 compatibleMaintenance Status: Average
Dart extensions for translating integers to Roman numerals and Roman numeral strings to integers.
turf_pip
👍 1 ⬇️ 64.2K
Dart 3 compatibleMaintenance Status: Average
A small library for detecting if a point lies inside a polygon
adhan_dart
👍 46 ⬇️ 712
Dart 3 compatibleMaintenance Status: Average
Library to calculate prayer times for muslims. Based on precise astronomical formula.
invertible
👍 3 ⬇️ 53K
Dart 3 compatibleMaintenance Status: Poor
A Dart library for defining invertible functions and their compositions
rnd
👍 33 ⬇️ 10.5K
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).
advance_math
👍 40 ⬇️ 614
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.
stats
👍 36 ⬇️ 3.9K
Dart 3 compatibleMaintenance Status: Good
Calculate common statistical values for a set of numbers: max, min, mean, median, standard deviation, and standard error.
data
👍 15 ⬇️ 26.9K
Dart 3 compatibleMaintenance Status: Good
A time and space efficient collection of data structures and algorithms to deal with data in Dart.
big_decimal
👍 18 ⬇️ 21.3K
Dart 3 compatibleMaintenance Status: Poor
A bugless implementation of BigDecimal in Dart based on Java's BigDecimal
superdeclarative_geometry
👍 33 ⬇️ 126
Dart 3 compatibleMaintenance Status: Poor
First-class support for angles, polar coordinates, and more.
binary
👍 24 ⬇️ 9.4K
Dart 3 compatibleMaintenance Status: Average
Utilities for accessing binary data and bit manipulation in Dart.
statistics
👍 26 ⬇️ 6.6K
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.
dart_jts
👍 30 ⬇️ 318
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.
expression_language
👍 29 ⬇️ 190
Dart 3 compatibleMaintenance Status: Poor
Library for parsing and evaluating simple expression language with additional references
angles
👍 20 ⬇️ 11.8K
Dart 3 compatibleMaintenance Status: Poor
Utility library for handling angles in radians, degrees and turns.
eval_ex
👍 26 ⬇️ 2.9K
Dart 3 compatibleMaintenance Status: Good
A mathematical and boolean expression evaluator, ported from https://github.com/uklimaschewski/EvalEx.
chance_dart
👍 28 ⬇️ 59
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.
currency_type
👍 27 ⬇️ 34
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 ⬇️ 57
Dart 3 compatibleMaintenance Status: Poor
A New Flutter Plugin for Converting the Currencies Dynamic and contain multi currency very easy to use.
compute
👍 22 ⬇️ 4.3K
Dart 3 compatibleMaintenance Status: Poor
Flutter's compute function made available for all non-Flutter Dart programs
live_currency_rate
👍 25 ⬇️ 217
Dart 3 compatibleMaintenance Status: Good
Package which connects to the Skysol Server and Live Currency Rate changes. Used to Get Rates of currency or convert rates from one currency to other.
n_dimensional_array
👍 23 ⬇️ 47
Dart 3 compatibleMaintenance Status: Good
Allows for the creation and easy manipulation of n-dimensional arrays in Dart.
a_star_algorithm
👍 22 ⬇️ 733
Dart 3 compatibleMaintenance Status: Good
Package that uses the A * algorithm to find a way to the destination through the barriers.
num_utilities
👍 2 ⬇️ 26.2K
Dart 3 compatibleMaintenance Status: Poor
A collection of extension methods for nums, ints, and doubles; and iterables of nums, ints, and doubles.
algorithmic
👍 21 ⬇️ 971
Dart 3 compatibleMaintenance Status: Poor
A collection of useful algorithms keeping performance and flexibility on mind.
point_in_polygon
👍 20 ⬇️ 2K
Dart 3 compatibleMaintenance Status: Poor
A new Flutter package project.
darwin
👍 20 ⬇️ 86
Dart 3 compatibleMaintenance Status: Poor
A genetic/evolutionary algorithm library for Dart.
power_extensions
👍 0 ⬇️ 23K
Dart 3 compatibleMaintenance Status: Average
Extensions for the core dart language classes.
packages_extensions
👍 0 ⬇️ 22.5K
Dart 3 compatibleMaintenance Status: Average
Extensions for non Dart core packages.
astronomical_measurements
👍 5 ⬇️ 48
Dart 3 compatibleMaintenance Status: Average
The library for keeping and converting astronomical measurements. Feel free to use it in your awesome projects.
debt_simplification
👍 5 ⬇️ 32
Dart 3 compatibleMaintenance Status: Average
A Dart function for simplifying group debt settlements, similar to 'Quick Split'.
atmospeed
👍 0 ⬇️ 23
Dart 3 compatibleMaintenance Status: Poor
Calculate standard and non-standard atmosphere properties and speed conversions. Uses 1976 US Standard Atmosphere definitions.
finance_quote
👍 29 ⬇️ 32
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 ⬇️ 9
Maintenance Status: Poor
A library for checking if given point(s) is present inside Polygon or not.
extended_math
👍 25 ⬇️ 33
Maintenance Status: Poor
Library that add functionality of all maths sections that don't exist in dart:math.