Reetesh Ranjan

Results 11 comments of Reetesh Ranjan

I would soon come back with the refactored version and tests. Thanks for your response!

![Screenshot 2022-07-28 at 11 56 28 PM](https://user-images.githubusercontent.com/5516599/181615656-5e75de89-3111-4c51-99b9-7acc09755cff.png) @LichKing-2234 I see this in console on Safari. No other browser shows this and everything works fine. I cannot see any other difference...

@rgb1380 could you please edit the bug title to remove dev/flutter2? The bug is on main package now.

@attodorov This is what I was looking for to do my cross-browser testing. I eventually built a tool of my own. If anyone wants to do cross-browser testing on platforms...

I tried `client.plugins.load('sqlmap')` to load the `sqlmap` plugin; however, it fails with an error like this: ``` In [5]: client.plugins.load('sqlmap') --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ---->...

Not working for me too. Saw the example, and not sure what is so different for me. I have a huge codebase and not sure how I could refactor or...

> @reeteshranjan try to use with context of button,use like this ,here i created widget named showSuccessMessage , WidgetsBinding.instance.addPostFrameCallback((_) { showSuccessMessage(context: context,title: 'Success',content: 'Youre Signed in Successfully'); }); I don't...

Hi Richard, Sorry for the delay. I was away on a vacation and did not follow up github. About limiting the output: I guess if you know the size of...