An open-source pub.dev client for searching and subscribing to packages.
- Search pub.dev
- Subscribe to updates for a given package.
- Subscribe to the new packages feed
- Organize subscriptions into projects
- Add the ability to share a package
Developers. Include a file at lib/secrets.dart
with your own
github ClientID and Client Secret in order to get github logging in functionality:
String gitHubClientId = '5b8861234ClientID7';
String gitHubClientSecret = 'a7e55678ClientSecret998b';