ed_dicom_viewer 0.0.2 copy "ed_dicom_viewer: ^0.0.2" to clipboard
ed_dicom_viewer: ^0.0.2 copied to clipboard

It is used to view .dcm (Dicom) files for flutter. Android only for now.

ED Dicom Viewer #

For now it only supports Android. iOS coming soon! #

ED Dicom Viewer is an innovative tool designed to effectively process and analyze DICOM files on the Flutter platform. This comprehensive solution stands out with its ability to easily read basic DICOM data such as patient information, as well as convert MR images contained in the files into Flutter compatible images. ED Dicom Viewer is ideal for increasing efficiency in your medical imaging projects and providing rich image processing capabilities in Flutter-based applications.Imebra SDK was used for Android.

pubdev

Installation #

To use ED Dicom Viewer in your Dart project, add it to your project's pubspec.yaml file under dependencies:

  dependencies:
    ed_dicom_viewer: <latest_version>

Then, run the following command to install the package:

  dart pub get

Usage #

import 'package:ed_dicom_viewer/ed_dicom_viewer.dart';

final _dicomViewerPlugin = EdDicomViewer();

EdDicomModel response = await _dicomViewerPlugin.getViewDicom('---Dicom File Path---');

Contributors #

Author: endmr11 "github"

Feedback #

If you have any feedback, please contact us at erndemir.1@gmail.com.

2
likes
120
pub points
37%
popularity

Publisher

unverified uploader

It is used to view .dcm (Dicom) files for flutter. Android only for now.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ed_dicom_viewer