PackageTrack
Sign in Get early access

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 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 53
  1. 1.2.10 10 Aug 2026
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.8.0.
    • Updated the native iOS agent to version 7.7.5.
    Open source →
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.8.0.
    • Updated the native iOS agent to version 7.7.5.
    Open source →
  2. 1.2.9 09 Jul 2026
    Release notes

    Enhancements

    • Updated the native iOS agent to version 7.7.4.
    Open source →
    Release notes

    Enhancements

    • Updated the native iOS agent to version 7.7.4.
    Open source →
  3. 1.2.8 02 Jul 2026
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.7.7.
    • Updated the native iOS agent to version 7.7.3.
    Open source →
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.7.7.
    • Updated the native iOS agent to version 7.7.3.
    Open source →
  4. 1.2.7 22 Jun 2026
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.7.6.
    Open source →
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.7.6.
    Open source →
  5. 1.2.6 27 May 2026
    Release notes

    Enhancements

    • Updated the native iOS agent to version 7.7.2.
    Open source →
    Release notes

    chore: Update native iOS agent to 7.7.2 and bump plugin version to 1.…

    Open source →
    Release notes

    Enhancements

    • Updated the native iOS agent to version 7.7.2.
    Open source →
  6. 1.2.5 21 May 2026
    Release notes

    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 StateError on addStream to 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

    Open source →
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.7.5.
    Open source →
  7. 1.2.4 07 May 2026
    Release notes

    What's Changed

    Full Changelog: v.1.2.3...v1.2.4

    Open source →
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.7.4.
    Open source →
  8. 1.2.3 29 Apr 2026
    Release notes

    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

    Open source →
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.7.2.
    • Updated the native iOS agent to version 7.7.1.
    Open source →
  9. 1.2.2 07 Apr 2026
    Release notes

    Enhancements

    • Updated the native iOS agent to version 7.7.0.
    Open source →
  10. 1.2.0 09 Mar 2026
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.7.0.
    • Updated the native iOS agent to version 7.6.3.
    Open source →
  11. 1.1.21 28 Jan 2026
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.6.15.
    • Updated the native iOS agent to version 7.6.1.
    Open source →
  12. 1.1.20 09 Jan 2026
    Release notes

    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.md for details
      • Updated the native Android agent to version 7.6.14.
    Open source →
  13. 1.1.19 14 Nov 2025
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.6.13.
    Open source →
  14. 1.1.16 24 Oct 2025
    Release notes

    Bug Fixes

    • Fixed an issue where the NewRelicNavigationObserver would crash when handling routes without a key parameter, such as bottom sheets and modal dialogs.
    • Resolved navigation tracking failures for routes that don't extend PageRoute.

    Enhancements

    • Improved type safety in NewRelicNavigationObserver by removing all dynamic types.
    • Added support for additional route types including CupertinoPage and NoTransitionPage from go_router.
    • Refactored navigation observer code for better maintainability and readability.
    Open source →
  15. 1.1.15 10 Oct 2025
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.6.10.
    • Updated the native iOS agent to version 7.5.11.
    Open source →
  16. 1.1.14 08 Sep 2025
    Release notes

    Enhancements

    • Updated the native iOS agent to version 7.5.9.

    Bug Fixes

    • Resolved an issue where network requests would fail where noticeDistributedTrace returns an empty Map
    Open source →
  17. 1.1.13 04 Aug 2025
    Release notes

    Enhancements

    • Updated the native Android agent to version 7.6.8.
    • Updated the native iOS agent to version 7.5.8.
    Open source →
  18. 1.1.12 11 Jul 2025
    Release notes

    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 recordMetric method.
    Open source →
  19. 1.1.11 08 May 2025
    Release notes

    Enhancements

    • Upgraded native Android agent to version 7.6.6
    • Upgraded native iOS agent to version 7.5.5
    Open source →
  20. 1.1.10 31 Mar 2025
    Release notes

    Enhancements

    • Upgraded native Android agent to version 7.6.5
    Open source →
  21. 1.1.9 17 Mar 2025
    Release notes

    Enhancements

    • Upgraded native iOS agent to version 7.5.4
    • Added Tracing flag for start interaction method
    Open source →
  22. 1.1.8 21 Feb 2025
    Release notes

    Enhancements

    • Upgraded native Android agent to version 7.6.4
    Open source →
  23. 1.1.7 08 Jan 2025
    Release notes

    Updates

    • Added CrashNow Method for testing crash reporting.
    Open source →
  24. 1.1.6 09 Dec 2024
    Release notes

    Enhancements

    • Upgraded native Android agent to version 7.6.2
    • Upgraded native iOS agent to version 7.5.3
    Open source →
  25. 1.1.5 18 Oct 2024
    Release notes

    Updates

    • Updated the underlying native Android agent to version 7.6.1 for improved performance and compatibility.
    Open source →
  26. 1.1.4 10 Oct 2024
    Release notes

    Updates

    • Updated the underlying native iOS agent to version 7.5.2 for improved performance and compatibility.
    Open source →
  27. 1.1.3 17 Sep 2024
    Release notes

    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.
    Open source →
  28. 1.1.2 21 Aug 2024
    Release notes

    Improvements

    1. Agent LogLevel Configuration

      • Implemented the capability to define the agent log level as verbose, info, warn, debug, or error through the loglevel configuration.
      • The default log level is set to debug.
    2. Added CollectorAddress and CrashCollectorAddress Configuration

      • Introduced functionality to specify the collector address and crash collector address by utilizing the collectorAddress and crashCollectorAddress configuration options.
    3. 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.gradle file.

    Bug Fixes

    • Resolved an issue where the interactionTracing Feature Flag failed to prevent the collection of auto interaction metrics.

    1.1.1

    Bug Fixes

    1. iOS Platform Version Reporting

      • Resolved an issue where the platform version was not being set correctly for iOS applications.
    2. 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

    1. Application Exit Reporting

      • Introduced ApplicationExitInfo in data reports
      • Feature is enabled by default
    2. Log Forwarding

      • Added static API for sending logs to New Relic
      • Toggle feature in mobile application's entity settings
    3. 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.

    Open source →
  29. 1.1.1 26 Jul 2024

    Nothing published for this version

  30. 1.1.0 19 Jul 2024

    Nothing published for this version

  31. 1.0.9 03 Jun 2024

    Nothing published for this version

  32. 1.0.8 22 Mar 2024

    Nothing published for this version

  33. 1.0.7 06 Mar 2024

    Nothing published for this version

  34. 1.0.6 20 Dec 2023

    Nothing published for this version

  35. 1.0.5 07 Nov 2023

    Nothing published for this version

  36. 1.0.4 13 Oct 2023

    Nothing published for this version

  37. 1.0.3 25 Jul 2023

    Nothing published for this version

  38. 1.0.2 25 Jul 2023

    Nothing published for this version

  39. 1.0.1 09 Jun 2023

    Nothing published for this version

  40. 1.0.0 17 May 2023

    Nothing published for this version

  41. 0.0.1 21 Mar 2023

    Nothing published for this version

  42. 0.0.1-dev.11 17 Mar 2023 pre-release

    Nothing published for this version

  43. 0.0.1-dev.10 24 Feb 2023 pre-release

    Nothing published for this version

  44. 0.0.1-dev.9 10 Feb 2023 pre-release

    Nothing published for this version

  45. 0.0.1-dev.8 11 Jan 2023 pre-release

    Nothing published for this version

  46. 0.0.1-dev.7 30 Nov 2022 pre-release

    Nothing published for this version

  47. 0.0.1-dev.6 21 Oct 2022 pre-release

    Nothing published for this version

  48. 0.0.1-dev.5 20 Oct 2022 pre-release

    Nothing published for this version

  49. 0.0.1-dev.4 19 Sep 2022 pre-release

    Nothing published for this version

  50. 0.0.1-dev.3 07 Sep 2022 pre-release

    Nothing published for this version

  51. 0.0.1-dev.2 01 Aug 2022 pre-release

    Nothing published for this version

  52. 0.0.1-dev.1 19 Jul 2022 pre-release

    Nothing published for this version

  53. 0.0.1-dev.0 15 Jul 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive