Question: Are third party widgets still compatible?
tinusg opened this issue · 2 comments
tinusg commented
I don't fully understand what the consequences of switching to equinox will be. Are third party widgets, like image picker, still compatible? Is it possible to use or fall back to Material or Cupertino style widgets if needed?
kekland commented
Hi! Yes, Equinox uses MaterialApp internally, and I think third-party widgets should be ok (I'm using image picker in my own app, and it works just fine).
tinusg commented
Thanks!