tomatophp/tomato-flutter

your package description will go here

Fund package maintenance!
3x1io

Installs: 92

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 1

Forks: 1

Open Issues: 0

Language:Dart

v1.0.8 2023-11-06 15:17 UTC

This package is auto-updated.

Last update: 2024-04-06 16:12:53 UTC


README

Screenshot

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.