File tree Expand file tree Collapse file tree 7 files changed +66
-18
lines changed
emailpassword/troubleshooting
passwordless/troubleshooting
thirdpartyemailpassword/troubleshooting
thirdpartypasswordless/troubleshooting
thirdparty/troubleshooting Expand file tree Collapse file tree 7 files changed +66
-18
lines changed Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269269
270270<TabItem value = " flutter" >
271271
272- :::caution
273- Debug logs feature not yet available for Flutter
274- :::
272+ ``` dart
273+ import 'package:supertokens_flutter/supertokens.dart';
274+
275+ void main() {
276+ SuperTokens.init(apiDomain: apiDomain, enableDebugLogs: true);
277+ }
278+ ```
279+
280+ The above will print out SuperTokens debug logs on the terminal:
281+
282+ <img src = " /img/flutter-debug-logs.png" alt = " Flutter debug logs" />
275283
276284</TabItem >
277285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269269
270270<TabItem value = " flutter" >
271271
272- :::caution
273- Debug logs feature not yet available for Flutter
274- :::
272+ ``` dart
273+ import 'package:supertokens_flutter/supertokens.dart';
274+
275+ void main() {
276+ SuperTokens.init(apiDomain: apiDomain, enableDebugLogs: true);
277+ }
278+ ```
279+
280+ The above will print out SuperTokens debug logs on the terminal:
281+
282+ <img src = " /img/flutter-debug-logs.png" alt = " Flutter debug logs" />
275283
276284</TabItem >
277285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269269
270270<TabItem value = " flutter" >
271271
272- :::caution
273- Debug logs feature not yet available for Flutter
274- :::
272+ ``` dart
273+ import 'package:supertokens_flutter/supertokens.dart';
274+
275+ void main() {
276+ SuperTokens.init(apiDomain: apiDomain, enableDebugLogs: true);
277+ }
278+ ```
279+
280+ The above will print out SuperTokens debug logs on the terminal:
281+
282+ <img src = " /img/flutter-debug-logs.png" alt = " Flutter debug logs" />
275283
276284</TabItem >
277285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269269
270270<TabItem value = " flutter" >
271271
272- :::caution
273- Debug logs feature not yet available for Flutter
274- :::
272+ ``` dart
273+ import 'package:supertokens_flutter/supertokens.dart';
274+
275+ void main() {
276+ SuperTokens.init(apiDomain: apiDomain, enableDebugLogs: true);
277+ }
278+ ```
279+
280+ The above will print out SuperTokens debug logs on the terminal:
281+
282+ <img src = " /img/flutter-debug-logs.png" alt = " Flutter debug logs" />
275283
276284</TabItem >
277285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269269
270270<TabItem value = " flutter" >
271271
272- :::caution
273- Debug logs feature not yet available for Flutter
274- :::
272+ ``` dart
273+ import 'package:supertokens_flutter/supertokens.dart';
274+
275+ void main() {
276+ SuperTokens.init(apiDomain: apiDomain, enableDebugLogs: true);
277+ }
278+ ```
279+
280+ The above will print out SuperTokens debug logs on the terminal:
281+
282+ <img src = " /img/flutter-debug-logs.png" alt = " Flutter debug logs" />
275283
276284</TabItem >
277285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269269
270270<TabItem value = " flutter" >
271271
272- :::caution
273- Debug logs feature not yet available for Flutter
274- :::
272+ ``` dart
273+ import 'package:supertokens_flutter/supertokens.dart';
274+
275+ void main() {
276+ SuperTokens.init(apiDomain: apiDomain, enableDebugLogs: true);
277+ }
278+ ```
279+
280+ The above will print out SuperTokens debug logs on the terminal:
281+
282+ <img src = " /img/flutter-debug-logs.png" alt = " Flutter debug logs" />
275283
276284</TabItem >
277285
You can’t perform that action at this time.
0 commit comments