Django Rest Framework Client for Flutter

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:

https://docs.tijorat.org/flutter/drf-client

Leave a Reply

Your email address will not be published. Required fields are marked *