turnkey_http 0.1.1 copy "turnkey_http: ^0.1.1" to clipboard
turnkey_http: ^0.1.1 copied to clipboard

A Dart package for making HTTP requests to the Turnkey API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add turnkey_http
copied to clipboard

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

dependencies:
  turnkey_http: ^0.1.1
copied to clipboard

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:turnkey_http/turnkey_http.dart';
copied to clipboard
2
likes
130
points
128
downloads

Publisher

verified publisherturnkey.com

Weekly Downloads

2024.09.16 - 2025.03.31

A Dart package for making HTTP requests to the Turnkey API.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

build, chopper, collection, flutter, glob, http, json_annotation, path, swagger_dart_code_generator, turnkey_api_key_stamper, turnkey_encoding

More

Packages that depend on turnkey_http