0 purchases
bond cli
Bond CLI #
Bond CLI is a command-line tool for streamlining Flutter Bond app development.
Installation #
dart pub global activate bond_cli
copied to clipboard
Local Development #
To activate the Bond CLI for local development, run the following command:
dart pub global activate --source="path" . --executable="bond" --overwrite
copied to clipboard
Important: After each update to the code, you may need to delete the cached snapshot of the Bond CLI to ensure your changes are reflected.
To delete the cached snapshot, navigate to the following path and remove the snapshot files:
.dart_tool/pub/bin/bond_cli/*.snapshot
copied to clipboard
This step ensures that your code changes are recognized during development.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.