dep_check 0.0.2 copy "dep_check: ^0.0.2" to clipboard
dep_check: ^0.0.2 copied to clipboard

discontinued

A package which simplifies the task of updating your Flutter dependencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dep_check

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

dependencies:
  dep_check: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:dep_check/dep_check.dart';
2
likes
35
points
15
downloads

Publisher

verified publishervrt.be

Weekly Downloads

A package which simplifies the task of updating your Flutter dependencies.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, http, pub_semver, yaml

More

Packages that depend on dep_check