pub_api_client 3.0.0 pub_api_client: ^3.0.0 copied to clipboard
An API Client for Pub to interact with public package information.
3.0.0 #
- Replaced deprecated
pubspec
topubspec_parse
package - Extensions for Pubspec, repository, issueTracker, screenshots, and issueTracker are now properties and not methods, for consistency with
pubspec_parse
2.7.0 #
- Updated schema by @leoafarias
- Added missing field to pubspec by @jxstxn1
2.6.0 #
- Feature: Added topics parameters to search method
- Chore: Improved models' equality and toString methods
- Fix: Hanging on close #40
2.5.0 #
- Feature: Ability to customize user-agent
- Chore: Set the minimum Dart SDK version to
3.0.0
by @gmpassos - Chore: Updated 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
2.3.0 #
- Updated dependencies
- Removed freezed
2.2.2 #
- Chore: Updated dependencies
- Updated min SDK version to 2.17
2.2.1 #
Thank you @Rexios80 for all the great contributions
- Chore: Updated dependencies
- Fix: Recursive paging shares client
- Added: More tests
2.2.0 #
- Fixed
Client
interface for custom HTTP Client by @Rexios80 #17 - Added Flutter Favorites, Google Packages, and Publisher Package request helpers.
2.1.1 #
- Added
close
method to PubClient
2.0.6 #
2.0.1 #
1.0.9 #
Changed #
- Ability to pass custom HTTP Client as a parameter
- Changed latest version to display stable version only