-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature: Toolbar menu enhancement #8
Comments
Probably due to
Going to try pichillilorenzo/flutter_inappwebview#1735 (comment). |
Cool. Keep us posted. Thanks. 👌 |
Created #9, as these are still in-progress. Haven't yet committed the implementation of the emoji custom button because I want to do a slight refactor to separate concerns to make the code more readable. I'm documenting as I go. Had a bit of trouble with the custom button, mostly because I was using a separate package for this Inserting the emoji was another pain in my shoes. Since I wasn't using the native keyboard emojis (there is no way to invoke the native's keyboard emoji selection on all platforms, otherwise I would have used https://pub.dev/packages/keyboard_emoji_picker), I had to hijack the controller and properly insert the string in the document. This wasn't working, causing the app to crash. I had to dabble with the |
Thanks for the update. As you know, I'm very keen to get the existing functionality we already have into the |
I’ve added all of the three requirements. I’ve spent a chunk of time trying to get testing to work so the emojis would be covered but, after spending much of my time actually getting the tests to work (the package https://github.com/Fintasys/emoji_picker_flutter/tree/master/test doesn’t do any widget testing at all, therefore there’s nothing there I can work by), I finally got it to work. However, what left me stumped is that it’s not being correctly covered (for some odd reason). I’ve inclusively made a separate integration test with the same code that is used in the widget unit test to see the test flow in a real device and it’s properly working. 23-09-26-16-03-51.mp4So I don’t know how to make it “get covered”. I’ve added the test (and the integration test setup so people could run it on real devices) and committed it to this PR. But I just wanted to leave this note here. |
@LuchoTurtle thanks for the note on coverage. 🤔 |
Opened an issue in Fintasys/emoji_picker_flutter#156, as this only seems to occur in the |
Having had a look over dwyl/app#275, since we now have a basic editor that works on both
web
andmobile
, the next step would be to enhance it, according to the specifications in dwyl/app#275 (comment).Here's my plan:
h3
).The text was updated successfully, but these errors were encountered: