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: January 26, 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
π 331 β¬οΈ 3.5M
Dart 3 compatibleMaintenance Status: Poor
A Vector Math library for 2D and 3D applications.
graphs
π 114 β¬οΈ 3.5M
Dart 3 compatibleMaintenance Status: Good
Graph algorithms that operate on graphs in any representation.
boolean_selector
π 26 β¬οΈ 3.5M
Dart 3 compatibleMaintenance Status: Good
A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.
decimal
π 376 β¬οΈ 385.5K
Dart 3 compatibleMaintenance Status: Good
The decimal package allows you to deal with decimal numbers without losing precision.
rational
π 19 β¬οΈ 421.3K
Dart 3 compatibleMaintenance Status: Good
The rational package allows you to deal with rational numbers.
math_expressions
π 339 β¬οΈ 34.8K
Dart 3 compatibleMaintenance Status: Good
A library for parsing and evaluating mathematical expressions, supporting real numbers, vectors, and basic interval arithmetic.
adaptive_number
π 1 β¬οΈ 210.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.
matrix4_transform
π 171 β¬οΈ 39.7K
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
π 85 β¬οΈ 103.1K
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.
hex
π 37 β¬οΈ 122K
Dart 3 compatibleMaintenance Status: Poor
Easy hexadecimal convertion using dart:convert API.
polylabel
π 9 β¬οΈ 141.1K
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.
crclib
π 14 β¬οΈ 110.2K
Dart 3 compatibleMaintenance Status: Poor
Collection of cyclic redundancy check (CRC) routines as Dart converters.
dart_earcut
π 6 β¬οΈ 100.3K
Dart 3 compatibleMaintenance Status: Good
Performant triangulation algorithm based on https://github.com/mapbox/earcut
scidart
π 120 β¬οΈ 5.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 Card Image](/media-cards/flutter_simple_calculator.png)
flutter_simple_calculator
π 113 β¬οΈ 2.1K
Dart 3 compatibleMaintenance Status: Good
Flutter widget that provides simple calculator. You can easily integrate a calculator to your apps.
ml_linalg
π 76 β¬οΈ 30.8K
Dart 3 compatibleMaintenance Status: Good
SIMD-based linear algebra and statistics, efficient manipulation with numeric data
converter
π 20 β¬οΈ 65.4K
Dart 3 compatibleMaintenance Status: Average
A Dart library for converting between different units of measurement for various quantities
expressions
π 90 β¬οΈ 1.4K
Dart 3 compatibleMaintenance Status: Good
A library to parse and evaluate simple dart and javascript like expressions.
invertible
π 3 β¬οΈ 67.6K
Dart 3 compatibleMaintenance Status: Poor
A Dart library for defining invertible functions and their compositions
![equations Card Image](/media-cards/equations.png)
equations
π 82 β¬οΈ 1.4K
Dart 3 compatibleMaintenance Status: Average
An equation-solving library that also works with complex numbers and fractions.
numerus
π 16 β¬οΈ 53.5K
Dart 3 compatibleMaintenance Status: Good
Dart extensions for translating integers to Roman numerals and Roman numeral strings to integers.
function_tree
π 74 β¬οΈ 4.4K
Dart 3 compatibleMaintenance Status: Average
A simple library for parsing strings into callable function-trees.
![fraction Card Image](/media-cards/fraction.png)
fraction
π 61 β¬οΈ 14.1K
Dart 3 compatibleMaintenance Status: Good
A package that helps you work with fractions and mixed fractions.
matrix2d
π 41 β¬οΈ 29.7K
Dart 3 compatibleMaintenance Status: Poor
Matrix 2D is a package for mathematical 2D array functions and manipulations in Dart, similar to NumPy
trotter
π 64 β¬οΈ 2.5K
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.
units_converter
π 61 β¬οΈ 2.7K
Dart 3 compatibleMaintenance Status: Good
Simple and light units conversion package for all your needs.
google_maps_utils
π 60 β¬οΈ 7
Dart 3 compatibleMaintenance Status: Average
Initial version comes with the 3 main Classes. SphericalUtils, MathUtils and PolyUtils, calculating bounds, distances headings and many more.
fixed
π 7 β¬οΈ 43.7K
Dart 3 compatibleMaintenance Status: Good
Fixed scale decimal numbers with mathematical operations, formatting and parsing.
bezier
π 54 β¬οΈ 2.1K
Dart 3 compatibleMaintenance Status: Poor
A 2D BΓ©zier curve math library.
fftea
π 50 β¬οΈ 289
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 β¬οΈ 29.8K
Dart 3 compatibleMaintenance Status: Average
RBush β a high-performance R-tree-based 2D spatial index for points and rectangles.
big_decimal
π 17 β¬οΈ 21.5K
Dart 3 compatibleMaintenance Status: Average
A bugless implementation of BigDecimal in Dart based on Java's BigDecimal
adhan_dart
π 40 β¬οΈ 295
Dart 3 compatibleMaintenance Status: Good
Library to calculate prayer times for muslims. Based on precise astronomical formula.
statistics
π 26 β¬οΈ 11.1K
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.
rnd
π 31 β¬οΈ 5.8K
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).
sweepline_intersections
π 6 β¬οΈ 26.2K
Dart 3 compatibleMaintenance Status: Good
A small and fast module using a sweepline algorithm to detect intersections between polygons and/or polylines.
data
π 14 β¬οΈ 19.1K
Dart 3 compatibleMaintenance Status: Good
A time and space efficient collection of data structures and algorithms to deal with data in Dart.
dart_jts
π 29 β¬οΈ 4.5K
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.
stats
π 31 β¬οΈ 2.3K
Dart 3 compatibleMaintenance Status: Average
Calculate common statistical values for a set of numbers: max, min, mean, median, standard deviation, and standard error.
superdeclarative_geometry
π 33 β¬οΈ 91
Dart 3 compatibleMaintenance Status: Poor
First-class support for angles, polar coordinates, and more.
turf_pip
π 1 β¬οΈ 26.2K
Dart 3 compatibleMaintenance Status: Good
A small library for detecting if a point lies inside a polygon
binary
π 23 β¬οΈ 7.1K
Dart 3 compatibleMaintenance Status: Good
Utilities for accessing binary data and bit manipulation in Dart.
compute
π 22 β¬οΈ 6.8K
Dart 3 compatibleMaintenance Status: Poor
Flutter's compute function made available for all non-Flutter Dart programs
power_extensions
π 0 β¬οΈ 25K
Dart 3 compatibleMaintenance Status: Good
Extensions for the core dart language classes.
packages_extensions
π 0 β¬οΈ 24.1K
Dart 3 compatibleMaintenance Status: Good
Extensions for non Dart core packages.
mod97
π 0 β¬οΈ 23.8K
Dart 3 compatibleMaintenance Status: Poor
Calculate the modulo 97.
advance_math
π 28 β¬οΈ 220
Dart 3 compatibleMaintenance Status: Good
A robust Dart library for comprehensive mathematical programming. Offers complex numbers, algebra, statistics, angles, and geometry for diverse computations.
chance_dart
π 28 β¬οΈ 28
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.
num_utilities
π 1 β¬οΈ 22.5K
Dart 3 compatibleMaintenance Status: Poor
A collection of extension methods for nums, ints, and doubles; and iterables of nums, ints, and doubles.
expression_language
π 27 β¬οΈ 158
Dart 3 compatibleMaintenance Status: Poor
Library for parsing and evaluating simple expression language with additional references
eval_ex
π 25 β¬οΈ 1.7K
Dart 3 compatibleMaintenance Status: Good
A mathematical and boolean expression evaluator, ported from https://github.com/uklimaschewski/EvalEx.
money_converter
π 26 β¬οΈ 102
Dart 3 compatibleMaintenance Status: Poor
A New Flutter Plugin for Converting the Currencies Dynamic and contain multi currency very easy to use.
currency_type
π 25 β¬οΈ 23
Dart 3 compatibleMaintenance Status: Poor
Currency type for Dart and Flutter, a large numeric type, with exactly four digit after the decimal point, appropriate for financial calculations.
angles
π 20 β¬οΈ 4K
Dart 3 compatibleMaintenance Status: Poor
Utility library for handling angles in radians, degrees and turns.
n_dimensional_array
π 22 β¬οΈ 41
Dart 3 compatibleMaintenance Status: Good
Allows for the creation and easy manipulation of n-dimensional arrays in Flutter.
point_in_polygon
π 20 β¬οΈ 1.6K
Dart 3 compatibleMaintenance Status: Poor
A new Flutter package project.
a_star_algorithm
π 20 β¬οΈ 1.2K
Dart 3 compatibleMaintenance Status: Good
Package that uses the A * algorithm to find a way to the destination through the barriers.
algorithmic
π 21 β¬οΈ 265
Dart 3 compatibleMaintenance Status: Poor
A collection of useful algorithms keeping performance and flexibility on mind.
darwin
π 20 β¬οΈ 29
Dart 3 compatibleMaintenance Status: Poor
A genetic/evolutionary algorithm library for Dart.
astronomical_measurements
π 5 β¬οΈ 21
Dart 3 compatibleMaintenance Status: Good
The library for keeping and converting astronomical measurements. Feel free to use it in your awesome projects.
debt_simplification
π 3 β¬οΈ 26
Dart 3 compatibleMaintenance Status: Good
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
π 30 β¬οΈ 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 β¬οΈ 4
Maintenance Status: Poor
A library for checking if given point(s) is present inside Polygon or not.
extended_math
π 25 β¬οΈ 43
Maintenance Status: Poor
Library that add functionality of all maths sections that don't exist in dart:math.