Flutter Gems is a curated list of 7100+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter Dart Extension and Enhancement packages
Last updated: March 18, 2026
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
👍 780 ⬇️ 8.1M
Dart 3 compatibleMaintenance Status: Good
Value types with builders, Dart classes as enums, and serialization. This library is the runtime dependency.
equatable
👍 3.61K ⬇️ 3.6M
Dart 3 compatibleMaintenance Status: Good
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
collection
👍 1.42K ⬇️ 5.1M
Dart 3 compatibleMaintenance Status: Average
Collections and utilities functions and classes related to collections.
code_builder
👍 288 ⬇️ 6M
Dart 3 compatibleMaintenance Status: Good
A fluent, builder-based library for generating valid Dart code.
async
👍 625 ⬇️ 5.5M
Dart 3 compatibleMaintenance Status: Average
Utility functions and classes related to the 'dart:async' library.
pool
👍 126 ⬇️ 5.7M
Dart 3 compatibleMaintenance Status: Good
Manage a finite pool of resources. Useful for controlling concurrent file system or network requests.
typed_data
👍 57 ⬇️ 5.5M
Dart 3 compatibleMaintenance Status: Average
Utility functions and classes related to the dart:typed_data library.
fixnum
👍 67 ⬇️ 5M
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
👍 341 ⬇️ 4.2M
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
👍 310 ⬇️ 4M
Dart 3 compatibleMaintenance Status: Average
A collection of utilities to transform and manipulate streams.
synchronized
👍 647 ⬇️ 2.8M
Dart 3 compatibleMaintenance Status: Good
Lock mechanism to prevent concurrent access to asynchronous code.
quiver
👍 660 ⬇️ 2M
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.
timing
👍 32 ⬇️ 2M
Dart 3 compatibleMaintenance Status: Average
A simple package for tracking the performance of synchronous and asynchronous actions.
dartz
👍 1.54K ⬇️ 402.3K
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.02K ⬇️ 625.3K
Dart 3 compatibleMaintenance Status: Poor
Superpowers for Dart. Collection of useful static extension methods.
tuple
👍 482 ⬇️ 1.1M
Dart 3 compatibleMaintenance Status: Poor
A library providing a tuple data structure.
fpdart
👍 1.11K ⬇️ 220.3K
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 ⬇️ 17.1K
Dart 3 compatibleMaintenance Status: Poor
Supercharged brings all the comfort features from languages like Kotlin to all Flutter developers.
easy_debounce
👍 437 ⬇️ 239.1K
Dart 3 compatibleMaintenance Status: Poor
An extremely easy-to-use method call debouncer package for Dart/Flutter.
basic_utils
👍 377 ⬇️ 188.5K
Dart 3 compatibleMaintenance Status: Average
Common util classes for Strings, Dates, X509, PKCS, Cryptographie and more.
flutter_isolate
👍 477 ⬇️ 17.6K
Dart 3 compatibleMaintenance Status: Average
FlutterIsolate provides a way to launch dart isolate in flutter that work with flutter plugins.
fast_immutable_collections
👍 401 ⬇️ 75.4K
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
👍 397 ⬇️ 37.9K
Dart 3 compatibleMaintenance Status: Good
The worker_manager allows you to manage CPU-intensive calculations across isolates
extension
👍 54 ⬇️ 253.1K
Dart 3 compatibleMaintenance Status: Good
Package including lot helpers for easy developing on dart language
type_plus
👍 29 ⬇️ 263.6K
Dart 3 compatibleMaintenance Status: Average
Give your types superpowers and spice up your generics. Make types great again.
mutex
👍 115 ⬇️ 171.5K
Dart 3 compatibleMaintenance Status: Poor
Mutual exclusion with implementation of normal and read-write mutex
dart_eval
👍 271 ⬇️ 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.
debounce_throttle
👍 75 ⬇️ 196.3K
Dart 3 compatibleMaintenance Status: Poor
A debouncer and throttle that works with Futures, Streams, and callbacks.
copy_with_extension
👍 110 ⬇️ 143.5K
Dart 3 compatibleMaintenance Status: Good
Annotation for generating `copyWith` extensions code using `copy_with_extension_gen`.
more
👍 86 ⬇️ 162.1K
Dart 3 compatibleMaintenance Status: Good
More Dart — Literally. Collecting, iterating, caching, mathematics, matching, ordering, and formatting easily.
squadron
👍 210 ⬇️ 30.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.
dispose_scope
👍 17 ⬇️ 227.7K
Dart 3 compatibleMaintenance Status: Poor
Simple package making it easy to dispose (aka cancel, aka close) your objects.
kartal
👍 223 ⬇️ 2.3K
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
👍 172 ⬇️ 54.1K
Dart 3 compatibleMaintenance Status: Good
Multiple results for dart. Inspired by dartz's Either and Kotlin's sealed classes
result_dart
👍 167 ⬇️ 59.3K
Dart 3 compatibleMaintenance Status: Good
Result for dart. It is an implementation based on Kotlin Result and Swift Result.
either_dart
👍 158 ⬇️ 48.1K
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.
buffer
👍 19 ⬇️ 191.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.
reflectable
👍 185 ⬇️ 12.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.
simple_observable
👍 6 ⬇️ 196.6K
Dart 3 compatibleMaintenance Status: Poor
Observe value changes using a Future, Stream, and/or a callback.
maybe_just_nothing
👍 11 ⬇️ 186.1K
Dart 3 compatibleMaintenance Status: Good
Yet another variation of the good old Maybe monad with eager execution written in Dart.
common_utils
👍 172 ⬇️ 8.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.8K
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.
darq
👍 156 ⬇️ 20.4K
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 ⬇️ 41.8K
Dart 3 compatibleMaintenance Status: Average
Queue up futures from multiple sources and await their return anywhere in your code.
intersperse
👍 52 ⬇️ 98.3K
Dart 3 compatibleMaintenance Status: Poor
Insert an element between each element of an Iterable or List.
global_configuration
👍 139 ⬇️ 6.5K
Dart 3 compatibleMaintenance Status: Poor
A flutter package for managing different configurations and making them available everythere inside the app.
isolate_manager
👍 126 ⬇️ 19.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.
rx
👍 12 ⬇️ 124.2K
Dart 3 compatibleMaintenance Status: Good
Reactive Extensions Library for Dart providing an API for asynchronous programming with observable streams.
basics
👍 112 ⬇️ 15K
Dart 3 compatibleMaintenance Status: Poor
A Dart library containing convenient extension methods on basic Dart objects.
screwdriver
👍 113 ⬇️ 1.9K
Dart 3 compatibleMaintenance Status: Good
A dart package aiming to provide useful extensions and helper functions to ease and speed up development.
async_task
👍 106 ⬇️ 9.2K
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.
ordered_set
👍 33 ⬇️ 85.1K
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.
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.
chunked_stream
👍 52 ⬇️ 46.8K
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>`.
dart_extensions
👍 93 ⬇️ 535
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.
isolated_worker
👍 89 ⬇️ 2.5K
Dart 3 compatibleMaintenance Status: Poor
A singleton isolated worker for Flutter (Isolate) and Web (Web Worker).
eventify
👍 45 ⬇️ 47.6K
Dart 3 compatibleMaintenance Status: Poor
A cancellable event emitter which supports context based event driven programming.
directed_graph
👍 69 ⬇️ 18.5K
Dart 3 compatibleMaintenance Status: Good
Generic directed graph and weighted directed graph with algorithms enabling sorting and topological ordering of vertices.
fleasy
👍 83 ⬇️ 191
Dart 3 compatibleMaintenance Status: Average
Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
crdt
👍 81 ⬇️ 1.3K
Dart 3 compatibleMaintenance Status: Average
Dart implementation of Conflict-free Replicated Data Types (CRDTs).
number_display
👍 76 ⬇️ 2.9K
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
👍 58 ⬇️ 18.1K
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 ⬇️ 82
Dart 3 compatibleMaintenance Status: Poor
Agents are state that lives on a background isolate.
executor
👍 32 ⬇️ 37.7K
Dart 3 compatibleMaintenance Status: Good
Executes async tasks with a configurable maximum concurrency and rate.
async_builder
👍 66 ⬇️ 39
Dart 3 compatibleMaintenance Status: Poor
Flutter Future and Stream builder with less boilerplate and better error handling.
circular_buffer
👍 7 ⬇️ 61.3K
Dart 3 compatibleMaintenance Status: Average
A Dart Circular Buffer container based on List with a fixed capacity.
cancellation_token
👍 25 ⬇️ 42.2K
Dart 3 compatibleMaintenance Status: Poor
Easy async task cancellation for tasks using cancellation tokens in Dart.
computer
👍 62 ⬇️ 1.3K
Dart 3 compatibleMaintenance Status: Poor
Easy to use pool of concurrent workers with compute() like API.
event
👍 48 ⬇️ 13.9K
Dart 3 compatibleMaintenance Status: Average
Create lightweight custom Events, that allow interested subscribers to be notified that something has happened.
flinq
👍 57 ⬇️ 1.3K
Dart 3 compatibleMaintenance Status: Poor
Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecesary boilerplate work with collections.
oxidized
👍 51 ⬇️ 7.4K
Dart 3 compatibleMaintenance Status: Average
Definitions of Rust-like types, Option and Result, to promote safer programming.
hetu_script
👍 54 ⬇️ 81
Dart 3 compatibleMaintenance Status: Poor
Hetu is a lightweight scripting language for embedding in Flutter apps.
easy_isolate
👍 53 ⬇️ 655
Dart 3 compatibleMaintenance Status: Average
An abstraction of the isolate providing an easy way to work with different threads
nepali_utils
👍 51 ⬇️ 2.2K
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.
throttling
👍 44 ⬇️ 7.9K
Dart 3 compatibleMaintenance Status: Poor
Contain "throttling" and "debouncing" async helper classes with listeners
stack
👍 38 ⬇️ 13.7K
Dart 3 compatibleMaintenance Status: Poor
A package for stack data structure. have the push, pop, size, length, and top functionalities.
integral_isolates
👍 42 ⬇️ 9.2K
Dart 3 compatibleMaintenance Status: Poor
The power of Dart's compute function, but using a long lived isolate.
supercharged_dart
👍 34 ⬇️ 17.2K
Dart 3 compatibleMaintenance Status: Poor
Supercharged brings all the comfort features from languages like Kotlin to all Dart developers.
sortedmap
👍 43 ⬇️ 7.7K
Dart 3 compatibleMaintenance Status: Average
A map of objects which can be sorted and filtered on both their key and value
daily_extensions
👍 49 ⬇️ 302
Dart 3 compatibleMaintenance Status: Average
Set of most useful Dart extensions for daily use that increases development velocity.
rx_command
👍 49 ⬇️ 253
Dart 3 compatibleMaintenance Status: Poor
Reactive event handler wrapper class inspired by ReactiveUI.
dart_helper_utils
👍 45 ⬇️ 2.9K
Dart 3 compatibleMaintenance Status: Good
Dart utilities and extensions, with type-safe conversions via the re-exported convert_object package.
sealed_unions
👍 47 ⬇️ 30
Dart 3 compatibleMaintenance Status: Poor
Sealed Unions for Dart
list_ext
👍 42 ⬇️ 2.2K
Dart 3 compatibleMaintenance Status: Poor
Dart extension methods for Iterable and List. You can easily sum, count elements and many more.
either_option
👍 42 ⬇️ 909
Dart 3 compatibleMaintenance Status: Poor
The simple library for Error Handling with functionnal programming concept
dart_either
👍 20 ⬇️ 23.9K
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.
dartlin
👍 37 ⬇️ 5.1K
Dart 3 compatibleMaintenance Status: Poor
Dartlin is a helper library that provides readable methods with which you can write cleaner looking code.
r_tree
👍 11 ⬇️ 29.8K
Dart 3 compatibleMaintenance Status: Good
R-tree implementation to index and query two-dimensional data
optional
👍 38 ⬇️ 199
Dart 3 compatibleMaintenance Status: Poor
An implementation of the Optional type, which helps avoid dealing with null references
result_type
👍 34 ⬇️ 3K
Dart 3 compatibleMaintenance Status: Average
Result Type for Dart.
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.
result_command
👍 33 ⬇️ 681
Dart 3 compatibleMaintenance Status: Good
A command pattern implementation for Dart and Flutter using result_dart package.
easy_isolate_mixin
👍 33 ⬇️ 389
Dart 3 compatibleMaintenance Status: Poor
A simplified mixin for launching Dart isolates in Flutter, seamlessly working with Flutter plugins
flutter_helper_kit
👍 33 ⬇️ 177
Dart 3 compatibleMaintenance Status: Average
flutter_helper_kit helps to improve less code extensions and widgets.
async_queue
👍 29 ⬇️ 2.6K
Dart 3 compatibleMaintenance Status: Average
This dart package ensure your pack of async tasks execute in order, one after the other.
isolate_pool_2
👍 31 ⬇️ 502
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
sorted
👍 31 ⬇️ 474
Dart 3 compatibleMaintenance Status: Poor
Sort lists of complex objects with ease. Simple but powerful extension method.
extension_utils
👍 31 ⬇️ 230
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.
actors
👍 29 ⬇️ 686
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 ⬇️ 310
Dart 3 compatibleMaintenance Status: Poor
Wrapper that improves readability and solves the common refiring FutureBuilder problem
isolated_download_manager
👍 28 ⬇️ 409
Dart 3 compatibleMaintenance Status: Poor
File download manager based on reusable isolates with progress, cancellation, pause and resume
kotlin_flavor
👍 26 ⬇️ 2.5K
Dart 3 compatibleMaintenance Status: Poor
An utility package for providing static extension methods familiar in Kotlin.
binary_tree
👍 28 ⬇️ 113
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 ⬇️ 5K
Dart 3 compatibleMaintenance Status: Poor
A package helps to cancel StreamSubscriptions and close Sinks.
match
👍 24 ⬇️ 132
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 ⬇️ 519
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 ⬇️ 53
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.
ms_map_utils
👍 21 ⬇️ 1.2K
Dart 3 compatibleMaintenance Status: Poor
A dart package that implement a lot of util functions for a Map
selector
👍 22 ⬇️ 116
Dart 3 compatibleMaintenance Status: Good
Multi type supported platform selector to write functional programming.
swiss_knife
👍 18 ⬇️ 3.1K
Dart 3 compatibleMaintenance Status: Good
Dart Useful Tools - collections, math, date, uri, json, events, resources, regexp, etc...
flutter_readable
👍 20 ⬇️ 98
Dart 3 compatibleMaintenance Status: Poor
extensions and helpers for dart to save time , make the code more readable and smaller
byte_flow
👍 19 ⬇️ 155
Dart 3 compatibleMaintenance Status: Poor
Byte flow is a pure dart , dependency less library that provides common utility functions for lists and strings
fsm2
👍 18 ⬇️ 545
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 ⬇️ 624
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 ⬇️ 47
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 ⬇️ 371
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 ⬇️ 120
Dart 3 compatibleMaintenance Status: Good
Return a result ErrorOr with either a value T or an error Object.
funx
👍 5 ⬇️ 45
Dart 3 compatibleMaintenance Status: Good
Composable function decorators for advanced execution control and reliability.
subscription_holder
👍 4 ⬇️ 143
Dart 3 compatibleMaintenance Status: Poor
Subscription Holder holds StreamSubscriptions and dispose all conveniently.
hlc_dart
👍 4 ⬇️ 67
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 ⬇️ 48
Dart 3 compatibleMaintenance Status: Poor
OvO is a Dart-first schema declaration and validation library.
data_migration
👍 3 ⬇️ 33
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.
hetu_script_flutter
👍 3 ⬇️ 31
Dart 3 compatibleMaintenance Status: Poor
Extension for Hetu Script. Makes it easier to use Hetu Script in Flutter apps.
extensions_pro
👍 2 ⬇️ 228
Dart 3 compatibleMaintenance Status: Good
Extensions Pro simplifies your development process, making it faster and more efficient.
algokit
👍 2 ⬇️ 70
Dart 3 compatibleMaintenance Status: Average
A versatile Dart algorithms library providing implementations of various algorithms..
mplix
👍 1 ⬇️ 37
Dart 3 compatibleMaintenance Status: Good
A collection of useful Flutter and Dart extensions to simplify common tasks.
hetu_script_dev_tools
👍 1 ⬇️ 32
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 ⬇️ 94
Dart 3 compatibleMaintenance Status: Poor
A class for tracking operations and waiting until all of them have completed
flutter_money_formatter
👍 96 ⬇️ 188
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 ⬇️ 3K
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 ⬇️ 20
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 ⬇️ 46
Maintenance Status: Poor
IsolateImageCompress is a package to compress and resize the images in isolate (IsolateFlutter).
streams_channel
👍 14 ⬇️ 70
Maintenance Status: Poor
StreamsChannel is inspired from EventChannel. It allows to create streams of events between Flutter and platform side.
flutter_persistent_queue
👍 10 ⬇️ 90
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 ⬇️ 323
Maintenance Status: Poor
Combine multiple Maps into one. Equivalent to Object.assign in JS.
