how to export flutter

how do we download our work files or export flatter to aab and apk in idx dev

1 Like

Currently I think the download functionality is broken so you can upload the project to GitHub and then clone it to your local machine and build your aab or apk from there.

2 Likes

That is correct. We will be looking into ways to fix the broken download functionality soon. Expect to see some updates here in the near future.

3 Likes

Thx brother

how to project to githun

well thank you very much I will wait for that feature.

1 Like

Waiting for this feature… It’ll be really helpful

  • Till then, You can use flutter build apk command to build apk of your android app.
  • Then you can push that single file to github or you can directly download it from idx, by right clicking on that file and then download.
  • Then install it in your device to you it.