toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 5529 packages
Sort by PUB-AZS
Versions and version constraints implementing pub's versioning policy. This is very similar to vanilla semver, with a few corner cases.#dart-pub#semver
Provides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger.#logging#debugging
Simple package for parsing pubspec.yaml files with a type-safe API and rich error reporting.#dart-pub
A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.
Dart implementation of sprintf. Provides simple printf like formatting such as sprintf("hello %s", ["world"]);
A simple package for tracking the performance of synchronous and asynchronous actions.
Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.#persistence#shared-preferences#storage
A Dart mock library which simplifies mocking with null safety support and no manual mocks or code generation.#mock#test
Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App"
Code generation for immutable classes that has a simple syntax/API without compromising on the features.