Posts
Chat
Members
Info
Hi hope you are doing well i have import zefyr package for testing but when i…
/C:/flutter/.pub-cache/hosted/pub.dartlang.org/zefyr-0.10.0/lib/src/widgets/input.dart:11:7: Error: The non-abstract class 'InputConnectionController' is missing implementations for these members: • TextInputClient.currentAutofillScope • TextInputClient.currentTextEditingValue …
0
Short to mid term state of Zefyr
I'm using Zefyr for a personal pet project which I want to get forward, but do not have any real time pressure with. I'm currently slightly stuck at a point where I'd love to have at least features like tags or mentions in Zefyr; but frankly, I might as well work on other parts…
0
Zefyr JSON not compatible with actual Quill Delta
I am using ngx-quill as my editor for my Angular 2+ project and Zefyr as my Flutter mobile app. I have a problem with compatibility, the formats of both JSONs are different, Zefyr doesn't use "ops" and some names of the text formats are different, how can I fix this? Example…
2
ZefyrScaffold class is undefined
I'm trying to test the Zefyr text editor, but i'm getting this error: "The method 'ZefyrScaffold' isn't defined for the type [...]. Try correcting the name to the name of an existing method, or defining a method named 'ZefyrScaffold'" 1. I added the package in the pubspec.yaml…
2
ios project build issue using : zefyr: ^0.12.0
Running Xcode build... [{"event":"app.progress","params":{"appId":"7b4f4d8a-ce61-4321-819e-1fed43874d17","id":"0","progressId":null,"message":"Running Xcode build..."}}] [ +3 ms] executing: [/Users/cirightios2/AndroidStudioProjects/frk_html_editor/ios/] /usr/bin/env xcrun…
0
I want to get imageUrl in zefyr document
Hi thanks for giving amazing plugin. I want to get list of image urls. is it possible?
6
Retriving the data without editor?
The documentation shows how to load data from storage but i saved on firebase and want to retrieve the document field and show it in a container without the editor.Is there a way to do it?
5