ghost 2.0.3 copy "ghost: ^2.0.3" to clipboard
ghost: ^2.0.3 copied to clipboard

Ghost CMS API client that closely follows the official implementation

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ghost

With Flutter:

 $ flutter pub add ghost

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

dependencies:
  ghost: ^2.0.3

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:ghost/ghost.dart';
5
likes
130
pub points
76%
popularity

Publisher

verified publishervincentengel.io

Ghost CMS API client that closely follows the official implementation

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

http, json_annotation

More

Packages that depend on ghost