How to access Flutter plugin pubspec.yaml programatically?

286 Views Asked by At

Lots of questions regarding how to access the pubspec.yaml, but only solutions for Flutter apps. This questions targets Flutter plugins for which a package like package_info_plus will not return the version from pubspec.yaml, but rather from the corresponding example app.

1

There are 1 best solutions below

1
Aaydin On

Choose Project option and then track below way:

Project>External Libraries>Flutter Plugins

You can see them like in the below screenshot:

related image