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

A complete REST API client with authentication for Django Rest Framework based backends

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add drf_client

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

dependencies:
  drf_client: ^0.0.6

Alternatively, your editor might support 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
150
pub points
20%
popularity

Publisher

verified publishertijorat.org

A complete REST API client with authentication for Django Rest Framework based backends

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

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

More

Packages that depend on drf_client