Desdaemon / flutter_rust_bridge_template

Template for Flutter + Rust integration with flutter_rust_bridge.
https://desdaemon.github.io/flutter_rust_bridge_template/
Apache License 2.0
120 stars 63 forks source link

generate ABIs for x86 and x86_64 by default #23

Closed dbsxdbsx closed 1 year ago

dbsxdbsx commented 1 year ago

In file android\app\build.gradle, I modified it to make generation ABIs for x86 and x86_64 by default. Also, I add ed some comments to make them more understandable.

If this pr is accepted, I plan to add some pr to modify the article https://cjycode.com/flutter_rust_bridge/integrate/android_tasks.html.