django_rest_framework_client 0.0.6
django_rest_framework_client: ^0.0.6 copied to clipboard
A complete implementation of Authentication and Rest API connection with the backends that use Django Rest Framework. Supports refreshing and storing tokens, supports SimpleJWT
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add django_rest_framework_clientWith Flutter:
$ flutter pub add django_rest_framework_clientThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
django_rest_framework_client: ^0.0.6Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:django_rest_framework_client/django_rest_framework_client.dart';