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.
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 usingimport '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.