I'd like to see someone make a fork of Flutter (or maybe a new project all together) that changes it from using a custom renderer like Skai or Impeller to instead use native platform bindings the same way React Native does. Realistically, no matter the implementation, a custom rendering engine will almost always perform worse than native elements. What I'm hoping to eventually see is s way to build apps with the DX of Flutter/Dart and the performance of React Native.