virak 0.0.1
virak: ^0.0.1 copied to clipboard
A Flutter package providing utilities and widgets for CRUD operations with REST APIs.
virak #
virak is a Flutter package that provides utilities and widgets for easy CRUD operations with REST APIs.
It is designed to simplify API integration, handle tokens automatically, and work with user-defined models and endpoints.
Advantages of This Package #
- Works for both public and secured APIs: Handles endpoints that require authentication or are open.
- Optional token support: Tokens are only used if set, allowing flexible API usage.
- Automatic token handling for CRUD requests: Tokens are automatically included in all create, read, update, and delete requests.
- Flexible user-defined models and endpoints: Easily adapt to any project by passing custom data models and API endpoints.
Getting Started #
Add virak to your pubspec.yaml:
dependencies:
virak: ^0.0.1