Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: create architecture specific applications for. Android platform #657

Closed
1 task done
HusniMuhammad opened this issue Apr 5, 2024 · 4 comments
Closed
1 task done
Assignees
Labels
ci enhancement Small enhancements to existing features
Milestone

Comments

@HusniMuhammad
Copy link

HusniMuhammad commented Apr 5, 2024

Which feature is your request related to?

No response

Describe your request for enhancements!

create architecture specific applications for Android platform like armv7a, armv8a , x86 In GitHub releases

Note:_ F-droid currently not supporting this feature
So maintain current universal apk design also

If you have resources & time

Benefit: smaller download size for apk file

Thanks

Additional context

I want to download applications faster even though data charges not a problem. for me it's internet speed is the problem Mobile data plan (faster only when midnight 🦇)

Code of Conduct

  • I agree to follow this project's Code of Conduct
@HusniMuhammad HusniMuhammad added the enhancement Small enhancements to existing features label Apr 5, 2024
@github-project-automation github-project-automation bot moved this to 📕 Todo in Butterfly Apr 5, 2024
@HusniMuhammad HusniMuhammad changed the title [Enhancement]: create architecture specific specific applications [Enhancement]: create architecture specific applications for. Android platform Apr 5, 2024
@CodeDoctorDE
Copy link
Member

I would add it to the download list if I there is an option to build a architecture specific app.
Do you know if this is possible with flutter and if yes, how?

@CodeDoctorDE CodeDoctorDE added ci enhancement Small enhancements to existing features and removed enhancement Small enhancements to existing features labels Apr 6, 2024
@CodeDoctorDE
Copy link
Member

Oh I found something:

flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi --flavor nightly

I will try to add it in the next nightly and it should be also available in the next stable 2.1.0

@github-project-automation github-project-automation bot moved this from 📕 Todo to ✅ Done in Butterfly Apr 6, 2024
@CodeDoctorDE
Copy link
Member

Added in 2.1.0-beta.5 or 2.1.0

@CodeDoctorDE CodeDoctorDE added this to the 2.1 milestone Apr 6, 2024
@HusniMuhammad
Copy link
Author

I would add it to the download list if I there is an option to build a architecture specific app. Do you know if this is possible with flutter and if yes, how?

Thanks for replying, I don't have any knowledge about application development in general although I have little bit knowledge in web development and Linux , I think you found solution from yourself, anyway thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci enhancement Small enhancements to existing features
Projects
Archived in project
Development

No branches or pull requests

2 participants