Creating a Flutter Package : From Start to Finish - part 1

Опубликовано: 20 Октябрь 2024
на канале: mix coder
262
5

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