LinwoodDev / Butterfly

🎨 Powerful, minimalistic, cross-platform, opensource note-taking app
https://butterfly.linwood.dev
GNU Affero General Public License v3.0
981 stars 67 forks source link

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

Closed HusniMuhammad closed 6 months ago

HusniMuhammad commented 6 months ago

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

CodeDoctorDE commented 6 months ago

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 commented 6 months ago

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

CodeDoctorDE commented 6 months ago

Added in 2.1.0-beta.5 or 2.1.0

HusniMuhammad commented 6 months ago

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