depend 2.0.1
depend: ^2.0.1 copied to clipboard
Dependencies is a library for managing dependencies in Flutter applications. It provides a convenient way to initialize and access services or repositories via an InheritedWidget.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dependWith Flutter:
$ flutter pub add dependThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
depend: ^2.0.1Alternatively, 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:depend/depend.dart';