akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.
https://akvelon.com
Apache License 2.0
197 stars 47 forks source link

Cannot overwrite value with enterText in integration tests #232

Closed alexeyinkin closed 1 year ago

alexeyinkin commented 1 year ago

Starting at v0.2.16 enterText does not change the value of the editor. An example is integrationTest_standalone_change_example_sdk_run in Playground.