Skip to content

Commit 88fd3b9

Browse files
Update flutter-agent-1116.mdx
1 parent 8635821 commit 88fd3b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/content/docs/release-notes/mobile-release-notes/flutter-release-notes/flutter-agent-1116.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ downloadLink: 'https://pub.dev/packages/newrelic_mobile/versions/1.1.16'
77

88

99
## Bug Fixes
10-
- Fixed an issue where the NewRelicNavigationObserver would crash when handling routes without a key parameter, such as bottom sheets and modal dialogs.
11-
- Resolved navigation tracking failures for routes that don't extend PageRoute.
10+
- Fixed an issue where the `NewRelicNavigationObserver` would crash when handling routes without a key parameter, such as bottom sheets and modal dialogs.
11+
- Resolved navigation tracking failures for routes that don't extend `PageRoute`.
1212

1313
## Enhancements
14-
- Improved type safety in NewRelicNavigationObserver by removing all dynamic types.
15-
- Added support for additional route types including CupertinoPage and NoTransitionPage from go_router.
16-
- Refactored navigation observer code for better maintainability and readability.
14+
- Improved type safety in `NewRelicNavigationObserver` by removing all dynamic types.
15+
- Added support for additional route types including `CupertinoPage` and `NoTransitionPage` from `go_router`.
16+
- Refactored navigation observer code for better maintainability and readability.

0 commit comments

Comments
 (0)