Automatically generate code for converting to and from JSON by annotating Dart classes.
Code generation for immutable classes that has a simple syntax/API without compromising on the features.
The implementation of the lint rules supported by the analyzer framework. This package is not intended to be used directly.
A composable, multi-platform, Future-based API for HTTP requests.
A string-based path manipulation library. All of the path operations you know and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the web.
The Dart analyzer settings and best practices used internally at Google.
RFC4122 (v1, v4, v5) UUID Generator and Parser for all Dart platforms (Web, VM, Flutter)
A Dart package that helps to implement value based equality without needing to explicitly override == and hashCode.
Implementations of SHA, MD5, and HMAC cryptographic functions
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"