Y
Hacker News
new
|
ask
|
show
|
jobs
by
bonsai80
2765 days ago
Does Flutter (and related tooling) offer anything to push small code changes out to devices without doing a full version update to the app stores (similar to what can be done with React Native)?
1 comments
judge2020
2765 days ago
Flutter is compiled to native ARM code, and as such doesn't allow this functionality. This exact limitation is mentioned in the article.
link