From choosing a package name to publishing a package on pub.dev.
Building a package to check version from iOS AppStore and Google Play Store for new updates, and show update dialog when update is available.
In part 1, you'll learn how to:
1. checking availability of package name
2. create flutter package
3. create example project
4. using package_info
package link: https://pub.dev/packages/version_check
github link: https://github.com/mix1009/version_check