頂級的Flutter Dart擴展和增強套件 --------------------------------------------------- 如果您希望通過添加新的數據結構、有用的擴展和其他功能來增強Dart語言,那麼請看下面的Dart套件列表,它可以提升您的Dart開發體驗。 * * *
fpdart
787
Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
quiver
558
Quiver is a set of utility libraries for Dart that makes using many Dart libraries easier and more convenient, or adds additional functionality.
flutter_isolate
400
FlutterIsolate provides a way to launch dart isolate in flutter that work with flutter plugins.
fast_immutable_collections
327
Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.
kartal
202
Kartal is an extension package for easy to use at app development time. You can access more features with primitive variables(context, string etc.).
dart_eval
194
A flexible Dart bytecode compiler and interpreter written in Dart, enabling code push for AOT Dart apps.
kt_dart
165
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.
reflectable
158
Reflection support based on code generation, using 'capabilities' to specify which operations to support, on which objects.
common_utils
150
Dart常用工具庫。包含DateUtil、EncryptUtil、JsonUtil、LogUtil、MoneyUtil、NumUtil、ObjectUtil、RegexUtil、TextUtil、TimelineUtil、TimerUtil。
darq
142
The power of lazy-evaluated enumerables in your hands! (A port of functional LINQ from the .NET library.)
squadron
134
Multithreading and worker thread pool for Dart / Flutter, to offload CPU-bound and heavy I/O tasks to Isolate or Web Worker threads.
either_dart
134
Error handler library for type-safe and easy work with errors on Dart and Flutter. Either is an alternative to Nullable value and Exceptions.
async_task
97
Asynchronous tasks and parallel executors (similar to thread pools) for all Dart platforms (transparently), without having to deal with 'Isolate' complexity.
isolate_handler
96
Effortless isolates abstraction layer with support for inter-isolate communication.
copy_with_extension
94
Annotation for generating 'copyWith' extensions code using 'copy_with_extension_gen'.
flustars
86
Flutter常用工具庫。包括SpUtil、ScreenUtil、WidgetUtil、DirectoryUtil、ImageUtil。SharedPreferences工具,屏幕信息和屏幕適配,獲取圖像大小。
dart_extensions
83
Set of method-extensions for dart that makes using framework in a much easier and clean way also adds additional functionality.
fleasy
80
Useful and easy to use extensions, helper classes and widgets to create Flutter apps easier.
screwdriver
75
A dart package aiming to provide useful extensions and helper functions to ease and speed up development.
more
63
More Dart — Literally. Collecting, iterating, caching, mathematics, matching, ordering, and formatting easily.
directed_graph
52
Generic directed graph and weighted directed graph with algorithms enabling sorting and topological ordering of vertices.
fixnum
51
Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.
chunked_stream
42
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>>
isolate_manager
41
Create multiple long-lived isolates for a function (keep it active to send and receive data), supports Worker and WASM on the Web.
list_ext
39
Dart extension methods for Iterable and List. You can easily sum, count elements and many more.
daily_extensions
36
Set of most useful Dart extensions for daily use that increases development velocity.
ordered_set
29
A simple implementation of an Ordered Set for Dart that allows multiple items with the same priority.
extension_utils
29
A util library that contains various extensions for strings, lists, maps, numbers and more.
enhanced_future_builder
28
Wrapper that improves readability and solves the common refiring FutureBuilder problem
combine
26
A Flutter package which allows you to work with MethodChannels in Isolate and provides simplified Isolate and Thread Pool API.
isolated_download_manager
25
File download manager based on reusable isolates with progress, cancellation, pause and resume