ghost 2.0.0-nullsafety.0 copy "ghost: ^2.0.0-nullsafety.0" to clipboard
ghost: ^2.0.0-nullsafety.0 copied to clipboard

outdated

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

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

dependencies:
  ghost: ^2.0.0-nullsafety.0

Alternatively, your editor might support dart 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
0
pub points
72%
popularity

Publisher

verified publishervincentengel.io

Ghost CMS API client that closely follows the official implementation

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, json_annotation

More

Packages that depend on ghost