Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/flutter-mobile-observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ hand-build. It is published on

```yaml title="pubspec.yaml"
dependencies:
scout_flutter: ^0.1.23
scout_flutter: ^0.2.0
```

Then install:
Expand Down
12 changes: 11 additions & 1 deletion docs/instrument/mobile/flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Add it to your `pubspec.yaml`:
```yaml
# pubspec.yaml
dependencies:
scout_flutter: ^0.1.23
scout_flutter: ^0.2.0
```

Or:
Expand All @@ -104,6 +104,16 @@ Or:
flutter pub add scout_flutter
```

:::note What changed in 0.2.0
The native engine now starts alongside the Flutter SDK on both platforms. This
is additive for a pure-Flutter app: Flutter telemetry is unchanged, and you also
get native crash capture and CPU/memory vitals under a native scope
(`base14.scout.android` or `base14.scout.ios`) next to `base14.scout.flutter`.

The same mechanism lets a native host app share one session with embedded
Flutter. See [Hybrid (Native + Flutter)](./hybrid.md).
:::

### iOS — CocoaPods install

The first build after adding scout_flutter triggers a pod install for
Expand Down
Loading
Loading