google.dev
google.dev
The Dart analyzer settings and best practices used internally at Google.
A list with helper methods to programmatically scroll to an item.
A widget that detects the visibility of its child and notifies a callback.
Utility for wrapping an asynchronous function in automatic retry logic with exponential back-off, useful when making requests over network.
Generate more helpful exceptions when decoding YAML documents using package:json_serializable and package:yaml.
A convinent request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations.
Automatically generate code for converting to and from JSON by annotating Dart classes.
Classes and helper functions that support JSON code generation via the `json_serializable` package.
A Dart library containing convenient extension methods on basic Dart objects.
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>>`.