flusmic 4.0.1 copy "flusmic: ^4.0.1" to clipboard
flusmic: ^4.0.1 copied to clipboard

A functional and kind of elegant Prismic.io integration for Dart and Flutter.

flusmic #

pub flusmic codecov Project Status: Active License: MIT style: very good analysis

A (unofficial) prismic.io integration for Dart and Flutter.

Getting Started #

Add Flusmic in your pubspec.yaml file.

dependencies:
  flusmic: ^4.0.1 /// latest version

Create an instance of Flusmic:

final flusmic = Flusmic(prismicEndpoint: 'yourendpoint');

Check our wiki to discover more.

Roadmap #

  • ✅ Slices.
  • ✅ Querying by predicates.
  • ✅ Languages and search params.
  • ✅ Date and time predicates.
  • ✅ Orderings search param.
  • ✅ Auth token.
  • ✅ RichText support.
  • ✅ graphQuery support.
  • ❌ Automatic decode for custom classes.
11
likes
140
points
703
downloads
screenshot

Publisher

verified publisherpixela.tech

Weekly Downloads

A functional and kind of elegant Prismic.io integration for Dart and Flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, freezed_annotation, json_annotation

More

Packages that depend on flusmic