Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.29 KB

todo.md

File metadata and controls

55 lines (41 loc) · 2.29 KB

Todo

This is a todo list page that added recently and will be updated soon.

Table of contents

Flutter Quill

Features

  • Add support for Text magnification feature, for more info
  • Provide a way to expose quills undo redo stacks, for more info
  • Add callback to the QuillToolbarColorButton for custom color picking logic

Improvemenets

  • Improve the Raw Quill Editor, for more info
  • Provide more support to all the platforms
  • Extract the shared properties between QuillRawEditorConfigurations and QuillEditorConfigurations
  • The todo in the this commit needs to be checked
  • use maybeOf and of instead ofNotNull in the providers to follow flutter offical convenstion, completly rework the providers and update the build context extensions
  • Add line through to the text when the check point checked is true
  • Change the color of the numbers and dots in ol/ul to match the ones in the item list
  • Fix the bugs of the font family and font size
  • Try to update Quill Html Converter
  • When pasting a HTML text from cliboard by not using the context menu builder, the new logic won't work
  • When selecting all text and paste HTML text, it will not replace the current text, instead it will add a text
  • Add strike-through in checkbox text when the checkpoint is checked
  • No more using of dynamic
  • There is a bug here, the first character is not being formatted when choosing font family or font size and type in the editor
  • Fix the toolbar and the toolbar buttons, rework some of them, for example missing tooltips

Bugs

Empty for now. Please go to the issues

Flutter Quill Extensions

Features

Improvemenets

Bugs