Skip to content

The repository contains the implementation on flutter the stateless (BLoC) widget for visualization ECG.

Notifications You must be signed in to change notification settings

mk590901/graph_widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stateless (BLoC) widget for visualization ECG

The project implements a widget for dynamic visualization of constantly incoming ECG data

Introduction

The project is a corrected version of the application https://github.com/mk590901/custom_widget_painter.

Refactoring

The project has been refactored. Two rendering modes have been introduced: overlap and flowing. The first corresponds to drawing an overlay of a new image on the old one, the second to adding new points to the old ones and creating the effect of a “driving” trend. The mode is added to the constructor of widget.

Movie

bloc_widget.mp4

About

The repository contains the implementation on flutter the stateless (BLoC) widget for visualization ECG.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published