dart_dev 4.2.3 copy "dart_dev: ^4.2.3" to clipboard
dart_dev: ^4.2.3 copied to clipboard

Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_dev
copied to clipboard

With Flutter:

 $ flutter pub add dart_dev
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dart_dev: ^4.2.3
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dart_dev/dart_dev.dart';
copied to clipboard
6
likes
110
points
246k
downloads

Publisher

verified publisherworkiva.com

Weekly Downloads

2024.09.14 - 2025.03.29

Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, args, async, collection, crypto, glob, io, logging, path, pub_semver, pubspec_parse, stack_trace, yaml

More

Packages that depend on dart_dev