tomatophp / tomato-flutter
your package description will go here
Fund package maintenance!
3x1io
Installs: 176
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 2
Open Issues: 0
Language:Dart
Requires
- php: ^8.1|^8.2
- tomatophp/console-helpers: ^1.1
- tomatophp/tomato-crm: ^1.1
- tomatophp/tomato-notifications: ^1.1
- tomatophp/tomato-php: ^1.1
README
Tomato flutter
Build a Flutter App Using Artisan Commands, the generated app will be an HMVC app with a clean architecture and a powerful CRUD generator.
Requirements
please check that you have flutter installed and working on your system by check
flutter doctor
and you must have at least one emulator or device connected to your system
Installation
composer require tomatophp/tomato-flutter
Generate App
to generate a new app you just need to run this command
php artisan tomato-flutter:generate
Generate Module
to generate a new module you just need to run this command
php artisan tomato-flutter:module
Generate Controller
to generate a new controller you just need to run this command
php artisan tomato-flutter:controller
Generate Service
to generate a new service you just need to run this command
php artisan tomato-flutter:service
Support
you can join our discord server to get support TomatoPHP
Docs
you can check docs of this package on Docs
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
Please see SECURITY for more information about security.
Credits
License
The MIT License (MIT). Please see License File for more information.