visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
280 stars 44 forks source link

Sys - Move to services all the state calls that reference code from other modules #231

Closed adrian-moisa closed 7 months ago

adrian-moisa commented 1 year ago

For example in the SelectionService we should not be reading directly the state of KeyboardService. We should be calling methods from the KeyboardService. Scan the entire codebase for such occurances.

image