Command to generate SHA Flutter

https://www.youtube.com/watch?v=dtn-AKKAQhc Command to generate SHA – Command to generate keysrore file-go to android inside that go to app then run this

Remove All Comments Android Studio

If you do not want comments in the code that you export, IntelliJ shouldn’t export your comments. However, if you want to actually delete comments in a whole project, you can delete the /* x */ comments by using REGEX. For the // comments, you may also be able to use REGEX, but watch out […]