kauemurakami / app_version_update

[Flutter package] An easy and quick way to check if the local app is updated with the same version in their respective stores (Play Store / Apple Store ).

Home Page:https://pub.dev/packages/app_version_update

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

not working in macOS

Dr-AhmadTaha opened this issue · comments

when running on macOS, it didn't work, I got this error

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Unkown platform
#0 fetchVersion (package:app_version_update/core/functions/fetch_version.dart:26:5)

#1 AppVersionUpdate.checkForUpdates (package:app_version_update/app_version_update.dart:32:27)

#2 _MyHomePageState.checkIosMacosUpdate (package:egydosecalcfree/main.dart:6282:7)

I haven't added support for Mac yet :/ I'll try to do so as soon as possible