Flutter Gems is a curated list of 7000+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Dart Extension and Enhancement packages
Last updated: August 11, 2025
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.
built_value
👍 759 ⬇️ 8.2M
Dart 3 compatibleMaintenance Status: Good
Value types with builders, Dart classes as enums, and serialization. This library is the runtime dependency.
equatable
👍 3.48K ⬇️ 4.7M
Dart 3 compatibleMaintenance Status: Good
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
collection
👍 1.37K ⬇️ 6.8M
Dart 3 compatibleMaintenance Status: Good
Collections and utilities functions and classes related to collections.
async
👍 611 ⬇️ 7.1M
Dart 3 compatibleMaintenance Status: Good
Utility functions and classes related to the 'dart:async' library.
typed_data
👍 53 ⬇️ 7.6M
Dart 3 compatibleMaintenance Status: Good
Utility functions and classes related to the dart:typed_data library.
fixnum
👍 66 ⬇️ 6.5M
Dart 3 compatibleMaintenance Status: Good
Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.
stream_transform
👍 296 ⬇️ 5.5M
Dart 3 compatibleMaintenance Status: Good
A collection of utilities to transform and manipulate streams.
code_builder
👍 263 ⬇️ 5.2M
Dart 3 compatibleMaintenance Status: Good
A fluent, builder-based library for generating valid Dart code.
built_collection
👍 332 ⬇️ 4.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.
pool
👍 110 ⬇️ 4.8M
Dart 3 compatibleMaintenance Status: Poor
Manage a finite pool of resources. Useful for controlling concurrent file system or network requests.
quiver
👍 642 ⬇️ 3.9M
Dart 3 compatibleMaintenance 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.
timing
👍 31 ⬇️ 4.1M
Dart 3 compatibleMaintenance Status: Good
A simple package for tracking the performance of synchronous and asynchronous actions.
synchronized
👍 610 ⬇️ 2.1M
Dart 3 compatibleMaintenance Status: Good
Lock mechanism to prevent concurrent access to asynchronous code.
dartz
👍 1.5K ⬇️ 559.9K
Dart 3 compatibleMaintenance Status: Poor
Functional Programming in Dart. Purify your Dart code using efficient immutable data structures, monads, lenses and other FP tools.
tuple
👍 479 ⬇️ 1.5M
Dart 3 compatibleMaintenance Status: Poor
A library providing a tuple data structure.
dartx
👍 987 ⬇️ 628.7K
Dart 3 compatibleMaintenance Status: Poor
Superpowers for Dart. Collection of useful static extension methods.
basic_utils
👍 369 ⬇️ 1.1M
Dart 3 compatibleMaintenance Status: Good
Common util classes for Strings, Dates, X509, PKCS, Cryptographie and more.
fpdart
👍 1.02K ⬇️ 206.8K
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
👍 912 ⬇️ 21.9K
Dart 3 compatibleMaintenance Status: Poor
Supercharged brings all the comfort features from languages like Kotlin to all Flutter developers.
chunked_stream
👍 48 ⬇️ 991K
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<List<int>>
circular_buffer
👍 6 ⬇️ 1M
Dart 3 compatibleMaintenance Status: Good
A Dart Circular Buffer container based on List with a fixed capacity.
easy_debounce
👍 423 ⬇️ 365.4K
Dart 3 compatibleMaintenance Status: Poor
An extremely easy-to-use method call debouncer package for Dart/Flutter.
flutter_isolate
👍 471 ⬇️ 18.4K
Dart 3 compatibleMaintenance Status: Good
FlutterIsolate provides a way to launch dart isolate in flutter that work with flutter plugins.
fast_immutable_collections
👍 382 ⬇️ 76K
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.
worker_manager
👍 382 ⬇️ 38K
Dart 3 compatibleMaintenance Status: Good
The worker_manager allows you to manage CPU-intensive calculations across isolates
extension
👍 49 ⬇️ 338.5K
Dart 3 compatibleMaintenance Status: Poor
Package including lot helpers for easy developing on dart language
dart_eval
👍 252 ⬇️ 23.1K
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.
maybe_just_nothing
👍 10 ⬇️ 317.2K
Dart 3 compatibleMaintenance Status: Poor
Yet another variation of the good old Maybe monad with eager execution written in Dart.
mutex
👍 114 ⬇️ 184.7K
Dart 3 compatibleMaintenance Status: Average
Mutual exclusion with implementation of normal and read-write mutex
debounce_throttle
👍 70 ⬇️ 228.6K
Dart 3 compatibleMaintenance Status: Poor
A debouncer and throttle that works with Futures, Streams, and callbacks.
result_dart
👍 150 ⬇️ 123K
Dart 3 compatibleMaintenance Status: Good
Result for dart. It is an implementation based on Kotlin Result and Swift Result.
kartal
👍 221 ⬇️ 3.2K
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.).
more
👍 78 ⬇️ 172.9K
Dart 3 compatibleMaintenance Status: Good
More Dart — Literally. Collecting, iterating, caching, mathematics, matching, ordering, and formatting easily.
squadron
👍 194 ⬇️ 21.3K
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.
type_plus
👍 26 ⬇️ 224.9K
Dart 3 compatibleMaintenance Status: Average
Give your types superpowers and spice up your generics. Make types great again.
either_dart
👍 158 ⬇️ 51.3K
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
👍 181 ⬇️ 21.1K
Dart 3 compatibleMaintenance Status: Good
Reflection support based on code generation, using 'capabilities' to specify which operations to support, on which objects.
multiple_result
👍 159 ⬇️ 48.3K
Dart 3 compatibleMaintenance Status: Good
Multiple results for dart. Inspired by dartz's Either and Kotlin's sealed classes
copy_with_extension
👍 106 ⬇️ 106.7K
Dart 3 compatibleMaintenance Status: Good
Annotation for generating 'copyWith' extensions code using 'copy_with_extension_gen'.
simple_observable
👍 6 ⬇️ 228.9K
Dart 3 compatibleMaintenance Status: Poor
Observe value changes using a Future, Stream, and/or a callback.
kt_dart
👍 169 ⬇️ 4.4K
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.
common_utils
👍 166 ⬇️ 7.9K
Dart 3 compatibleMaintenance Status: Poor
Dart common utils library.Contain DateUtil, EncryptUtil, JsonUtil, LogUtil, MoneyUtil, NumUtil, ObjectUtil, RegexUtil, TextUtil, TimelineUtil, TimerUtil.
darq
👍 153 ⬇️ 20.2K
Dart 3 compatibleMaintenance Status: Poor
The power of lazy-evaluated enumerables in your hands! (A port of functional LINQ from the .NET library.)
global_configuration
👍 139 ⬇️ 35.8K
Dart 3 compatibleMaintenance Status: Average
A flutter package for managing different configurations and making them available everythere inside the app.
queue
👍 114 ⬇️ 51.3K
Dart 3 compatibleMaintenance Status: Good
Queue up futures from multiple sources and await their return anywhere in your code.
dispose_scope
👍 13 ⬇️ 154.6K
Dart 3 compatibleMaintenance Status: Poor
Simple package making it easy to dispose (aka cancel, aka close) your objects.
buffer
👍 19 ⬇️ 142.2K
Dart 3 compatibleMaintenance Status: Average
Utility functions and classes to work with byte buffers and streams efficiently, to read and write binary data formats.
intersperse
👍 49 ⬇️ 97.7K
Dart 3 compatibleMaintenance Status: Poor
Insert an element between each element of an Iterable or List.
basics
👍 108 ⬇️ 20.3K
Dart 3 compatibleMaintenance Status: Poor
A Dart library containing convenient extension methods on basic Dart objects.
isolate_manager
👍 108 ⬇️ 10.1K
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.
async_task
👍 105 ⬇️ 10.6K
Dart 3 compatibleMaintenance Status: Average
Asynchronous tasks and parallel executors (similar to thread pools) for all Dart platforms (transparently), without having to deal with 'Isolate' complexity.

