- Updated schema by @leoafarias
- Add missing field to pubspec by @jxstxn1
- Feature: Added topics parameters to search method
- Chore: Improved models equality and toString methods
- Fix: Hanging on close #40
- Feature: Ability to customize user-agent
- Chore: Set the minimum Dart SDK version to
3.0.0
. by @gmpassos - Chore: Update dependencies by @gmpassos
- Chore: Switched analysis to use
lints
by @gmpassos - Chore: Pub.dev API no longer returns latestStableVersion for documentation endpoint
- Fix: Handle invalid json on exception
- Add the ability to search with any tags 32 thanks @Rexios80
- Updated dependencies
- Removed freezed
- chore: Updated dependencies
- Updated min SDK Version to 2.17
Thank you @Rexios80 for all the great contributions
- chore: Updated dependencies
- fix: Recursive paging shares client
- added: More tests
- Fixed
Client
interace for custom HTTP Client by @Rexios80 #17 - Added Flutter Favorites, Google Packages and Publisher Package request helpers.
- Added
close
method to PubClient
- Exposed SearchOrder for sorting
- Ability to sort search results.
- PackageScore nullable fields. Package metrics does not return fields when package is being processed. #10
- PublisherId is now a nullable string
- Better exception messaging
- Support for retrieve pub credentials on windows
- Ability to list liked packages
- Like and unlike a package
- Ability to get all package names for completion functionality
- Fetching Google packages calls hosted static file
- Check latest update API
- Deprecated packages to keep smaller dependency tree
- Deprecated checkUpdatePrinter
- Null safety
- Ability to pass custom http Client as param.
- Changed latest version to display stable version only
- Added search filter for
publisher
or fordependency
- Added Google packages helpers
- Added package publisher
- Added package options
- Added package version info
- Added documentation
- Exposed models
- Better pubspec parsing
- Added check for package update
- Added console printer for package update
- Added user-agent to requests
- Further improvements
- Test improvements and API clean up
- Initial version