directus_api_manager 1.14.0
directus_api_manager: ^1.14.0 copied to clipboard
Communicate with a Directus server using its REST API.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add directus_api_manager
With Flutter:
$ flutter pub add directus_api_manager
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
directus_api_manager: ^1.14.0
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:directus_api_manager/directus_api_manager.dart';