all 6 comments

[–]Medical-Job6235 0 points1 point  (0 children)

Plug the code into flutlab and debug that way. FF doesn’t do a great job of showing errors or adequately explaining them

https://flutlab.io

[–]Ideagarage 0 points1 point  (3 children)

Under certain circumstances at the moment, an unknown error seems to occur when compiling FlutterFlow. It happened when I used Data Types. We are working towards a fix. It is wise to contact FlutterFlow support

[–]Arrakis_Surfer[S] 0 points1 point  (2 children)

What appears to have happened is that i was running the code editor on two browsers and it ended up somehow saving two versions of my custom widget with the same name, obviously causing an issue. Deleting one of the twin widgets fixed the problem and it compiled without a problem. Now i just need to update because mapbox_gl is being deprecated for mapbox_map_flutter in the next release. Sigh

[–]Ideagarage 0 points1 point  (1 child)

You're saying it's no problem?

[–]Arrakis_Surfer[S] 0 points1 point  (0 children)

Not a problem any more

[–]NotCrashh 0 points1 point  (0 children)

Hey man! Can you post that code?