singerdmx / flutter-quill

Rich text editor for Flutter

Home Page:https://pub.dev/packages/flutter_quill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in quill_html_converter.dart

jay-k98 opened this issue · comments

commented

Is there an existing issue for this?

Steps to reproduce

  • import alias contains typo "conventer"

Expected results

  • converter

Actual results

  • conventer

Code sample

Typo
import 'package:vsc_quill_delta_to_html/vsc_quill_delta_to_html.dart'
    as conventer show ConverterOptions, QuillDeltaToHtmlConverter;