whiteboardkit icon indicating copy to clipboard operation
whiteboardkit copied to clipboard

Documentation issue

Open aryan29 opened this issue 4 years ago • 1 comments

controller.addChunk(chunk); Controller have no method called "addChunk" as written in documentation

aryan29 avatar Oct 31 '20 20:10 aryan29

After looking into code I think the chunk functionality is not implemented fully you cant access chunk stream because that variable is private , the best I was able to do is access normal StreamController object and make use of it( Means sending whole image data again ) instead of chunks Is that the case or I am mistaken I have to send full data of drawn image every time to my backend instead of being able to send only some part each time in chunks

aryan29 avatar Nov 01 '20 00:11 aryan29