newrelic_mobile
Flutter plugin for NewRelic Mobile. This plugin allows you to instrument Flutter apps with help of native New Relic Android and iOS agents.
1.2.10
72K downloads/mo
#1268 most downloaded on pub.dev
newrelic/newrelic-flutter-agent
What this package is like to depend on
Last release 13 days ago
10 Aug 2026
Ships fairly regularly
a new release about every 3 weeks
Most releases are documented
notes for 28 of 41 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
53 releases · first in 2022
16 releases in the last 12 months
see the full history below
Release timeline
53 releases · Jul 2022 to Aug 2026Releases
latest 53-
1.2.1010 Aug 2026Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.8.0.
- Updated the native iOS agent to version 7.7.5.
Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.8.0.
- Updated the native iOS agent to version 7.7.5.
-
1.2.909 Jul 2026 -
1.2.802 Jul 2026Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.7.7.
- Updated the native iOS agent to version 7.7.3.
Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.7.7.
- Updated the native iOS agent to version 7.7.3.
-
1.2.722 Jun 2026 -
1.2.627 May 2026 -
1.2.521 May 2026Release notes
Open source →What's Changed
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @ndesai-newrelic in #209
- [NR-521286]fix: Handle
StateErroronaddStreamto prevent crashes by @ndesai-newrelic in #198 - chore: Update Android agent to 7.7.5 and bump plugin version to 1.2.5 by @ndesai-newrelic in #211
Full Changelog: v1.2.4...v1.2.5
-
1.2.407 May 2026Release notes
Open source →What's Changed
- chore: Update agent version to 1.2.4 and update native Android agent by @ndesai-newrelic in #208
Full Changelog: v.1.2.3...v1.2.4
-
1.2.329 Apr 2026Release notes
Open source →What's Changed
- Fix/publish release issue by @ndesai-newrelic in #200
- Add Swift Package Manager support for iOS plugin by @Copilot in #205
- chore: Update native agents to Android 7.7.2 and iOS 7.7.1 by @github-actions[bot] in #207
Full Changelog: v1.2.2...v.1.2.3
Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.7.2.
- Updated the native iOS agent to version 7.7.1.
-
1.2.207 Apr 2026 -
1.2.009 Mar 2026Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.7.0.
- Updated the native iOS agent to version 7.6.3.
-
1.1.2128 Jan 2026Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.6.15.
- Updated the native iOS agent to version 7.6.1.
-
1.1.2009 Jan 2026Release notes
Open source →Enhancements
- Added conditional exports for Flutter Web (JS/WASM) support
- Package now compiles on web platforms without runtime errors
- Web platforms use no-op stubs (monitoring only works on iOS/Android)
- No breaking changes for existing mobile users
- See
WEB_SUPPORT.mdfor details - Updated the native Android agent to version 7.6.14.
- Added conditional exports for Flutter Web (JS/WASM) support
-
1.1.1914 Nov 2025 -
1.1.1624 Oct 2025Release notes
Open source →Bug Fixes
- Fixed an issue where the
NewRelicNavigationObserverwould crash when handling routes without akeyparameter, such as bottom sheets and modal dialogs. - Resolved navigation tracking failures for routes that don't extend
PageRoute.
Enhancements
- Improved type safety in
NewRelicNavigationObserverby removing all dynamic types. - Added support for additional route types including
CupertinoPageandNoTransitionPagefrom go_router. - Refactored navigation observer code for better maintainability and readability.
- Fixed an issue where the
-
1.1.1510 Oct 2025Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.6.10.
- Updated the native iOS agent to version 7.5.11.
-
1.1.1408 Sep 2025Release notes
Open source →Enhancements
- Updated the native iOS agent to version 7.5.9.
Bug Fixes
- Resolved an issue where network requests would fail where
noticeDistributedTracereturns an empty Map
-
1.1.1304 Aug 2025Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.6.8.
- Updated the native iOS agent to version 7.5.8.
-
1.1.1211 Jul 2025Release notes
Open source →Enhancements
- Updated the native Android agent to version 7.6.7.
- Updated the native iOS agent to version 7.5.6.
- Resolved an issue for Android where the agent did not handle null values correctly in the
recordMetricmethod.
-
1.1.1108 May 2025Release notes
Open source →Enhancements
- Upgraded native Android agent to version 7.6.6
- Upgraded native iOS agent to version 7.5.5
-
1.1.1031 Mar 2025 -
1.1.917 Mar 2025Release notes
Open source →Enhancements
- Upgraded native iOS agent to version 7.5.4
- Added Tracing flag for start interaction method
-
1.1.821 Feb 2025 -
1.1.708 Jan 2025 -
1.1.609 Dec 2024Release notes
Open source →Enhancements
- Upgraded native Android agent to version 7.6.2
- Upgraded native iOS agent to version 7.5.3
-
1.1.518 Oct 2024Release notes
Open source →Updates
- Updated the underlying native Android agent to version 7.6.1 for improved performance and compatibility.
-
1.1.410 Oct 2024Release notes
Open source →Updates
- Updated the underlying native iOS agent to version 7.5.2 for improved performance and compatibility.
-
1.1.317 Sep 2024Release notes
Open source →Bug Fixes
- Added null check for debugPrint Message to prevent potential crashes.
- Fixed an issue where record metrics were incorrectly sending a count of 0.
Updates
- Updated the underlying native Android agent to version 7.6.0 for improved performance and compatibility.
-
1.1.221 Aug 2024Release notes
Open source →Improvements
-
Agent LogLevel Configuration
- Implemented the capability to define the agent log level as
verbose,info,warn,debug, orerrorthrough theloglevelconfiguration. - The default log level is set to
debug.
- Implemented the capability to define the agent log level as
-
Added CollectorAddress and CrashCollectorAddress Configuration
- Introduced functionality to specify the collector address and crash collector address by utilizing the
collectorAddressandcrashCollectorAddressconfiguration options.
- Introduced functionality to specify the collector address and crash collector address by utilizing the
-
Added Support For Applying Gradle Plugin Using Plugins DSL
- Added support for applying the New Relic Gradle plugin using the plugins DSL in the
build.gradlefile.
- Added support for applying the New Relic Gradle plugin using the plugins DSL in the
Bug Fixes
- Resolved an issue where the interactionTracing Feature Flag failed to prevent the collection of auto interaction metrics.
1.1.1
Bug Fixes
-
iOS Platform Version Reporting
- Resolved an issue where the platform version was not being set correctly for iOS applications.
-
HTTP Instrumentation in RunZoneGuarded Context
- Fixed a problem where HTTP instrumentation was not functioning when the app and agent were started from within RunZoneGuarded.
1.1.0
New Features
-
Application Exit Reporting
- Introduced ApplicationExitInfo in data reports
- Feature is enabled by default
-
Log Forwarding
- Added static API for sending logs to New Relic
- Toggle feature in mobile application's entity settings
-
Distributed Tracing Control
- Introduced new feature flag: distributedTracingEnabled
- Allows enabling/disabling of distributed tracing functionality
Enhancements
- Upgraded native Android agent to version 7.5.0
- Upgraded native iOS agent to version 7.5.0
1.0.9
- Improvements
The native iOS Agent has been updated to version 7.4.12, bringing performance enhancements and bug fixes.
- New Features
A new backgroundReportingEnabled feature flag has been introduced to enable background reporting functionality. A new newEventSystemEnabled feature flag has been added to enable the new event system.
1.0.8
- Updated the native iOS agent to version 7.4.10.
1.0.7
- Added the ability to store harvest data that previously would be lost if the application doesn't have internet connection. These harvest are then sent after an internet connection is established and the next harvest successfully uploads. This feature is enabled by default.
- Updated the native Android agent to version 7.3.0.
- Updated the native iOS agent to version 7.4.9.
1.0.6
- Adds configurable request header instrumentation to network events The agent will now produce network event attributes for select header values if the headers are detected on the request. The header names to instrument are passed into the agent when started.
- Updated the native Android agent to version 7.2.0.
- Updated the native iOS agent to version 7.4.8.
1.0.5
- Fixed issue in Flutter agent causing appbuild and appversion fields to overwrite for iOS mobile-handled exceptions.
1.0.4
- Upgraded native Android agent to v7.1.0
- Upgraded native iOS agent to v7.4.7
- Added Support for AGP 8 for Android
1.0.3
- Upgraded native Android agent to v7.0.0
- Upgraded native iOS agent to v7.4.6
- Resolved CustomTransitionPage issue for Go Router instrumentation
- Fixed issue where HTTP error stack traces were not displayed in the IDE
1.0.2
1.0.1
- Upgrade native iOS agent to v7.4.5
- Added FedRAMP configuration flag on agent start.
1.0.0
The native Android Agent has been upgraded to version 6.11.1. The native iOS agent has been upgraded to version 7.4.4. A new "shutdown" method has been added, allowing the agent to be shut down within the current application lifecycle during runtime. Two new static methods, "recordMetric" and "incrementAttribute", have been added.
0.0.1
This is GA Release.
0.0.1-dev.11
This is Pre GA Release.
The Native iOS Agent has been updated to version 7.4.3. The Native Android Agent has been updated to version 6.10.0.
0.0.1-dev.10
The Native iOS Agent has been updated to version 7.4.2.
0.0.1-dev.9
The following updates have been made for this release:
- A new static method, 'RecordNetworkFailure,' has been added to specifically track network failure errors.
- A previously identified issue with the agent not handling 'followRedirect' for HTTP requests has been resolved.
- Enhanced error handling has been added around the HTTP Instrumentation to improve overall stability.
These changes have been made to improve the overall performance and reliability of the product. We hope you find these updates valuable and welcome any feedback you may have.
0.0.1-dev.8
Bug fixes and Update Native Android SDK version
0.0.1-dev.7
Feat: Added Instrumentation for Go Router Package Feat: Added Flag to disable Print Statement as Analytics Events.
0.0.1-dev.6
Feat: Update Native SDKs to their latest versions
0.0.1-dev.5
Added support for Native Agent's Features Configuration. Added Static Methods for MaxPoolSize and MaxBufferTime.
0.0.1-dev.4
Fixed Crashes Where App is crashing from flutter android plugin.
0.0.1-dev.3
Added Singleton Instance for Agent to support Unit testing.
Fixed Crash Where App is crashing from flutter android plugin.
0.0.1-dev.2
Added Functionality to Capture Print Statement as Custom Events Bug fix for Error Stacktrace
0.0.1-dev.1
Bug fixes
0.0.1-dev.0
🎉🎊 Presenting the new NewRelic SDK for Flutter:
Allows instrumenting Flutter apps and getting valuable insights in the NewRelic UI. Features: request tracking, error/crash reporting,distributed tracing, info points, and many more. Thoroughly maintained and ready for production.
-
-
1.1.126 Jul 2024Nothing published for this version
-
1.1.019 Jul 2024Nothing published for this version
-
1.0.903 Jun 2024Nothing published for this version
-
1.0.822 Mar 2024Nothing published for this version
-
1.0.706 Mar 2024Nothing published for this version
-
1.0.620 Dec 2023Nothing published for this version
-
1.0.507 Nov 2023Nothing published for this version
-
1.0.413 Oct 2023Nothing published for this version
-
1.0.325 Jul 2023Nothing published for this version
-
1.0.225 Jul 2023Nothing published for this version
-
1.0.109 Jun 2023Nothing published for this version
-
1.0.017 May 2023Nothing published for this version
-
0.0.121 Mar 2023Nothing published for this version
-
0.0.1-dev.1117 Mar 2023 pre-releaseNothing published for this version
-
0.0.1-dev.1024 Feb 2023 pre-releaseNothing published for this version
-
0.0.1-dev.910 Feb 2023 pre-releaseNothing published for this version
-
0.0.1-dev.811 Jan 2023 pre-releaseNothing published for this version
-
0.0.1-dev.730 Nov 2022 pre-releaseNothing published for this version
-
0.0.1-dev.621 Oct 2022 pre-releaseNothing published for this version
-
0.0.1-dev.520 Oct 2022 pre-releaseNothing published for this version
-
0.0.1-dev.419 Sep 2022 pre-releaseNothing published for this version
-
0.0.1-dev.307 Sep 2022 pre-releaseNothing published for this version
-
0.0.1-dev.201 Aug 2022 pre-releaseNothing published for this version
-
0.0.1-dev.119 Jul 2022 pre-releaseNothing published for this version
-
0.0.1-dev.015 Jul 2022 pre-releaseNothing published for this version