Added support for regions outside of EU
Bugfix for StoryblokClient.getDataSourceEntries()
.
- Handles bug from Storyblok when copy-pasting rich-text in their visual editor causing color to change format and image meta_data to become "[object Object]" instead of a JSON object.
- Added
color
extension getter on rich text fore/backgroundColor. - Renamed
HexColor
->StoryblokColor
. - Renamed
colorHex
->colorString
.
- Separated StoryblokClient to its own client.dart export file and all the model exports into models.dart to fix dart:ui being imported when using the code generator.
- Renamed export file
flutter_storyblok.dart
->models.dart
. - Moved
StoryblokClient
export file fromflutter_storyblok.dart
->client.dart
.
Added remaining properties on Story.
Updated README
Fix "Asset is abstract" error.
Docs comments.
Post publish fixes.
Initial release.