Comment by doodlesdev
11 hours ago
Flutter doesn't use Skia anymore and you can absolutely bind to native libraries from Flutter with ease [0]. The current strategy (build hooks) is relatively new. You can also just write Kotlin or Swift for your application [1] using channel APIs. Finally, you can still have native pages in your app if needed for certain widgets [2] and still save time rewriting everything and all of your business logic for every single other page of the application that doesn't need those widgets. In fact, you can even mix native widgets and Flutter-rendered widgets in the same screen.
[0]: https://docs.flutter.dev/platform-integration/bind-native-co...
[1]: https://docs.flutter.dev/platform-integration/platform-chann...
No comments yet
Contribute on Hacker News ↗