File tree Expand file tree Collapse file tree 7 files changed +66
-18
lines changed
emailpassword/troubleshooting
passwordless/troubleshooting
thirdparty/troubleshooting
thirdpartyemailpassword/troubleshooting
thirdpartypasswordless/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
269
269
270
270
<TabItem value = " flutter" >
271
271
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" />
275
283
276
284
</TabItem >
277
285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269
269
270
270
<TabItem value = " flutter" >
271
271
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" />
275
283
276
284
</TabItem >
277
285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269
269
270
270
<TabItem value = " flutter" >
271
271
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" />
275
283
276
284
</TabItem >
277
285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269
269
270
270
<TabItem value = " flutter" >
271
271
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" />
275
283
276
284
</TabItem >
277
285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269
269
270
270
<TabItem value = " flutter" >
271
271
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" />
275
283
276
284
</TabItem >
277
285
Original file line number Diff line number Diff line change @@ -269,9 +269,17 @@ Debug logs feature not yet available for iOS
269
269
270
270
<TabItem value = " flutter" >
271
271
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" />
275
283
276
284
</TabItem >
277
285
You can’t perform that action at this time.
0 commit comments