onionoino / klee

GNU General Public License v3.0
2 stars 2 forks source link

Update to solid_auth 0.1.6 to fix closeWebView() exception #97

Closed gjwgit closed 1 year ago

gjwgit commented 1 year ago

Description

On authenticating solid_auth 0.1.5 is returning an exception. Solution implemented in 0.1.6. Update pubspec.yaml to latest versions. Might also check what else can be updated with flutter pub upgrade --major-versions.

Why

So that we maintain currency with latest release to avoid technical debt.

Closing Criteria

Detail

Opening in existing browser session.
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: UnimplementedError: closeWebView() has not been implemented.
#0      UrlLauncherPlatform.closeWebView (package:url_launcher_platform_interface/src/url_launcher_platform.dart:92:5)
#1      closeInAppWebView (package:url_launcher/src/url_launcher_uri.dart:87:39)
#2      authenticate (package:solid_auth/solid_auth_client.dart:195:5)
onionoino commented 1 year ago

Sure, I will check it after the meeting

gjwgit commented 1 year ago

Updated in 200b8575eacb2680151efaaee597e8e79b5efe16.

onionoino commented 1 year ago

done

onionoino commented 1 year ago

solid_auth 0.1.6 is not working. I degrade it to 0.1.5

gjwgit commented 1 year ago

Is working for me now.

onionoino commented 1 year ago

Okay, I will upgrade it at last - after finishing all charts

onionoino commented 1 year ago

0.1.6 is not working, please double check with the author of this package, I decide to degrade it and keep it to 0.1.5

It will stuck on this page after upgrading to 0.1.6

Image