🥳 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
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