Skip to content

Commit

Permalink
add imports to flutter integration
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Oct 16, 2024
1 parent 4a5eb00 commit 49381a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/flutter/integration/add-embrace-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ flutter pub add embrace
Firstly alter the AppDelegate to initialize Embrace in the `init` function:

```swift
import EmbraceIO
import EmbraceCore
import EmbraceCrash

@UIApplicationMain
@objc class AppDelegate: FlutterAppDelegate {
override init() {
Expand Down

0 comments on commit 49381a9

Please sign in to comment.