Integrations
Flutter
Integrate Laravel REST API with your Flutter application using the community-maintained laravel_rest_api_flutter package.
This is a community package, not an official Laravel REST API integration. It is maintained independently by xefi.
Overview
The laravel_rest_api_flutter package provides a clean, typed integration between your Flutter app and a Laravel REST API backend. It supports searching, mutating, deleting, and triggering actions.
The full documentation is available at xefi.github.io/laravel-rest-api-flutter-doc.
Installation
flutter pub add laravel_rest_api_flutter
Features
- Search — Query and filter resources with a typed builder
- Mutate — Create, update, and manage related records
- Actions — Trigger custom backend actions
- Delete / Restore / Force Delete — Full resource lifecycle support
- Responses & Gates — Handle typed responses and authorization gates
- Testing utilities — Built-in support for unit testing repositories