laravel_rest_api_flutter is a Flutter package that simplifies interaction with a Laravel REST API.
Laravel REST API is the backend package this Flutter client is designed to work with.
It provides:
RestApiClient) that you implement with your preferred HTTP library (e.g. dio).This design helps you keep your integration:
Use this documentation to:
The Flutter SDK provides a typed client for the Laravel Rest API (Lomkit), covering all main resource interactions:
For detailed examples, refer to the dedicated documentation sections.