PHPackages                             anandpilania/laravel-flutter-getx - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. anandpilania/laravel-flutter-getx

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

anandpilania/laravel-flutter-getx
=================================

Laravel package that easily scaffold Flutter project as Laravel structure &amp; GetX

v1.0.3(4y ago)311MITPHPPHP ^7.4 || ^8.0

Since May 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AnandPilania/laravel-flutter-getx)[ Packagist](https://packagist.org/packages/anandpilania/laravel-flutter-getx)[ RSS](/packages/anandpilania-laravel-flutter-getx/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

\[DEV\] laravel-flutter-getx
============================

[](#dev-laravel-flutter-getx)

Scaffold Flutter project from [Laravel](https://laravel.com) :) with [GetX](https://pub.dev/packages/get) to accomplish Laravel structure.

[![Hits](https://camo.githubusercontent.com/d13c1d7b20053ebc06897eb15b91583b4e7e6555b2b0c92fb961c8f8f7652245/68747470733a2f2f686974732e736565796f756661726d2e636f6d2f6170692f636f756e742f696e63722f62616467652e7376673f75726c3d68747470732533412532462532466769746875622e636f6d253246416e616e6450696c616e69612532466c61726176656c2d666c75747465722d6765747826636f756e745f62673d253233464633383633267469746c655f62673d2532333243334535302669636f6e3d2669636f6e5f636f6c6f723d253233453745374537267469746c653d4849545326656467655f666c61743d66616c7365)](https://hits.seeyoufarm.com)

What it'll do:
--------------

[](#what-itll-do)

1. `Create` Flutter project via `shell_exec`
2. Structure it like Laravel
3. Scaffold

Structure
---------

[](#structure)

```
- lib
  - app
    - bindings // DI
    - controllers // Business Logic
    - exceptions
    - models
    - providers // API communications
    - services // Global/App services
  - config // App config
  - mocks // Mocking data in 'dev' env
  -resources
    - lang
    - views
      - widgets
  - main.dart
  - routes.dart // Route management

```

#### \[WINDOWS ONLY: till now\] IF YOU WANT TO CREATE NEW FLUTTER APP WITH THIS STRUCTURE:

[](#windows-only-till-now-if-you-want-to-create-new-flutter-app-with-this-structure)

1: Clone the repo, 2: Open `cmd` &amp; change the working dir to `bin` &amp; run,

```
.\win-structure.bat APP_NAME

```

This will first run `flutter create` command &amp; structure your new app afterthat.

How to use
----------

[](#how-to-use)

1. Install

```
composer require anandpilania/laravel-flutter-getx

```

2. Publish the `config`

```
php artisan vendor:publish --tag=laravel-flutter-getx

```

3. Configure the `flutter apps` path `config\laravel-flutter-getx.php`
4. Create Flutter Project

```
php artisan flutter:create project_name

```

Other commands
--------------

[](#other-commands)

- `flutter:make:binding` =&gt; w/o `controller` &amp;| `provider`
- `flutter:make:controller` =&gt; w/o `provider`
- `flutter:make:exception` =&gt; w/o message
- `flutter:make:lang`
- `flutter:make:mock` =&gt; w/o `model`
- `flutter:make:model` =&gt; w/o `mock`
- `flutter:make:provider` =&gt; w/o sample
- `flutter:make:service`
- `flutter:make:view`

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

1823d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b1209e551536746ac78a8a4b7f5a2cc13f776629484c441edc5d3f1a50edbea0?d=identicon)[AnandPilania](/maintainers/AnandPilania)

---

Top Contributors

[![AnandPilania](https://avatars.githubusercontent.com/u/14306728?v=4)](https://github.com/AnandPilania "AnandPilania (16 commits)")

---

Tags

flutterflutter-devtoolsgetxlaravellaravel-flutterscaffoldlaravelscaffoldgetxflutterphp-laravel

### Embed Badge

![Health badge](/badges/anandpilania-laravel-flutter-getx/health.svg)

```
[![Health](https://phpackages.com/badges/anandpilania-laravel-flutter-getx/health.svg)](https://phpackages.com/packages/anandpilania-laravel-flutter-getx)
```

###  Alternatives

[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[summerblue/generator

Extend Laravel's generators scaffold.

34139.9k](/packages/summerblue-generator)[whitecube/laravel-timezones

Store UTC dates in the database and work with custom timezones in the application.

106106.2k](/packages/whitecube-laravel-timezones)[forxer/laravel-gravatar

A library providing easy gravatar integration in a Laravel project.

4235.6k](/packages/forxer-laravel-gravatar)[iteks/laravel-enum

A comprehensive Laravel package providing enhanced enum functionalities, including attribute handling, select array conversions, and fluent facade interactions for robust enum management in Laravel applications.

2516.7k](/packages/iteks-laravel-enum)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
