japan_post_api_client 1.0.3
japan_post_api_client: ^1.0.3 copied to clipboard
A Flutter client for the Japan Post API, simplifying integration of postal code and address search functionalities into your applications with robust token management and error handling.
1.0.3 #
- Updated dependencies and library exports.
1.0.2 #
- Updated dependencies.
1.0.1 #
- Updated README.md and README_ja.md content.
1.0.0 #
- Added comprehensive unit tests for the API client.
- Updated dependencies.
0.9.6 #
- Updated
searchcodeApiexample in README.md.
0.9.5 #
- Reorganized README.md usage examples.
0.9.4 #
- Added "Simple example (Dart cli)" to README.md.
0.9.3 #
- Corrected public IP address acquisition example in README.md.
0.9.2 #
- Updated pubspec.yaml description for higher pub points.
0.9.1 #
- Removed unused packages.
0.9.0 #
- Features:
- Implemented
ApiResultsealed class for robust API response and error handling. - Renamed
searchtosearchByPostalCodeandsearchAddresstosearchByAddressfor clarity. - Added comprehensive unit tests for the API client.
- Implemented
- Refactoring:
- Renamed
FeatureClassFactorytoApiClientFactoryand moved it tolib/src/api_client_factory.dartfor better naming and organization.
- Renamed
- Documentation:
- Updated
README.mdwith new method names,ApiResultusage, and practical code examples. - Added a "Direct API Access" section to
README.mddemonstrating the use of underlying API client objects. - Added a Japanese version of the
README.md(README_ja.md) with language switch links.
- Updated
0.0.1 #
- TODO: Describe initial release.