Skip to content

Commit

Permalink
Add sdk=flutter for analytic purposes (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-quiltt authored Nov 5, 2023
1 parent 2499288 commit 6539f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quiltt_connector.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class _WebViewPage {
Widget build(BuildContext context, {String? token, String? connectionId}) {
var oauthRedirectUrl = Uri.encodeComponent(config.oauthRedirectUrl);
var connectorUrl =
'https://${config.connectorId}.quiltt.app/?mode=webview&oauth_redirect_url=$oauthRedirectUrl';
'https://${config.connectorId}.quiltt.app/?mode=webview&oauth_redirect_url=$oauthRedirectUrl&sdk=flutter';
debugPrint(connectorUrl);
var javaScript = '''
const options = {
Expand Down

0 comments on commit 6539f4b

Please sign in to comment.