Installation
Add stackchain to dev_dependencies only.
Requirements
Section titled “Requirements”- Dart SDK
>=3.0.0 <4.0.0 - An existing Flutter project (
flutter create my_app)
Install
Section titled “Install”cd my_appdart pub add --dev stackchainOr in pubspec.yaml:
dev_dependencies: stackchain: ^1.4.0Then flutter pub get.
Check it works
Section titled “Check it works”dart run stackchain help