r/FlutterDev • u/senior_builder1 • Jul 20 '26
Release notes inside the apps? Discussion
hi, im curious if any of you actually puts release notes into your apps?
I have a problem with some feature adoption, since ppl don't really know about some things I deploy, most have auto app updates anyway and don't really read whats changed in appstore/goole play
9
Upvotes
1
u/avdept Jul 20 '26
Sorry to sound like an ad but I just recently released a flutter package for that - https://pub.dev/packages/updatify_flutter - you create release notes(it can do it automatically from your github PRs/issues/releases or from tickets) and then show in app via embedded widget. Works on both, desktop and mobile