flutter_dicom 0.1.0+3
flutter_dicom: ^0.1.0+3 copied to clipboard
An advanced medical imaging and DICOM processing library for Flutter.
0.1.0+3 #
- (docs): refine performance benchmarks in README
0.1.0+2 #
- (feat): add comprehensive performance benchmarks and metadata defaults
- (feat) add
DicomMetadatadefaults and refactor DICOM processing - (feat): implement
DicomMetadatadefaults and anewconstructor in Rust; refactorprocess_dicom_fileto use them. - Added
Defaultimplementation and anewconstructor forDicomMetadatain Rust. - Refactored
process_dicom_fileto useDicomMetadatadefaults when tags are missing. - (feat): add
newInstanceanddefault_static methods toDicomMetadataandDicomFrameResultDart classes. - Added
newInstanceanddefault_static methods toDicomMetadataandDicomFrameResultDart classes. - (feat): introduce
LibShadersconstant for centralized shader asset path management. - Introduced
LibShadersconstant for centralized shader asset path management. - (refactor): integrate
LibShadersintoDicomController. - Integrated
LibShadersintoDicomControllerfor shader loading. - (fix): update
MedicalScreento support an optionaltitleparameter. - Updated
MedicalScreento support an optionaltitleparameter. - (feat): add
series_performance_test.dartcovering throughput, latency, windowing stress, and lifecycle tests. - (docs): add detailed performance benchmarks and workstation-grade metrics to README.
- (chore): add test series data to
.gitignore.
0.1.0+1 #
- (fix): README images src
0.1.0 #
- Initial release of Flutter-Dicom.
- High-performance Rust core for DICOM parsing and pixel extraction.
- GPU Fragment Shaders for real-time Windowing (Level/Width).
- Support for 16-bit precision and Hounsfield Unit (HU) mapping.
- Built-in
DicomViewerwidget with interactive pan, zoom, and contrast adjustments. - Comprehensive metadata extraction (Patient Name, Modality, Rescale Slope/Intercept, etc.).
- Cross-platform support (Android, iOS, macOS, Windows, Linux).