How to Build the app for testing (build an apk) ?
https://flutter.dev/docs/deployment/android see the doc for reference
In terminal run: flutter build apk
It will build an apk and show the folder. You can then install it in your phone to test, or share to multiple users for testing.