Skip to content

Commit 454763c

Browse files
committed
add missing import
1 parent 7826e5a commit 454763c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/docs/products/messaging/fcm/+page.markdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Some additional configuration is required to enable push notifications in your m
8282
1. Add the Firebase core plugin if not already added with `flutter pub add firebase_core`.
8383
1. Initialize Firebase in your `lib/main.dart` file:
8484
```dart
85+
import 'package:flutter/widgets.dart';
8586
import 'package:firebase_core/firebase_core.dart';
8687
import 'firebase_options.dart';
8788

0 commit comments

Comments
 (0)