dev 1.0.0 copy "dev: ^1.0.0" to clipboard
dev: ^1.0.0 copied to clipboard

Dev tools and widgets for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dev

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

dependencies:
  dev: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:dev/dev.dart';
1
likes
140
points
10.8k
downloads

Publisher

verified publisherandrebaltazar.com

Weekly Downloads

Dev tools and widgets for Flutter applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, gestures

More

Packages that depend on dev