screwdriver
👍 107 ⬇️ 2.4K
Dart 3 compatibleMaintenance Status: Good
A dart package aiming to provide useful extensions and helper functions to ease and speed up development.
rx
👍 12 ⬇️ 114.9K
Dart 3 compatibleMaintenance Status: Good
Reactive Extensions Library for Dart providing an API for asynchronous programming with observable streams.
isolate_handler
👍 101 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Poor
Effortless isolates abstraction layer with support for inter-isolate communication.
ordered_set
👍 32 ⬇️ 81.7K
Dart 3 compatibleMaintenance Status: Good
A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.
flustars
👍 94 ⬇️ 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 ⬇️ 1.8K
Dart 3 compatibleMaintenance Status: Average
Set of method-extensions for dart that makes using framework in a much easier and clean way also adds additional functionality.
r_tree
👍 11 ⬇️ 105.5K
Dart 3 compatibleMaintenance Status: Good
R-tree implementation to index and query two-dimensional data
isolated_worker
👍 89 ⬇️ 3.1K
Dart 3 compatibleMaintenance Status: Poor
A singleton isolated worker for Flutter (Isolate) and Web (Web Worker).
directed_graph
👍 62 ⬇️ 34.7K
Dart 3 compatibleMaintenance Status: Good
Generic directed graph and weighted directed graph with algorithms enabling sorting and topological ordering of vertices.
eventify
👍 43 ⬇️ 52.4K
Dart 3 compatibleMaintenance Status: Poor
A cancellable event emitter which supports context based event driven programming.
fleasy
👍 83 ⬇️ 224
Dart 3 compatibleMaintenance Status: Good
Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
number_display
👍 76 ⬇️ 6.1K
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.
crdt
👍 78 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Good
Dart implementation of Conflict-free Replicated Data Types (CRDTs).
isolate_agents
👍 73 ⬇️ 134
Dart 3 compatibleMaintenance Status: Poor
Agents are state that lives on a background isolate.
flutter_exit_app
👍 54 ⬇️ 23.3K
Dart 3 compatibleMaintenance Status: Average
A flutter plugin provides the best way to exit the app doesn't call exit(0) in dart code.
cancellation_token
👍 24 ⬇️ 58.2K
Dart 3 compatibleMaintenance Status: Poor
Easy async task cancellation for tasks using cancellation tokens in Dart.
async_builder
👍 66 ⬇️ 35
Dart 3 compatibleMaintenance Status: Poor
Flutter Future and Stream builder with less boilerplate and better error handling.
computer
👍 62 ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Poor
Easy to use pool of concurrent workers with compute() like API.
event
👍 48 ⬇️ 14.7K
Dart 3 compatibleMaintenance Status: Good
Create lightweight custom Events, that allow interested subscribers to be notified that something has happened.
flinq
👍 57 ⬇️ 1.8K
Dart 3 compatibleMaintenance Status: Poor
Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecesary boilerplate work with collections.
oxidized
👍 50 ⬇️ 7.5K
Dart 3 compatibleMaintenance Status: Average
Definitions of Rust-like types, Option and Result, to promote safer programming.
hetu_script
👍 54 ⬇️ 100
Dart 3 compatibleMaintenance Status: Poor
Hetu is a lightweight scripting language for embedding in Flutter apps.
easy_isolate
👍 53 ⬇️ 606
Dart 3 compatibleMaintenance Status: Good
An abstraction of the isolate providing an easy way to work with different threads
nepali_utils
👍 51 ⬇️ 2.4K
Dart 3 compatibleMaintenance 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.
supercharged_dart
👍 34 ⬇️ 22.1K
Dart 3 compatibleMaintenance Status: Poor
Supercharged brings all the comfort features from languages like Kotlin to all Dart developers.
executor
👍 30 ⬇️ 27.1K
Dart 3 compatibleMaintenance Status: Good
Executes async tasks with a configurable maximum concurrency and rate.
throttling
👍 41 ⬇️ 12.2K
Dart 3 compatibleMaintenance Status: Average
Contain "throttling" and "debouncing" async helper classes with listeners
sortedmap
👍 43 ⬇️ 9.6K
Dart 3 compatibleMaintenance Status: Average
A map of objects which can be sorted and filtered on both their key and value
rx_command
👍 48 ⬇️ 522
Dart 3 compatibleMaintenance Status: Poor
Reactive event handler wrapper class inspired by ReactiveUI.
dart_helper_utils
👍 45 ⬇️ 1.7K
Dart 3 compatibleMaintenance Status: Good
This package offers a collection of Dart utilities, tools for converting dynamic objects to various types, and extending core Dart classes with extensions.
sealed_unions
👍 46 ⬇️ 84
Dart 3 compatibleMaintenance Status: Poor
Sealed Unions for Dart
daily_extensions
👍 45 ⬇️ 542
Dart 3 compatibleMaintenance Status: Good
Set of most useful Dart extensions for daily use that increases development velocity.
stack
👍 38 ⬇️ 9.2K
Dart 3 compatibleMaintenance Status: Average
A package for stack data structure. have the push, pop, size, length, and top functionalities.
list_ext
👍 41 ⬇️ 5.2K
Dart 3 compatibleMaintenance Status: Poor
Dart extension methods for Iterable and List. You can easily sum, count elements and many more.
result_type
👍 35 ⬇️ 12.3K
Dart 3 compatibleMaintenance Status: Average
Result Type for Dart.
either_option
👍 42 ⬇️ 696
Dart 3 compatibleMaintenance Status: Poor
The simple library for Error Handling with functionnal programming concept
integral_isolates
👍 38 ⬇️ 1.8K
Dart 3 compatibleMaintenance Status: Average
The power of Dart's compute function, but using a long lived isolate.
dartlin
👍 35 ⬇️ 5.5K
Dart 3 compatibleMaintenance Status: Poor
Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.
optional
👍 38 ⬇️ 447
Dart 3 compatibleMaintenance Status: Poor
An implementation of the Optional type, which helps avoid dealing with null references
schedulers
👍 32 ⬇️ 4.1K
Dart 3 compatibleMaintenance Status: Poor
Dart library for running asynchronous functions on time. Useful for load balancing, rate limiting, lazy execution.
easy_isolate_mixin
👍 33 ⬇️ 597
Dart 3 compatibleMaintenance Status: Poor
A simplified mixin for launching Dart isolates in Flutter, seamlessly working with Flutter plugins
flutter_helper_kit
👍 33 ⬇️ 143
Dart 3 compatibleMaintenance Status: Good
flutter_helper_kit helps to improve less code extensions and widgets.
isolate_pool_2
👍 31 ⬇️ 1.3K
Dart 3 compatibleMaintenance 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
sorted
👍 31 ⬇️ 511
Dart 3 compatibleMaintenance Status: Poor
Sort lists of complex objects with ease. Simple but powerful extension method.
extension_utils
👍 31 ⬇️ 71
Dart 3 compatibleMaintenance Status: Poor
A util library that contains various extensions for strings, lists, maps, numbers and more.
dart_either
👍 14 ⬇️ 20.3K
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.
result_command
👍 29 ⬇️ 640
Dart 3 compatibleMaintenance Status: Good
A command pattern implementation for Dart and Flutter using result_dart package.
enhanced_future_builder
👍 29 ⬇️ 240
Dart 3 compatibleMaintenance Status: Poor
Wrapper that improves readability and solves the common refiring FutureBuilder problem
actors
👍 28 ⬇️ 1K
Dart 3 compatibleMaintenance Status: Average
Actors Model library for Dart. It is a thin wrapper around Dart's 'Isolate' that makes them much easier to use.
async_queue
👍 26 ⬇️ 3.3K
Dart 3 compatibleMaintenance Status: Good
This dart package ensure your pack of async tasks execute in order, one after the other.
isolated_download_manager
👍 28 ⬇️ 482
Dart 3 compatibleMaintenance Status: Poor
File download manager based on reusable isolates with progress, cancellation, pause and resume
kotlin_flavor
👍 26 ⬇️ 2.7K
Dart 3 compatibleMaintenance Status: Poor
An utility package for providing static extension methods familiar in Kotlin.
binary_tree
👍 28 ⬇️ 118
Dart 3 compatibleMaintenance 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.
disposebag
👍 21 ⬇️ 5.7K
Dart 3 compatibleMaintenance Status: Poor
A package helps to cancel StreamSubscriptions and close Sinks.
match
👍 24 ⬇️ 277
Dart 3 compatibleMaintenance Status: Poor
Dart library with match annotation for generating custom match extensions and extension methods for dart builtin types
ms_map_utils
👍 21 ⬇️ 4K
Dart 3 compatibleMaintenance Status: Poor
A dart package that implement a lot of util functions for a Map
dart_extensions_methods
👍 23 ⬇️ 684
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
swiss_knife
👍 18 ⬇️ 5.7K
Dart 3 compatibleMaintenance Status: Good
Dart Useful Tools - collections, math, date, uri, json, events, resources, regexp, etc...
selector
👍 22 ⬇️ 582
Dart 3 compatibleMaintenance Status: Good
Multi type supported platform selector to write functional programming.
dart_extensions_pro
👍 22 ⬇️ 66
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.
flutter_readable
👍 20 ⬇️ 196
Dart 3 compatibleMaintenance Status: Average
extensions and helpers for dart to save time , make the code more readable and smaller
byte_flow
👍 19 ⬇️ 146
Dart 3 compatibleMaintenance Status: Poor
Byte flow is a pure dart , dependency less library that provides common utility functions for lists and strings
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.
fsm2
👍 16 ⬇️ 557
Dart 3 compatibleMaintenance Status: Average
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.
stilo
👍 16 ⬇️ 66
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 ⬇️ 461
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 ⬇️ 214
Dart 3 compatibleMaintenance Status: Good
Return a result ErrorOr with either a value T or an error Object.
subscription_holder
👍 4 ⬇️ 190
Dart 3 compatibleMaintenance Status: Average
Subscription Holder holds StreamSubscriptions and dispose all conveniently.
ovo
👍 4 ⬇️ 55
Dart 3 compatibleMaintenance Status: Average
OvO is a Dart-first schema declaration and validation library.
hlc_dart
👍 3 ⬇️ 109
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".
hetu_script_flutter
👍 3 ⬇️ 49
Dart 3 compatibleMaintenance Status: Poor
Extension for Hetu Script. Makes it easier to use Hetu Script in Flutter apps.
algokit
👍 2 ⬇️ 63
Dart 3 compatibleMaintenance Status: Good
A versatile Dart algorithms library providing implementations of various algorithms..
data_migration
👍 2 ⬇️ 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.
mplix
👍 1 ⬇️ 169
Dart 3 compatibleMaintenance Status: Good
A collection of useful Flutter and Dart extensions to simplify common tasks.
extensions_pro
👍 1 ⬇️ 140
Dart 3 compatibleMaintenance Status: Good
Extensions Pro simplifies your development process, making it faster and more efficient.
hetu_script_dev_tools
👍 1 ⬇️ 52
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.
pending_operations
👍 0 ⬇️ 85
Dart 3 compatibleMaintenance Status: Poor
A class for tracking operations and waiting until all of them have completed
flutter_money_formatter
👍 96 ⬇️ 156
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 ⬇️ 3.2K
Maintenance Status: Good
A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API.
multi_sort
👍 28 ⬇️ 52
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 ⬇️ 687
Maintenance Status: Poor
IsolateImageCompress is a package to compress and resize the images in isolate (IsolateFlutter).
streams_channel
👍 14 ⬇️ 54
Maintenance Status: Poor
StreamsChannel is inspired from EventChannel. It allows to create streams of events between Flutter and platform side.
flutter_persistent_queue
👍 10 ⬇️ 65
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 ⬇️ 174
Maintenance Status: Poor
Combine multiple Maps into one. Equivalent to Object.assign in JS.
inherited_stream
👍 5 ⬇️ 40
Maintenance Status: Poor
An inherited widget for Streams, which updates its dependencies when the stream emits data.