We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454450d commit 1ef50efCopy full SHA for 1ef50ef
example/lib/main.dart
@@ -7,7 +7,7 @@ import 'package:storybook_flutter/storybook_flutter.dart';
7
void main() async {
8
WidgetsFlutterBinding.ensureInitialized();
9
10
- Codelessly.instance.initialize(
+ await Codelessly.instance.initialize(
11
config: CodelesslyConfig(
12
authToken: "cSlMIT93cj1lXkBuYk5QNmImSTUsTHw2MDQ4VkdlOCZFLHc7",
13
isPreview: kDebugMode,
0 commit comments