所以,我有一个zend restAPI,我实现了Zend_Rest_Controller,应用程序可以工作,但是url方案对我来说很奇怪。www.example.com/public/user/post <- triggers post action in my UserController
www.example.com/public/user/put<- triggers put action in my UserControl
在脚本的末尾,我希望为代码生成器运行flutter pub run build_runner build。但我需要配置颤振命令,我不知道如何配置。否则,输出为command not found: flutter。一开始,我以为颤振安装任务已经解决了这个问题。但是它不知道。有人知道我需要配置什么才能运行颤振命令吗?