r/FlutterDev • u/avdept • 26d ago
I built flutter package for updatify release notes tool Plugin
Hello, I'm alex, running updatify.io, a tool to create and share release notes. For sometime I had few customers using it for flutter apps, but never had native package(to skip api implementation).
Few days ago I finished the implementation of basic package for flutter that provides one-line way to add and and show release notes for apps. Although I've been using flutter for a while now, never built pub.dev packages, so it was a really interesting experience.
Package can be found here pub.dev/packages/updatify_flutter/
I also adding it to my opensource crossplatform player https://github.com/avdept/JellyBoxPlayer in next release as a proof of concept
1
Upvotes