- Initial version.
- Added functionality to run a Dart backend file (
be
command). - Added functionality to run a Flutter app (
fe
command). - The Dart file is now specified as an argument instead of being hardcoded.
- Added help message functionality (
-help
command). - The tool can now be installed and updated globally.
- Improved error handling for invalid commands.
- Added a
version
function to enable users to see if library was installed successfully
- Added a /src/app.dart finder to ensure that the user can also run an actual dartivemon server when debugging