Published a Flutter package
🥳 I've published my first Flutter package 🥳

It's a plugin to calculate a file checksum as MD5 hash, using a platform native implementation.

https://pub.dev/packages/md5_file_checksum

I've also learned a few things along the way:

💡 How to create a Flutter package 
💡 How to use Pigeon (https://pub.dev/packages/pigeon) to generate bridge code between Flutter and the host platform (instead of writing it by hand)
💡  How to write integration tests for Flutter 
💡 How to publish a Flutter package, making sure it gets the highest score possible 
💡 How to become a verified publisher on http://pub.dev