22 lines
490 B
YAML
22 lines
490 B
YAML
|
|
name: async
|
||
|
|
version: 2.13.0
|
||
|
|
description: Utility functions and classes related to the 'dart:async' library.
|
||
|
|
repository: https://github.com/dart-lang/core/tree/main/pkgs/async
|
||
|
|
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aasync
|
||
|
|
|
||
|
|
topics:
|
||
|
|
- async
|
||
|
|
|
||
|
|
environment:
|
||
|
|
sdk: ^3.4.0
|
||
|
|
|
||
|
|
dependencies:
|
||
|
|
collection: ^1.15.0
|
||
|
|
meta: ^1.3.0
|
||
|
|
|
||
|
|
dev_dependencies:
|
||
|
|
dart_flutter_team_lints: ^3.0.0
|
||
|
|
fake_async: ^1.2.0
|
||
|
|
stack_trace: ^1.10.0
|
||
|
|
test: ^1.16.6
|