toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 28319 packages
Sort by PUB-AZS
A fluent, builder-based library for generating valid Dart code.
A wrapper around InheritedWidget to make them easier to use and more reusable.
RxDart is an implementation of the popular ReactiveX api for asynchronous programming, leveraging the native Dart Streams api. #rxdart#reactive-programming#streams#observables#rx
Better node.js preamble for dart2js, use it in your build system.
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.#equality#equals
Manage a finite pool of resources. Useful for controlling concurrent file system or network requests.
Reusable base class for platform interfaces of Flutter federated plugins, to help enforce best practices.#federation#plugin-development
Fake asynchronous events such as timers and microtasks for deterministic testing.
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.
A library for YAML manipulation with comment and whitespace preservation.#yaml