-
Notifications
You must be signed in to change notification settings - Fork 845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Major update 6 #1461
Major update 6 #1461
Conversation
flutter_quill_extensions will fail again, we probably need to publish the package to pub.dev and then update things from flutter_quill_extensions, also we should publish the flutter_quill_extensions updates to pub.dev |
Another option is that you publish the package instead |
Are we talking about flutter_quill_extensions?? because you told me @Jon-Salmon has access to the publishing |
Yes I mean if you don't want to be blocked on that. Create a new package |
Do you mean fork the repository of flutter_quill_extensions?? |
Oh pub.dev check url uniqueness? I see. Probably have to work around it |
Yes |
Sure |
Can't run the example - it shows failed assertion. |
Hm, it also works for me on Android emulator. |
if it is related to the Linux binary application building. then I can't fix it right now since this library is not supported for Linux yet as it uses plugins that don't support Linux yet. I will look into that soon but it would be helpful to share more details |
I think the idea of example is that it loads 'assets/sample_data.json' for mobile and 'assets/sample_data_nomedia.json' for desktop, and therefore works for desktop OS too, just without dealing with images, videos, etc. The traceback is as follows:
|
Please also take a look at #1288, cause it seems to be connected with images which you're also working on. |
Sure, I will checkout tomorrow. But can you upload some images or short video?? |
|
Thank you for the report As soon we finish the refactoring and other issues we will work on this one |
More changes...