nabil6391 / graphview

Flutter GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
MIT License
415 stars 115 forks source link

No graph displayed on iOS Released #114

Open brakzog opened 6 months ago

brakzog commented 6 months ago

Hello, I have a strange issue with your library. During my development, everything works well and I can test and see a graph generated with your library. But when I have tried to generate mat application and installing it to my iPhone using TestFlight, trying to display the graph will only show me blank screen like in this picture :

IMG_1FC12958411D-1

Instead as you can see below everything works well in debug mode : image

Do you have any idea what can cause this issue and how to fix it? Thanks in advance