Muhammad Faruk Abdul Rahman

Results 9 comments of Muhammad Faruk Abdul Rahman

me too.. this is annoying.. anyone know how to fix this? please..

for the `RSA` Algorithm, it doesn't require IV, so I guess I understand why the author put it as optional

I see.. I have same problem too.. I need to clear the links

you need to add .build() instead.. ``` tv.setText("This does not get set at all") .addLink(linkHashtag) .build(); ```

That PR creating crash on Android, already create fix on https://github.com/Purus/launch_review/pull/51

Also crash on `Redmi Note 11 Pro 5G` Just buy one of the device list above then try to run the camera example project. Clicking any camera will produce empty...

@felangel Simple Project to reproduce : https://github.com/farukprogrammer/bloc_8_1_2_issue If you click back on second screen when still loading, you will show in the console ![image](https://github.com/felangel/bloc/assets/9499570/814d9ca4-9f43-4f55-96c6-24eda767201d) The crash happen when there is...

hi @tenhobi thx for the feedback. we know we can do safeEmit or safeAdd. But you see, every year, there will be thousands of new programmer that learn flutter. We...

I'm sorry @tenhobi what do you mean by wrong usage? the way we handle it is by not emit when it's closed, which is should be handled by bloc, and...