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

Опубликовано: 06 Март 2026
на канале: mix coder
112
3

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 2, you'll learn how to:
1. fetch from url using http package
2. json parsing
3. html parsing using html package
4. using packages in console app
5. github repository setup

package link: https://pub.dev/packages/version_check
github link: https://github.com/mix1009/version_check