Provide a serialization facility for Dart objects.
DEPRECATED package providing support for rewriting script tags to change a Dart file reference to the corresponding Javascript in browsers that don't support Dart.
A collection of (mostly) general libraries to make working with Dart more productive.
The official Dart project benchmark harness.
Experimental static analyzer for Dart.
A DEPRECATED asset build system for Dart. Given a set of input files and a set of transformations (think compilers, preprocessors and the like), will automatically apply the appropriate transforms and generate output files. When inputs are modified, automatically runs the transforms that are affected. Runs transforms asynchronously and in parallel when possible to maximize responsiveness.
Material Design Icons
Tools for building Flutter applications
A meta package for the Dart Mojo SDK
Mojom interfaces associated with Flutter
Generated bindings for mojo services
Library for 32- and 64-bit signed fixed-width integers with consistent behavior between native and JS runtimes.
Simple Physics Simulations for Dart
Dart SDK extensions for dart:ui
Dart files to support executing inside Mojo.
A file system watcher. It monitors changes to contents of directories and sends notifications when files have been added, removed, or modified.
Support for specifying test expectations via an extensible Matcher class. Also includes a number of built-in Matcher implementations for common cases.
Android flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.
Dart wrapper on SQLite, a self-contained, high-reliability, embedded, SQL database engine.
iOS/MacOS flutter plugin for SQLite, a self-contained, high-reliability, embedded, SQL database engine.
Process run helpers for Linux/Win/Mac and which like feature for finding executables.
Flutter plugin interface for SQLite, a self-contained, high-reliability, embedded, SQL database engine.
The user facing API for structuring Dart tests and checking expectations.
Logic that is shared between the front_end and analyzer packages.
Provides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger.
Easily write and test multiline input and expected output, and avoid test case data clutter in your test logic.
Test utility to ensure generated Dart code within a package is up-to-date when using package:build.
Utilities to help with Dart source code generation. Includes utilities for properly generating String literals from any String value.
JSON Schema implementation in Dart
Test support for the source_gen package. Includes helpers to make it easy to validate both success and failure cases.