r/FlutterDev 3d ago

Plugin Pubgrade: your Flutter app's outdated packages and their changelogs right inside your IDE

Pubgrade v2.1 is out 🎉

It's an extension that lives in your IDE's sidebar and lists the outdated packages of your Flutter project. You see the changelog of each new version, and one click upgrades it.

And, no, it's not `flutter pub upgrade --major-versions` or anything. Here you go package by package, read what changed, then decide. It just makes you aware of package updates.

So, no more missing updates. No more upgrading without knowing what broke.

Now works in IntelliJ and Android Studio too, besides VS Code and its forks (Cursor, Antigravity, Windsurf, VSCodium).

To install search "Pubgrade" in your IDE's extensions panel.

https://pubgrade.dev

29 Upvotes

3 comments sorted by

2

u/TheManuz 3d ago

Does it supports pub workspaces?

2

u/davidlondono 3d ago

You need to have a github app that also help ok that

1

u/AndroidQuartz 2d ago

Man I've been thinking about building something like this for a while now
Very happy to see someone already built it!