📐Use
to generate a new app you just need to run this command
php artisan tomato-flutter:generatemake sure you are installed Tomato CRM and the APIs is working fine.
now your app is ready you can start previewing it on your browser
cd /flutter/APP_NAME && flutter run -D chromeif you need to run it on your Android emulator you can do that and it will ask you to add multiDex please press y
Generate Module
to generate a new module you just need to run this command
php artisan tomato-flutter:moduleGenerate Controller
to generate a new controller you just need to run this command
php artisan tomato-flutter:controllerGenerate Service
to generate a new service you just need to run this command
php artisan tomato-flutter:serviceLast updated
Was this helpful?
