Jack Liu

Results 72 comments of Jack Liu

@Ravensof I don't know what use cases you are trying with. By only sentences that you mentioned, you can achieve your goal by making you start and stop event class...

@Ravensof What cancelation are you trying to implement? Is event stop is what you want? And are you trying to cancel the _cloudSource.scanDirectory? if so what is the return type...

@Ravensof Your code is still not runnable to me. However I can give some idea. If you are trying to cancel whole process of ``` dart for (final directory in...

@Ravensof I don't think there is a way to change ```emit.isDone == true``` by end users. Referring to the code emit.isDone is simply ```_isCanceled || _isCompleted ``` in _Emitter class...

@SimoneBressan What is the benefit when the package not depend on flutter_bloc?

@BreX900 I am not sure what useless dependencies and name space conflicts that you are talking about. Reading with the pull request, I think you only replace bloc provider and...

Hi, @BreX900. Any update on this pull request. I am willing to help.

You can implement you own stepper layout by building your own layout by using the values (e.g currentStep, numberOfSteps, lastStep) from form bloc state. You can go through the code...

I you need more help, please give us an example for the context of discussion.

If you don't share any code. I don't know what difficulties still bothering you on custom layout build with flutter_form_bloc . As we all know flutter_form_bloc is extended from flutter_bloc...