Zefyr watercooler
September 4, 2019 at 11:18pmZefyr watercooler
September 4, 2019 at 11:18pmSeptember 10, 2020 at 4:02pm
If you need basic inline styling like bold and italic text you may be able to get away with a solution on top of this https://stackoverflow.com/questions/57839668/how-to-change-color-of-particular-text-in-a-text-field-dynamically/57846261#57846261
nope, this example only shows how to add custom styling to the standard Flutter's input field. You'll need to implement actual logic for applying styles and come up with a format to store this information (could probably use Deltas as well, but may be better to use something simpler).
As I said I will have an update in a few weeks to Zefyr which should improve situation with web platform among other things.
September 29, 2020 at 12:32pm
Hi! (pulyaevskiy). Does Zefyr supports flutter web now?
September 29, 2020 at 6:49pm
There is new version in the works which works better on the Web. See details in https://github.com/memspace/zefyr/issues/409 That said, Flutter for Web itself is missing a few key features, in particular proper rendering of rich text. This makes current experience quite a bit broken. We probably need to wait until the Flutter team lands their engine refactoring to CanvasKit
September 30, 2020 at 12:50pm
October 2, 2020 at 4:45am
October 25, 2020 at 9:49pm
December 23, 2020 at 2:10am
Today I got some CI/CD set up for a personal hobby project. You can see the result, including a Zefyr editor in the main page, at https://note-maps.web.app
It really doesn't do anything useful yet. It's also never going to provide a standard formatting toolbar. It's probably not a good example of how to use Zefyr. But there it is anyway!
January 3, 2021 at 4:06am