offline_first_fhir_client 0.0.30
offline_first_fhir_client: ^0.0.30 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 [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add offline_first_fhir_client
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
offline_first_fhir_client: ^0.0.30
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:offline_first_fhir_client/offline_first_fhir_client.dart';