Last updated:
0 purchases
flusmic
flusmic #
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
copied to clipboard
Create an instance of Flusmic:
final flusmic = Flusmic(prismicEndpoint: 'yourendpoint');
copied to clipboard
Check our wiki to discover more.
About
Getting Started
Querying
Handling response
Custom data
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.