I’m working on a Flutter application where I need to read and display the contents of CAD files in .dwg and .dxf formats. These files contain architectural drawings and other vector data. I’m looking for a widget or a method in Flutter that can handle these formats and render the content within the app.
I’ve explored several options, but I couldn’t find a direct way to do this. Ideally, I want to be able to:
Load and parse DWG/DXF files.
Display the drawing content (e.g., lines, shapes, text) in a Flutter widget.
Allow basic interaction like zooming and panning.
Does anyone know of a package or method to achieve this in Flutter? Or would I need to use a native solution and integrate it with Flutter? Any guidance or examples would be greatly appreciated!
I was expecting to find a Flutter widget or package that could load and display DWG/DXF file contents, allowing for basic interactions like zooming and panning.
Gaurav is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.