Flutter Gems is a curated list of 6000+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Dart Extension and Enhancement packages
Last updated: November 15, 2024
In case you want to supercharge Dart Language by adding new data structures, useful extensions and other features, look no further. The following list of Dart packages can enhance your Dart development experience.
collection
Dart 3 compatible 👍 1.28K
Maintenance Status: Good
Collections and utilities functions and classes related to collections.
fpdart
Dart 3 compatible 👍 913
Maintenance Status: Good
Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
built_value
Dart 3 compatible 👍 704
Maintenance Status: Good
Value types with builders, Dart classes as enums, and serialization. This library is the runtime dependency.
quiver
Dart 3 compatible 👍 595
Maintenance Status: Good
Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.
async
Dart 3 compatible 👍 568
Maintenance Status: Good
Utility functions and classes related to the 'dart:async' library.
synchronized
Dart 3 compatible 👍 523
Maintenance Status: Good
Lock mechanism to prevent concurrent access to asynchronous code.
flutter_isolate
Dart 3 compatible 👍 442
Maintenance Status: Good
FlutterIsolate provides a way to launch dart isolate in flutter that work with flutter plugins.
fast_immutable_collections
Dart 3 compatible 👍 351
Maintenance Status: Good
Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.
worker_manager
Dart 3 compatible 👍 347
Maintenance Status: Good
The worker_manager allows you to manage CPU-intensive calculations across isolates
code_builder
Dart 3 compatible 👍 226
Maintenance Status: Good
A fluent, builder-based library for generating valid Dart code.
dart_eval
Dart 3 compatible 👍 223
Maintenance Status: Good
A flexible Dart bytecode compiler and interpreter written in Dart, enabling dynamic execution and code push for AOT Dart apps.
kartal
Dart 3 compatible 👍 211
Maintenance Status: Good
Kartal is an extension package for easy to use at app development time. You can access more features with primitive variables(context, string etc.).
reflectable
Dart 3 compatible 👍 171
Maintenance Status: Good
Reflection support based on code generation, using 'capabilities' to specify which operations to support, on which objects.
squadron
Dart 3 compatible 👍 159
Maintenance Status: Good
Multithreading and worker thread pool for Dart / Flutter, to offload CPU-bound and heavy I/O tasks to Isolate or Web Worker threads.
result_dart
Dart 3 compatible 👍 104
Maintenance Status: Good
Result for dart. It is an implementation based on Kotlin Result and Swift Result.
async_task
Dart 3 compatible 👍 102
Maintenance Status: Good
Asynchronous tasks and parallel executors (similar to thread pools) for all Dart platforms (transparently), without having to deal with 'Isolate' complexity.
screwdriver
Dart 3 compatible 👍 90
Maintenance Status: Good
A dart package aiming to provide useful extensions and helper functions to ease and speed up development.
dart_extensions
Dart 3 compatible 👍 88
Maintenance Status: Good
Set of method-extensions for dart that makes using framework in a much easier and clean way also adds additional functionality.
isolate_manager
Dart 3 compatible 👍 82
Maintenance Status: Good
Create multiple long-lived isolates for the Functions, supports Worker on the Web (with the effective generator) and WASM compilation.
fleasy
Dart 3 compatible 👍 82
Maintenance Status: Good
Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
more
Dart 3 compatible 👍 66
Maintenance Status: Good
More Dart — Literally. Collecting, iterating, caching, mathematics, matching, ordering, and formatting easily.
crdt
Dart 3 compatible 👍 62
Maintenance Status: Good
Dart implementation of Conflict-free Replicated Data Types (CRDTs).
fixnum
Dart 3 compatible 👍 54
Maintenance Status: Good
Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.
directed_graph
Dart 3 compatible 👍 54
Maintenance Status: Good
Generic directed graph and weighted directed graph with algorithms enabling sorting and topological ordering of vertices.
nepali_utils
Dart 3 compatible 👍 49
Maintenance Status: Good
A pure dart package with collection of Nepali Utilities like Date converter, Date formatter, DateTime, Nepali Numbers, Nepali Unicode, Nepali Moments and many more.
event
Dart 3 compatible 👍 47
Maintenance Status: Good
Create lightweight custom Events, that allow interested subscribers to be notified that something has happened.
oxidized
Dart 3 compatible 👍 46
Maintenance Status: Good
Definitions of Rust-like types, Option and Result, to promote safer programming.
typed_data
Dart 3 compatible 👍 43
Maintenance Status: Good
Utility functions and classes related to the dart:typed_data library.
sortedmap
Dart 3 compatible 👍 43
Maintenance Status: Good
A map of objects which can be sorted and filtered on both their key and value
throttling
Dart 3 compatible 👍 40
Maintenance Status: Good
Contain "throttling" and "debouncing" async helper classes with listeners
daily_extensions
Dart 3 compatible 👍 40
Maintenance Status: Good
Set of most useful Dart extensions for daily use that increases development velocity.
flutter_exit_app
Dart 3 compatible 👍 39
Maintenance Status: Good
A flutter plugin provides the best way to exit the app doesn't call exit(0) in dart code.
stack
Dart 3 compatible 👍 37
Maintenance Status: Good
A package for stack data structure. have the push, pop, size, length, and top functionalities.
integral_isolates
Dart 3 compatible 👍 35
Maintenance Status: Good
The power of Dart's compute function, but using a long lived isolate.
ordered_set
Dart 3 compatible 👍 32
Maintenance Status: Good
A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.
isolate_pool_2
Dart 3 compatible 👍 28
Maintenance Status: Good
Just like a thread pool, but with isolates. The package allows creating up-and-running isolates that can accept requests and do heavy lifting outside main isolate
combine
Dart 3 compatible 👍 28
Maintenance Status: Good
A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API.
executor
Dart 3 compatible 👍 27
Maintenance Status: Good
Executes async tasks with a configurable maximum concurrency and rate.
binary_tree
Dart 3 compatible 👍 26
Maintenance Status: Good
Self-Balancing Binary Search Tree for Dart. BST is implemented as Iterable. There are many operations such as greaterThen, lessThenOrEqual (create sublist), max , min etc.
flutter_readable
Dart 3 compatible 👍 20
Maintenance Status: Good
extensions and helpers for dart to save time , make the code more readable and smaller
buffer
Dart 3 compatible 👍 19
Maintenance Status: Good
Utility functions and classes to work with byte buffers and streams efficiently, to read and write binary data formats.
fsm2
Dart 3 compatible 👍 16
Maintenance Status: Good
FSM2 provides an implementation of the core design aspects of the UML state diagrams allowing both declarative transitions and dynamic transitions along with Guard Conditions.
extensionresoft
Dart 3 compatible 👍 6
Maintenance Status: Good
A collection of Dart/Flutter Extension functions and Helper functions for faster development. It absolutely makes for codes re-usability and easy coding reading.
error_or
Dart 3 compatible 👍 5
Maintenance Status: Good
Return a result ErrorOr with either a value T or an error Object.
ovo
Dart 3 compatible 👍 4
Maintenance Status: Good
OvO is a Dart-first schema declaration and validation library.
data_migration
Dart 3 compatible 👍 2
Maintenance Status: Good
A library for applying a series of migrations to update old versions of data structures to the most recent one.
dartx
Dart 3 compatible 👍 908
Maintenance Status: Average
Superpowers for Dart. Collection of useful static extension methods.
tuple
Dart 3 compatible 👍 459
Maintenance Status: Average
A library providing a tuple data structure.
easy_debounce
Dart 3 compatible 👍 397
Maintenance Status: Average
An extremely easy-to-use method call debouncer package for Dart/Flutter.
basic_utils
Dart 3 compatible 👍 347
Maintenance Status: Average
Common util classes for Strings, Dates, X509, PKCS, Cryptographie and more.
kt_dart
Dart 3 compatible 👍 167
Maintenance Status: Average
This project is a port of kotlin-stdlib for Dart/Flutter projects. It includes collections (KtList, KtMap, KtSet) with 150+ methods as well as other useful packages.
either_dart
Dart 3 compatible 👍 145
Maintenance Status: Average
Error handler library for type-safe and easy work with errors on Dart and Flutter. Either is an alternative to Nullable value and Exceptions.
multiple_result
Dart 3 compatible 👍 144
Maintenance Status: Average
Multiple results for dart. Inspired by dartz's Either and Kotlin's sealed classes
darq
Dart 3 compatible 👍 144
Maintenance Status: Average
The power of lazy-evaluated enumerables in your hands! (A port of functional LINQ from the .NET library.)
global_configuration
Dart 3 compatible 👍 137
Maintenance Status: Average
A flutter package for managing different configurations and making them available everythere inside the app.
mutex
Dart 3 compatible 👍 105
Maintenance Status: Average
Mutual exclusion with implementation of normal and read-write mutex
basics
Dart 3 compatible 👍 102
Maintenance Status: Average
A Dart library containing convenient extension methods on basic Dart objects.
queue
Dart 3 compatible 👍 101
Maintenance Status: Average
Queue up futures from multiple sources and await their return anywhere in your code.
copy_with_extension
Dart 3 compatible 👍 100
Maintenance Status: Average
Annotation for generating 'copyWith' extensions code using 'copy_with_extension_gen'.
isolate_agents
Dart 3 compatible 👍 70
Maintenance Status: Average
Agents are state that lives on a background isolate.
async_builder
Dart 3 compatible 👍 66
Maintenance Status: Average
Flutter Future and Stream builder with less boilerplate and better error handling.
chunked_stream
Dart 3 compatible 👍 46
Maintenance Status: Average
Utilities for working with chunked streams, such as byte streams which is often given as a stream of byte chunks with type Stream<List<int>>
easy_isolate_mixin
Dart 3 compatible 👍 33
Maintenance Status: Average
A simplified mixin for launching Dart isolates in Flutter, seamlessly working with Flutter plugins
enhanced_future_builder
Dart 3 compatible 👍 28
Maintenance Status: Average
Wrapper that improves readability and solves the common refiring FutureBuilder problem
isolated_download_manager
Dart 3 compatible 👍 27
Maintenance Status: Average
File download manager based on reusable isolates with progress, cancellation, pause and resume
actors
Dart 3 compatible 👍 26
Maintenance Status: Average
Actors Model library for Dart. It is a thin wrapper around Dart's 'Isolate' that makes them much easier to use.
subscription_holder
Dart 3 compatible 👍 4
Maintenance Status: Average
Subscription Holder holds StreamSubscriptions and dispose all conveniently.
equatable
Dart 3 compatible 👍 3.19K
Maintenance Status: Poor
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
dartz
Dart 3 compatible 👍 1.4K
Maintenance Status: Poor
Functional Programming in Dart. Purify your Dart code using efficient immutable data structures, monads, lenses and other FP tools.
supercharged
Dart 3 compatible 👍 910
Maintenance Status: Poor
Supercharged brings all the comfort features from languages like Kotlin to all Flutter developers.
built_collection
Dart 3 compatible 👍 314
Maintenance Status: Poor
Immutable collections based on the SDK collections. Each SDK collection class is split into a new immutable collection class and a corresponding mutable builder class.
stream_transform
Dart 3 compatible 👍 255
Maintenance Status: Poor
A collection of utilities to transform and manipulate streams.
common_utils
Dart 3 compatible 👍 159
Maintenance Status: Poor
Dart common utils library.Contain DateUtil, EncryptUtil, JsonUtil, LogUtil, MoneyUtil, NumUtil, ObjectUtil, RegexUtil, TextUtil, TimelineUtil, TimerUtil.
isolate_handler
Dart 3 compatible 👍 100
Maintenance Status: Poor
Effortless isolates abstraction layer with support for inter-isolate communication.
pool
Dart 3 compatible 👍 98
Maintenance Status: Poor
Manage a finite pool of resources. Useful for controlling concurrent file system or network requests.
flustars
Dart 3 compatible 👍 92
Maintenance Status: Poor
Flutter common utils library. SpUtil, ScreenUtil, WidgetUtil, DirectoryUtil, ImageUtil. SharedPreferences Util. Screen info & Screen adaptation. get image size.
isolated_worker
Dart 3 compatible 👍 87
Maintenance Status: Poor
A singleton isolated worker for Flutter (Isolate) and Web (Web Worker).
number_display
Dart 3 compatible 👍 76
Maintenance Status: Poor
To display data in a width-limited component, this function will smartly help you to convert number to a certain chart length. To be simple, plain, flexible and accurate.
debounce_throttle
Dart 3 compatible 👍 61
Maintenance Status: Poor
A debouncer and throttle that works with Futures, Streams, and callbacks.
computer
Dart 3 compatible 👍 61
Maintenance Status: Poor
Easy to use pool of concurrent workers with compute() like API.
flinq
Dart 3 compatible 👍 58
Maintenance Status: Poor
Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecesary boilerplate work with collections.
easy_isolate
Dart 3 compatible 👍 51
Maintenance Status: Poor
An abstraction of the isolate providing an easy way to work with different threads
hetu_script
Dart 3 compatible 👍 48
Maintenance Status: Poor
Hetu is a lightweight scripting language for embedding in Flutter apps.
intersperse
Dart 3 compatible 👍 46
Maintenance Status: Poor
Insert an element between each element of an Iterable or List.
rx_command
Dart 3 compatible 👍 45
Maintenance Status: Poor
Reactive event handler wrapper class inspired by ReactiveUI.
extension
Dart 3 compatible 👍 43
Maintenance Status: Poor
Package including lot helpers for easy developing on dart language
eventify
Dart 3 compatible 👍 43
Maintenance Status: Poor
A cancellable event emitter which supports context based event driven programming.
either_option
Dart 3 compatible 👍 41
Maintenance Status: Poor
The simple library for Error Handling with functionnal programming concept
list_ext
Dart 3 compatible 👍 39
Maintenance Status: Poor
Dart extension methods for Iterable and List. You can easily sum, count elements and many more.
optional
Dart 3 compatible 👍 38
Maintenance Status: Poor
An implementation of the Optional type, which helps avoid dealing with null references
dartlin
Dart 3 compatible 👍 36
Maintenance Status: Poor
Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.
supercharged_dart
Dart 3 compatible 👍 33
Maintenance Status: Poor
Supercharged brings all the comfort features from languages like Kotlin to all Dart developers.
sorted
Dart 3 compatible 👍 31
Maintenance Status: Poor
Sort lists of complex objects with ease. Simple but powerful extension method.
schedulers
Dart 3 compatible 👍 31
Maintenance Status: Poor
Dart library for running asynchronous functions on time. Useful for load balancing, rate limiting, lazy execution.
extension_utils
Dart 3 compatible 👍 30
Maintenance Status: Poor
A util library that contains various extensions for strings, lists, maps, numbers and more.
kotlin_flavor
Dart 3 compatible 👍 25
Maintenance Status: Poor
An utility package for providing static extension methods familiar in Kotlin.
match
Dart 3 compatible 👍 23
Maintenance Status: Poor
Dart library with match annotation for generating custom match extensions and extension methods for dart builtin types
dart_extensions_methods
Dart 3 compatible 👍 23
Maintenance Status: Poor
Extensions for different types similar to kotlin. Methods for the next set of types: String, bool, Iterable, List. Also contains some global extensions and class Pair
ms_map_utils
Dart 3 compatible 👍 21
Maintenance Status: Poor
A dart package that implement a lot of util functions for a Map
selector
Dart 3 compatible 👍 20
Maintenance Status: Poor
Multi type supported platform selector to write functional programming.
disposebag
Dart 3 compatible 👍 20
Maintenance Status: Poor
A package helps to cancel StreamSubscriptions and close Sinks.
byte_flow
Dart 3 compatible 👍 18
Maintenance Status: Poor
Byte flow is a pure dart , dependency less library that provides common utility functions for lists and strings
collection_ext
Dart 3 compatible 👍 17
Maintenance Status: Poor
A set of useful extension methods for Dart collections, designed for the purpose of making it easier to write functional-programming-styled, concise Dart code.
stilo
Dart 3 compatible 👍 16
Maintenance Status: Poor
Stilo is a utility-first Flutter library that gives you all of the building constants you need to build designs without defining common styles
simple_observable
Dart 3 compatible 👍 4
Maintenance Status: Poor
Observe value changes using a Future, Stream, and/or a callback.
hetu_script_flutter
Dart 3 compatible 👍 2
Maintenance Status: Poor
Extension for Hetu Script. Makes it easier to use Hetu Script in Flutter apps.
pending_operations
Dart 3 compatible 👍 0
Maintenance Status: Poor
A class for tracking operations and waiting until all of them have completed
hetu_script_dev_tools
Dart 3 compatible 👍 0
Maintenance Status: Poor
Extensions for Hetu Script dart package. Includes file system resource context helper class and command line REPL for Hetu Script.
isolate_image_compress
👍 24
Maintenance Status: Average
IsolateImageCompress is a package to compress and resize the images in isolate (IsolateFlutter).
flutter_money_formatter
👍 96
Maintenance Status: Poor
FlutterMoneyFormatter is a Flutter extension to formatting various types of currencies according to the characteristics you like, without having to be tied to any localization.
multi_sort
👍 26
Maintenance Status: Poor
A fast and powerful Flutter package helps you sort a list of objects by one or more properties at the same time.
streams_channel
👍 14
Maintenance Status: Poor
StreamsChannel is inspired from EventChannel. It allows to create streams of events between Flutter and platform side.
flutter_persistent_queue
👍 10
Maintenance Status: Poor
Simple file-based non-volatile persistent queue implementation for flutter. Ideal for in-device sequential buffers that must persist between app runs.
merge_map
👍 5
Maintenance Status: Poor
Combine multiple Maps into one. Equivalent to Object.assign in JS.
inherited_stream
👍 5
Maintenance Status: Poor
An inherited widget for Streams, which updates its dependencies when the stream emits data.