dorm_client 0.0.8 copy "dorm_client: ^0.0.8" to clipboard
dorm_client: ^0.0.8 copied to clipboard

An easy-to-use Dart client for interacting with multiple DORM APIs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dorm_client

With Flutter:

 $ flutter pub add dorm_client

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

dependencies:
  dorm_client: ^0.0.8

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:dorm_client/dorm_client.dart';
0
likes
145
pub points
54%
popularity

Publisher

verified publisherkirtz.eu

An easy-to-use Dart client for interacting with multiple DORM APIs.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, json_annotation

More

Packages that depend on dorm_client