fliq 0.0.2 fliq: ^0.0.2 copied to clipboard
Fliq is a simple and fluent Flutter library for building Restful clients with a focus on ease of use and readability. Supports cookies, interceptors and authentication.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fliq
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
fliq: ^0.0.2
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:fliq/fliq.dart';