msalman-mufin

Results 5 comments of msalman-mufin

@felangel Here is the code that we are using ```dart ShorebirdUpdater codePush = ShorebirdUpdater(); Future updateWatcher(timer) async { try { final status = await codePush.checkForUpdate(track: _currentTrack); switch (status) { case...

@felangel that log is the title of this issue 'UpdateException: error decoding response body, reason: unknown'

@felangel More insights... Currently we are using shorebird_code_push: ^2.0.2 but before we were using shorebird_code_push: ^1.1.3 and there was no such problems.

@felangel currently we are using ^3.27.3 and the latest flutter available is 3.29.0, so if we update this version will it resolve this issue or we will just get report...