Newrelic Flutter Agent banner
newrelic newrelic

Newrelic Flutter Agent

Development community

Description

New Relic agent SDK for Flutter hybrid mobile apps

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

New Relic Open Source community plus project banner.

New Relic Flutter Agent

[![Pub](https://img.shields.io/pub/v/newrelic_mobile)](https://pub.dev/packages/newrelic_mobile)

This agent allows you to instrument Flutter apps with help of native New Relic Android and iOS agents. The New Relic SDKs collect crashes, network traffic, and other information for hybrid apps using native components.

Features

  • Capture Dart errors
  • Network Request tracking
  • Distributed Tracing
  • Future errors tracking
  • Capture interactions and the sequence in which they were created
  • Pass user information to New Relic to track user sessions
  • Screen tracking via NavigationObserver
  • Capture print and debug print statement as Logs
  • Capture Offline Events and Exception
  • Capture Background Reporting Events

Current Support:

  • Android API 24+

  • iOS:

    Agent Version Minimum iOS Version
    < 1.1.17 iOS 10+
    1.1.17 – 1.1.21 iOS 16+
    >= 1.2.0 iOS 15+
  • Depends on New Relic iOS/XCFramework and Android agents

  • **Flutter Web**: Compiles without errors (monitoring is no-op, use New Relic Browser Agent for web monitoring)

Requirements