Installing
Install via command line or VSCode extension
To add Disco to your project, open a terminal in your project’s root directory and run:
You can also use the VSCode extension (>Dart: Add Dependency).
Install manually
Alternatively, you can add Disco manually by updating your pubspec.yaml
file as follows:
After updating the file, run flutter pub get
in your terminal to fetch the dependencies.