A complete implementation of authentication and Rest API connection with the backends that use Django Rest Framework.
Features
Supports SimpleJWT
Automatically store tokens and refresh
Make quick REST API requests to your DRF backend
Getting started
To install it just run:
flutter pub add django_rest_framework_client
and import in in your files like this:
import 'package:django_rest_framework_client/django_rest_framework_client.dart';
Usage
You can find best practices of using this package in example app.
const like = 'sample';
Additional information
For more info and help: