pub.dev API to get platform support and license information of packages

62 views Asked by At

The goal is to get this platform support info and the license information of a specific package via API: Information visible on the pub.dev/packages/ website, i'd like to retrieve via API

Similar to this question, I'd like to retrieve the platform support of my used packages in my flutter or dart projects BUT via API.

Any help is highly appreciated.

I've checked the API documentation but did not find any related information. I'm hesitating to parse the website, as I believe there must be a different way to do this.

I've also checked the api client without any luck regarding platforms nor license information

0

There are 0 answers