Skip to content

Commit c424a3d

Browse files
committed
File Handling Implemented
1 parent 239ecb4 commit c424a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class _MyAppState extends State<MyApp> {
1515
LiveIcon liveIcon = LiveIcon();
1616

1717
@override
18-
void initState() {
18+
void initState() async {
1919
super.initState();
20-
liveIcon.initialize(icons: [
20+
await liveIcon.initialize(icons: [
2121
const LiveIconData(
2222
iconName: "darkTheme",
2323
className: "DarkTheme",

0 commit comments

Comments
 (0)