Tutorial: A Flutter+Rust app
📄️ Tutorial: A Flutter+Rust app
In this tutorial, let us draw a Mandelbrot set (a well-known infinite-resolution "image" generated by a simple math formula). The image is plotted in Flutter UI, generated by Rust algorithm, and communicated via this library.
📄️ Android setup
JDK 8
📄️ Alternative NDK setup
This is only needed if you wish to use a version of the Android NDK higher than version 22 with versions of Rust that are lower than version 1.68.