M. Mukesh Kumar

Results 6 comments of M. Mukesh Kumar

Check out this https://pub.dev/packages/barcode_scan_fix.

I have tried adding the scan function inside try-catch. But still, it fails. So, can you add try-catch in the function?

I am thinking to implement git’s file comparing technique to check whether the file is changed or not. Then ask the user that he/she want to check the changes between...

@justinmk We can check the sha256sum of both the files. And if there's is some difference then we can show notification to the user. If user want to see the...

@teto Problem with watchman is that it will increase the installation time of neovim. I am not going to use shachecksum. I am trying to compare files using C program...