visual-space / visual-editor

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

Blocks - Text class is colliding with Text from flutter. We need to rename #33

Closed adrian-moisa closed 2 years ago

adrian-moisa commented 2 years ago

This is rather irritating when using Quill in a file that already imports Text fields. The 2 classes collide. We need to rename our own implementation of Text. Currently this can be worked around by using import 'package:flutter_quill/flutter_quill.dart' hide Text;. Ideally we should not be forced to do it this way.

Join us on discord to get implementation advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter software architecture advice.

adrian-moisa commented 2 years ago

Fixed during the refactor effort