larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
526 stars 260 forks source link

Add appcast ABI filtering #354

Open vladchuk opened 7 months ago

vladchuk commented 7 months ago

Filtering only based on the OS/version is too limiting for Android devices. It is generally recommended to build artifacts per ABI, but there is currently no way to thus filter appcast items, forcing one to use a "fat" apk which is a few times bigger than necessary.

This PR addresses the issue: #347 Please review and integrate.