Flutter Gems is a curated list of 7250+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Dart Extension and Enhancement packages
Last updated: May 18, 2026
Language enhancements provide functional programming concepts, immutable collections, and advanced type safety features that extend the core capabilities of the Dart language.
Best Practices for Language Enhancements
- Functional Error Handling: Use packages like
fpdartordartzto implementEither<Left, Right>types. This forces developers to handle both the success and error states of a function at compile time, completely eliminatingnullor unhandled exceptions. - Immutable Collections: Dart's standard
ListandMapare mutable. Use immutable collection packages (built_collectionorfast_immutable_collections) to guarantee that data passed between states cannot be accidentally modified, preventing subtle bugs. - Pattern Matching: While Dart 3 introduced native pattern matching, specialized utility packages still offer advanced destructuring and algebraic data types for complex, mathematically rigorous applications.
The complete list of Functional Programming, Immutable Collections, and Dart Language Enhancement packages is provided below.
async
👍 634 ⬇️ 9.6M
Dart 3 compatibleMaintenance Status: Good
Utility functions and classes related to the 'dart:async' library.
built_value
👍 778 ⬇️ 9.3M
Dart 3 compatibleMaintenance Status: Good
Value types with builders, Dart classes as enums, and serialization. This library is the runtime dependency.
equatable
👍 3.62K ⬇️ 4M
Dart 3 compatibleMaintenance Status: Good
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
collection
👍 1.43K ⬇️ 6.1M
Dart 3 compatibleMaintenance Status: Average
Collections and utilities functions and classes related to collections.
code_builder
👍 293 ⬇️ 6.4M
Dart 3 compatibleMaintenance Status: Good
A fluent, builder-based library for generating valid Dart code.
typed_data
👍 57 ⬇️ 6.5M
Dart 3 compatibleMaintenance Status: Average
Utility functions and classes related to the dart:typed_data library.
pool
👍 129 ⬇️ 6.4M
Dart 3 compatibleMaintenance Status: Good
Manage a finite pool of resources. Useful for controlling concurrent file system or network requests.
fixnum
👍 67 ⬇️ 5.9M
Dart 3 compatibleMaintenance Status: Average
Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.
built_collection
👍 343 ⬇️ 5M
Dart 3 compatibleMaintenance 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
👍 311 ⬇️ 4.5M
Dart 3 compatibleMaintenance Status: Average
A collection of utilities to transform and manipulate streams.
synchronized
👍 657 ⬇️ 2.7M
Dart 3 compatibleMaintenance Status: Good
Lock mechanism to prevent concurrent access to asynchronous code.
quiver
👍 660 ⬇️ 2.1M
Dart 3 compatibleMaintenance Status: Average
Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.
dartz
👍 1.55K ⬇️ 428.4K
Dart 3 compatibleMaintenance Status: Poor
Functional Programming in Dart. Purify your Dart code using efficient immutable data structures, monads, lenses and other FP tools.
dartx
👍 1.03K ⬇️ 703.8K
Dart 3 compatibleMaintenance Status: Poor
Superpowers for Dart. Collection of useful static extension methods.
timing
👍 34 ⬇️ 1.9M
Dart 3 compatibleMaintenance Status: Average
A simple package for tracking the performance of synchronous and asynchronous actions.
tuple
👍 484 ⬇️ 1.1M
Dart 3 compatibleMaintenance Status: Poor
A library providing a tuple data structure.
fpdart
👍 1.12K ⬇️ 215.9K
Dart 3 compatibleMaintenance Status: Good
Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
supercharged
👍 911 ⬇️ 15.4K
Dart 3 compatibleMaintenance Status: Poor
Supercharged brings all the comfort features from languages like Kotlin to all Flutter developers.
easy_debounce
👍 437 ⬇️ 273K
Dart 3 compatibleMaintenance Status: Poor
An extremely easy-to-use method call debouncer package for Dart/Flutter.
basic_utils
👍 379 ⬇️ 200.6K
Dart 3 compatibleMaintenance Status: Average
Common util classes for Strings, Dates, X509, PKCS, Cryptographie and more.
fast_immutable_collections
👍 405 ⬇️ 120K
Dart 3 compatibleMaintenance 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.
flutter_isolate
👍 478 ⬇️ 18.4K
Dart 3 compatibleMaintenance Status: Average
FlutterIsolate provides a way to launch dart isolate in flutter that work with flutter plugins.
isolate_channel
👍 32 ⬇️ 546.6K
Dart 3 compatibleMaintenance Status: Good
Communication channels for isolates based on Flutter's platform channels
worker_manager
👍 397 ⬇️ 42.7K
Dart 3 compatibleMaintenance Status: Good
The worker_manager allows you to manage CPU-intensive calculations across isolates
mutex
👍 116 ⬇️ 221.7K
Dart 3 compatibleMaintenance Status: Poor
Mutual exclusion with implementation of normal and read-write mutex
extension
👍 54 ⬇️ 286.3K
Dart 3 compatibleMaintenance Status: Good
Package including lot helpers for easy developing on dart language
dart_eval
👍 275 ⬇️ 5.4K
Dart 3 compatibleMaintenance Status: Good
A flexible Dart bytecode compiler and interpreter written in Dart, enabling dynamic execution and code push for AOT Dart apps.
type_plus
👍 29 ⬇️ 308.3K
Dart 3 compatibleMaintenance Status: Poor
Give your types superpowers and spice up your generics. Make types great again.
dispose_scope
👍 17 ⬇️ 313.3K
Dart 3 compatibleMaintenance Status: Poor
Simple package making it easy to dispose (aka cancel, aka close) your objects.
more
👍 86 ⬇️ 203.8K
Dart 3 compatibleMaintenance Status: Good
More Dart — Literally. Collecting, iterating, caching, mathematics, matching, ordering, and formatting easily.
result_dart
👍 174 ⬇️ 94.8K
Dart 3 compatibleMaintenance Status: Good
Result for dart. It is an implementation based on Kotlin Result and Swift Result.
copy_with_extension
👍 111 ⬇️ 162.8K
Dart 3 compatibleMaintenance Status: Good
Annotation for generating `copyWith` extensions code using `copy_with_extension_gen`.
debounce_throttle
👍 75 ⬇️ 205.8K
Dart 3 compatibleMaintenance Status: Poor
A debouncer and throttle that works with Futures, Streams, and callbacks.
squadron
👍 211 ⬇️ 28.4K
Dart 3 compatibleMaintenance 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.
kartal
👍 223 ⬇️ 902
Dart 3 compatibleMaintenance 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.).
multiple_result
👍 173 ⬇️ 39.6K
Dart 3 compatibleMaintenance Status: Good
Multiple results for dart. Inspired by dartz's Either and Kotlin's sealed classes
buffer
👍 19 ⬇️ 229.3K
Dart 3 compatibleMaintenance Status: Poor
Utility functions and classes to work with byte buffers and streams efficiently, to read and write binary data formats.
maybe_just_nothing
👍 11 ⬇️ 228.4K
Dart 3 compatibleMaintenance Status: Good
Yet another variation of the good old Maybe monad with eager execution written in Dart.
either_dart
👍 158 ⬇️ 46.2K
Dart 3 compatibleMaintenance Status: Poor
Error handler library for type-safe and easy work with errors on Dart and Flutter. Either is an alternative to Nullable value and Exceptions.
reflectable
👍 185 ⬇️ 11.3K
Dart 3 compatibleMaintenance Status: Good
Reflection support based on code generation, using 'capabilities' to specify which operations to support, on which objects. This is the run-time part of reflectable.
common_utils
👍 172 ⬇️ 9.4K
Dart 3 compatibleMaintenance Status: Poor
Dart common utils library.Contain DateUtil, EncryptUtil, JsonUtil, LogUtil, MoneyUtil, NumUtil, ObjectUtil, RegexUtil, TextUtil, TimelineUtil, TimerUtil.
kt_dart
👍 170 ⬇️ 5.5K
Dart 3 compatibleMaintenance Status: Poor
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.
simple_observable
👍 6 ⬇️ 206.1K
Dart 3 compatibleMaintenance Status: Poor
Observe value changes using a Future, Stream, and/or a callback.
darq
👍 156 ⬇️ 17K
Dart 3 compatibleMaintenance Status: Good
The power of lazy-evaluated enumerables in your hands! (A port of functional LINQ from the .NET library.)
queue
👍 116 ⬇️ 46.6K
Dart 3 compatibleMaintenance Status: Average
Queue up futures from multiple sources and await their return anywhere in your code.
global_configuration
👍 139 ⬇️ 7.2K
Dart 3 compatibleMaintenance Status: Poor
A flutter package for managing different configurations and making them available everythere inside the app.
isolate_manager
👍 130 ⬇️ 17.6K
Dart 3 compatibleMaintenance Status: Good
Create long-lived isolates for single or multiple functions, with support for Web Workers (via an efficient generator) and WASM compilation.
rx
👍 12 ⬇️ 161.8K
Dart 3 compatibleMaintenance Status: Good
Reactive Extensions Library for Dart providing an API for asynchronous programming with observable streams.
intersperse
👍 52 ⬇️ 100.4K
Dart 3 compatibleMaintenance Status: Poor
Insert an element between each element of an Iterable or List.
basics
👍 113 ⬇️ 21.8K
Dart 3 compatibleMaintenance Status: Poor
A Dart library containing convenient extension methods on basic Dart objects.
async_task
👍 106 ⬇️ 28.4K
Dart 3 compatibleMaintenance Status: Good
Asynchronous tasks and parallel executors (similar to thread pools) for all Dart platforms (transparently), without having to deal with `Isolate` complexity.
screwdriver
👍 114 ⬇️ 973
Dart 3 compatibleMaintenance Status: Good
A dart package aiming to provide useful extensions and helper functions to ease and speed up development.
ordered_set
👍 34 ⬇️ 85.6K
Dart 3 compatibleMaintenance Status: Good
A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.
isolate_handler
👍 102 ⬇️ 1.3K
Dart 3 compatibleMaintenance Status: Poor
Effortless isolates abstraction layer with support for inter-isolate communication.
chunked_stream
👍 52 ⬇️ 60.4K
Dart 3 compatibleMaintenance Status: Poor
Utilities for working with chunked streams, such as byte streams which is
often given as a stream of byte chunks with type `Stream>`.
flustars
👍 96 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Poor
Flutter common utils library. SpUtil, ScreenUtil, WidgetUtil, DirectoryUtil, ImageUtil. SharedPreferences Util. Screen info & Screen adaptation. get image size.
dart_extensions
👍 93 ⬇️ 568
Dart 3 compatibleMaintenance Status: Poor
Set of method-extensions for dart that makes using framework in a much easier and clean way also adds additional functionality.
isolated_worker
👍 89 ⬇️ 1.7K
Dart 3 compatibleMaintenance Status: Poor
A singleton isolated worker for Flutter (Isolate) and Web (Web Worker).
eventify
👍 46 ⬇️ 51.6K
Dart 3 compatibleMaintenance Status: Poor
A cancellable event emitter which supports context based event driven programming.
fleasy
👍 83 ⬇️ 124
Dart 3 compatibleMaintenance Status: Average
Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
crdt
👍 81 ⬇️ 1.5K
Dart 3 compatibleMaintenance Status: Average
Dart implementation of Conflict-free Replicated Data Types (CRDTs).
directed_graph
👍 69 ⬇️ 15.4K
Dart 3 compatibleMaintenance Status: Good
Generic directed graph and weighted directed graph with algorithms enabling sorting and topological ordering of vertices.
number_display
👍 76 ⬇️ 3K
Dart 3 compatibleMaintenance 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.
flutter_exit_app
👍 61 ⬇️ 19.5K
Dart 3 compatibleMaintenance Status: Good
A Flutter plugin that provides a platform-specific way to exit the app without calling exit(0) in Dart code.
isolate_agents
👍 73 ⬇️ 75
Dart 3 compatibleMaintenance Status: Poor
Agents are state that lives on a background isolate.
async_builder
👍 67 ⬇️ 22
Dart 3 compatibleMaintenance Status: Poor
Flutter Future and Stream builder with less boilerplate and better error handling.
circular_buffer
👍 7 ⬇️ 71.9K
Dart 3 compatibleMaintenance Status: Good
A Dart Circular Buffer container based on List with a fixed capacity.
computer
👍 62 ⬇️ 1K
Dart 3 compatibleMaintenance Status: Poor
Easy to use pool of concurrent workers with compute() like API.
event
👍 48 ⬇️ 14.7K
Dart 3 compatibleMaintenance Status: Average
Create lightweight custom Events, that allow interested subscribers to be notified that something has happened.
flinq
👍 57 ⬇️ 1.6K
Dart 3 compatibleMaintenance Status: Poor
Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecesary boilerplate work with collections.
oxidized
👍 51 ⬇️ 8.1K
Dart 3 compatibleMaintenance Status: Average
Definitions of Rust-like types, Option and Result, to promote safer programming.
throttling
👍 44 ⬇️ 13.6K
Dart 3 compatibleMaintenance Status: Poor
Contain "throttling" and "debouncing" async helper classes with listeners
hetu_script
👍 54 ⬇️ 200
Dart 3 compatibleMaintenance Status: Poor
Hetu is a lightweight scripting language for embedding in Flutter apps.
easy_isolate
👍 53 ⬇️ 994
Dart 3 compatibleMaintenance Status: Average
An abstraction of the isolate providing an easy way to work with different threads
nepali_utils
👍 52 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Average
A pure dart package with collection of Nepali Utilities like Date converter, Date formatter, DateTime, Nepali Numbers, Nepali Unicode, Nepali Moments and many more.
daily_extensions
👍 49 ⬇️ 442
Dart 3 compatibleMaintenance Status: Average
Set of most useful Dart extensions for daily use that increases development velocity.
rx_command
👍 49 ⬇️ 213
Dart 3 compatibleMaintenance Status: Poor
Reactive event handler wrapper class inspired by ReactiveUI.
sortedmap
👍 43 ⬇️ 7.5K
Dart 3 compatibleMaintenance Status: Average
A map of objects which can be sorted and filtered on both their key and value
stack
👍 38 ⬇️ 12.7K
Dart 3 compatibleMaintenance Status: Poor
A package for stack data structure. have the push, pop, size, length, and top functionalities.
executor
👍 33 ⬇️ 18.1K
Dart 3 compatibleMaintenance Status: Average
Executes async tasks with a configurable maximum concurrency and rate.
sealed_unions
👍 47 ⬇️ 21
Dart 3 compatibleMaintenance Status: Poor
Sealed Unions for Dart
cancellation_token
👍 25 ⬇️ 27K
Dart 3 compatibleMaintenance Status: Poor
Easy async task cancellation for tasks using cancellation tokens in Dart.
supercharged_dart
👍 34 ⬇️ 15.2K
Dart 3 compatibleMaintenance Status: Poor
Supercharged brings all the comfort features from languages like Kotlin to all Dart developers.
dart_helper_utils
👍 44 ⬇️ 2.8K
Dart 3 compatibleMaintenance Status: Good
Dart utilities and extensions with re-exported convert_object, collection, and intl APIs.
integral_isolates
👍 42 ⬇️ 3.8K
Dart 3 compatibleMaintenance Status: Poor
The power of Dart's compute function, but using a long lived isolate.
list_ext
👍 42 ⬇️ 2.4K
Dart 3 compatibleMaintenance Status: Poor
Dart extension methods for Iterable and List. You can easily sum, count elements and many more.
either_option
👍 42 ⬇️ 724
Dart 3 compatibleMaintenance Status: Poor
The simple library for Error Handling with functionnal programming concept
dartlin
👍 37 ⬇️ 4.8K
Dart 3 compatibleMaintenance Status: Poor
Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.
optional
👍 38 ⬇️ 231
Dart 3 compatibleMaintenance Status: Poor
An implementation of the Optional type, which helps avoid dealing with null references
dart_either
👍 21 ⬇️ 19.8K
Dart 3 compatibleMaintenance Status: Good
Either monad for Dart language and Flutter framework. Type-safe error handling, railway oriented programming. Supports Monad comprehensions, async map, async flatMap.
easy_isolate_mixin
👍 34 ⬇️ 273
Dart 3 compatibleMaintenance Status: Poor
A simplified mixin for launching Dart isolates in Flutter, seamlessly working with Flutter plugins
result_command
👍 33 ⬇️ 540
Dart 3 compatibleMaintenance Status: Good
A command pattern implementation for Dart and Flutter using result_dart package.
schedulers
👍 32 ⬇️ 1.4K
Dart 3 compatibleMaintenance Status: Poor
Dart library for running asynchronous functions on time. Useful for load balancing, rate limiting, lazy execution.
flutter_helper_kit
👍 33 ⬇️ 77
Dart 3 compatibleMaintenance Status: Average
flutter_helper_kit helps to improve less code extensions and widgets.
isolate_pool_2
👍 31 ⬇️ 1.3K
Dart 3 compatibleMaintenance Status: Average
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
extension_utils
👍 32 ⬇️ 30
Dart 3 compatibleMaintenance Status: Good
A comprehensive utility library with real-world extensions for strings, lists, maps, numbers, datetimes, colors, iterables, durations, enums, booleans, URIs, futures, objects, and regex patterns.
sorted
👍 31 ⬇️ 237
Dart 3 compatibleMaintenance Status: Poor
Sort lists of complex objects with ease. Simple but powerful extension method.
async_queue
👍 29 ⬇️ 1.7K
Dart 3 compatibleMaintenance Status: Good
This dart package ensure your pack of async tasks execute in order, one after the other.
actors
👍 29 ⬇️ 435
Dart 3 compatibleMaintenance Status: Poor
Actors Model library for Dart. It is a thin wrapper around Dart's `Isolate` that makes them much easier to use.
enhanced_future_builder
👍 29 ⬇️ 248
Dart 3 compatibleMaintenance Status: Poor
Wrapper that improves readability and solves the common refiring FutureBuilder problem
isolated_download_manager
👍 28 ⬇️ 891
Dart 3 compatibleMaintenance Status: Poor
File download manager based on reusable isolates with progress, cancellation, pause and resume
binary_tree
👍 28 ⬇️ 102
Dart 3 compatibleMaintenance Status: Average
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.
kotlin_flavor
👍 26 ⬇️ 2.1K
Dart 3 compatibleMaintenance Status: Poor
An utility package for providing static extension methods familiar in Kotlin.
disposebag
👍 21 ⬇️ 6.8K
Dart 3 compatibleMaintenance Status: Poor
A package helps to cancel StreamSubscriptions and close Sinks.
match
👍 24 ⬇️ 204
Dart 3 compatibleMaintenance Status: Poor
Dart library with match annotation for generating custom match extensions and extension methods for dart builtin types
dart_extensions_methods
👍 23 ⬇️ 693
Dart 3 compatibleMaintenance 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
dart_extensions_pro
👍 23 ⬇️ 28
Dart 3 compatibleMaintenance Status: Good
A Dart package that provides handy extensions and helper functions, designed to simplify and speed up development, making coding more efficient and streamlined.
selector
👍 22 ⬇️ 86
Dart 3 compatibleMaintenance Status: Good
Multi type supported platform selector to write functional programming.
ms_map_utils
👍 21 ⬇️ 993
Dart 3 compatibleMaintenance Status: Poor
A dart package that implement a lot of util functions for a Map
flutter_readable
👍 20 ⬇️ 61
Dart 3 compatibleMaintenance Status: Poor
extensions and helpers for dart to save time , make the code more readable and smaller
swiss_knife
👍 18 ⬇️ 2.3K
Dart 3 compatibleMaintenance Status: Good
Dart Useful Tools - collections, math, date, uri, json, events, resources, regexp, etc...
byte_flow
👍 19 ⬇️ 157
Dart 3 compatibleMaintenance Status: Poor
Byte flow is a pure dart , dependency less library that provides common utility functions for lists and strings
r_tree
👍 11 ⬇️ 9.4K
Dart 3 compatibleMaintenance Status: Good
R-tree implementation to index and query two-dimensional data
fsm2
👍 18 ⬇️ 394
Dart 3 compatibleMaintenance 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.
collection_ext
👍 17 ⬇️ 1.4K
Dart 3 compatibleMaintenance 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
👍 16 ⬇️ 37
Dart 3 compatibleMaintenance 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
extensionresoft
👍 7 ⬇️ 362
Dart 3 compatibleMaintenance Status: Good
Boost your Flutter development with reusable widgets, utilities, and extensions for advanced image handling, secure PIN entry, internet connectivity checks, and more.
error_or
👍 5 ⬇️ 100
Dart 3 compatibleMaintenance Status: Good
Return a result ErrorOr with either a value T or an error Object.
funx
👍 5 ⬇️ 22
Dart 3 compatibleMaintenance Status: Good
Composable function decorators for advanced execution control and reliability.
subscription_holder
👍 4 ⬇️ 248
Dart 3 compatibleMaintenance Status: Poor
Subscription Holder holds StreamSubscriptions and dispose all conveniently.
hlc_dart
👍 4 ⬇️ 220
Dart 3 compatibleMaintenance Status: Good
A Hybrid Logical Clock implementation in Dart, based on the paper "Logical Physical Clocks and Consistent Snapshots in Globally Distributed Databases".
ovo
👍 4 ⬇️ 24
Dart 3 compatibleMaintenance Status: Poor
OvO is a Dart-first schema declaration and validation library.
hetu_script_flutter
👍 3 ⬇️ 55
Dart 3 compatibleMaintenance Status: Poor
Extension for Hetu Script. Makes it easier to use Hetu Script in Flutter apps.
data_migration
👍 3 ⬇️ 20
Dart 3 compatibleMaintenance Status: Average
A library for applying a series of migrations to update old versions of data structures to the most recent one.
extensions_pro
👍 2 ⬇️ 209
Dart 3 compatibleMaintenance Status: Good
Extensions Pro simplifies your development process, making it faster and more efficient.
algokit
👍 2 ⬇️ 62
Dart 3 compatibleMaintenance Status: Average
A versatile Dart algorithms library providing implementations of various algorithms..
hetu_script_dev_tools
👍 1 ⬇️ 66
Dart 3 compatibleMaintenance Status: Poor
Extensions for Hetu Script dart package. Includes file system resource context helper class and command line REPL for Hetu Script.
mplix
👍 1 ⬇️ 32
Dart 3 compatibleMaintenance Status: Good
A collection of useful Flutter and Dart extensions to simplify common tasks.
pending_operations
👍 0 ⬇️ 79
Dart 3 compatibleMaintenance Status: Poor
A class for tracking operations and waiting until all of them have completed
flutter_money_formatter
👍 96 ⬇️ 173
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.
combine
👍 34 ⬇️ 2.8K
Maintenance Status: Average
A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API.
multi_sort
👍 28 ⬇️ 15
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.
isolate_image_compress
👍 24 ⬇️ 37
Maintenance Status: Poor
IsolateImageCompress is a package to compress and resize the images in isolate (IsolateFlutter).
streams_channel
👍 14 ⬇️ 26
Maintenance Status: Poor
StreamsChannel is inspired from EventChannel. It allows to create streams of events between Flutter and platform side.
flutter_persistent_queue
👍 10 ⬇️ 102
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
👍 6 ⬇️ 338
Maintenance Status: Poor
Combine multiple Maps into one. Equivalent to Object.assign in JS.
