- Published on
Flutter Performance Part 5: Breaking Limits with Rust & FFI
Push your Flutter app to the absolute limit. Learn how to achieve zero-overhead native communication using FFI and Rust, and when you should (and shouldn’t) use it.
Blog
Push your Flutter app to the absolute limit. Learn how to achieve zero-overhead native communication using FFI and Rust, and when you should (and shouldn’t) use it.
Stop freezing your app during heavy data processing. Learn the difference between async/await and true concurrency, and how to use Isolate.run() to keep your UI silky smooth.