rscloura / Doldrums

A Flutter/Dart reverse engineering tool
778 stars 117 forks source link

Update snapshot hash logic comparison #12

Closed aancw closed 2 years ago

aancw commented 2 years ago

Update snapshot hash logic comparison. So, whenever we add more snapshot hash version, we can just add the hash value and version. No need to more if else. Follow the DRY principles.

Also, update the gitignore for python project