james-alex / string_splitter

Dart utility classes for splitting strings and files into parts. Supports streamed parsing for handling long strings and large files.
https://pub.dev/packages/string_splitter
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Progress of chunk #1

Open JamesAllgood opened 1 year ago

JamesAllgood commented 1 year ago

Hi,

Ive been using this for a while and got a question.

Is there a way to get a progress report on when its chunking a string?

Sometimes it takes a while to chunk a string and it would be amazing to get a progress bar to say its 60% done for example.

JamesAllgood commented 9 months ago

any news?