drf_client 0.0.4 copy "drf_client: ^0.0.4" to clipboard
drf_client: ^0.0.4 copied to clipboard

A complete REST API client for Django Rest Framework based backends, empowering you to build your app effortlessly without reinventing the wheel. Supports Django OAuth Toolkit, SimpleJWT, and token st [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add drf_client

With Flutter:

 $ flutter pub add drf_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  drf_client: ^0.0.4

Alternatively, 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:drf_client/drf_client.dart';
1
likes
0
pub points
25%
popularity

Publisher

verified publishertijorat.org

A complete REST API client for Django Rest Framework based backends, empowering you to build your app effortlessly without reinventing the wheel. Supports Django OAuth Toolkit, SimpleJWT, and token store/refresh using Shared Preferences.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

app_links, flutter, flutter_secure_storage, http, oauth2, url_launcher, win32_registry

More

Packages that depend on drf_client