offline_first_fhir_client 0.0.6
offline_first_fhir_client: ^0.0.6 copied to clipboard
The offline_first_fhir_client library provides a comprehensive solution for managing and syncing FHIR resources in Flutter applications with offline-first capabilities. It is designed for developers b [...]
0.0.1 #
- Initial release featuring offline-first functionality, enabling data storage in JSON format using Hive, along with an API service for seamless synchronization with the server.
0.0.2 #
- Updated Json_path to 0.7.2 version due to support issue in FlutterFlow.
0.0.3 #
- Updated intl to 0.19.0 version due to support issue in FlutterFlow.
0.0.4 #
- Updated API Headers to support API calls in FlutterFlow.
0.0.5 #
- Removed unnecessary exports from offline_first_fhir_client.dart. Added a Get API call function for paginated data. Updated logics for syncing in example App.
0.0.6 #
- Updated Search Resource function name searchResourceByGivenKeysExample -> searchResourceByGivenKeys