flutterpackageversion

How to know when a Flutter package was released/published?


I don't want to know when the last release was.

But I want to know when the first release was.

I have tried searching Google for the package like:

When the flutter_package_name was released?

But no luck in that.


Solution

  • To know when a specific Flutter package was released:

    1. Go to the package page in pub.dev


    2. Press on Versions

    2


    3. Scroll down to the bottom, there you will find the date of the first release

    3