contentful_flutter 0.0.13 copy "contentful_flutter: ^0.0.13" to clipboard
contentful_flutter: ^0.0.13 copied to clipboard

The Contentful Flutter SDK is a Dart package that allows you to access the Contentful Content Delivery API from your Flutter app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add contentful_flutter

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

dependencies:
  contentful_flutter: ^0.0.13

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:contentful_flutter/contentful_flutter.dart';
2
likes
160
pub points
45%
popularity
screenshot

Publisher

verified publisherhackberry.se

The Contentful Flutter SDK is a Dart package that allows you to access the Contentful Content Delivery API from your Flutter app.

Homepage
Repository (GitHub)
View/report issues

Topics

#contentful #platform #cms #article #blog

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, fpdart, freezed_annotation, http, json_annotation, logger, retry

More

Packages that depend on contentful_flutter