anpheros_sdk 0.1.1
anpheros_sdk: ^0.1.1 copied to clipboard
Dart client for Anpheros Platform — a health-data backend with FHIR R4, patient consent (OAuth 2.1 / SMART on FHIR), provenance and an AI context API.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add anpheros_sdkWith Flutter:
$ flutter pub add anpheros_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
anpheros_sdk: ^0.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:anpheros_sdk/anpheros_sdk.dart';