Creating and publishing a new Flutter package to pub.dev in 2 hours

At work, we had a random idea to add the 25th frame to our apps (Google it or watch some YouTube videos about the 25th frame, it’s an interesting phenomenon). However, I took it a step further and became quite serious about it.

Over the weekend, I created a Flutter package specifically designed to show the 25th frame on top of the content for one frame. It took me about 2 hours to develop and release the package. Surprisingly, it’s not as complicated as it seems.

To demonstrate this, I wrote an article that provides a step-by-step guide on creating, documenting, and publishing a Flutter package, fast. Happy reading!

10 Likes

Nice tutorial💯

1 Like