dicom_flutter_radiology_kit 0.0.3
dicom_flutter_radiology_kit: ^0.0.3 copied to clipboard
Drop-in medical imaging kit for Flutter Web featuring WADO-RS streaming, Web Worker WASM decoding, dynamic 16-bit scalar VOI LUT rendering, and clinical viewports.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dicom_flutter_radiology_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dicom_flutter_radiology_kit: ^0.0.3Alternatively, 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:dicom_flutter_radiology_kit/dicom_flutter_radiology_kit.dart';