pendo-io / pendo-mobile-sdk

Pendo captures product usage data, gathers user feedback, and lets you communicate in-app to onboard, educate, and guide users to value
https://www.pendo.io
Other
59 stars 2 forks source link

[FLUTTER] - Exception when adding PendoNavigationObserver to MaterialApp navigatorObservers #183

Closed arthurgiani closed 1 month ago

arthurgiani commented 2 months ago

Platform + Version iPhone 15 Pro Max, iOS 17.4

SDK Version 3.4.0 Framework Flutter

Describe the bug When adding PendoNavigationObserver to MaterialApp navigatorObservers, the following error is thrown.

FormatException: Positive input exceeds the limit of integer 61223625266189458655

To Reproduce Steps to reproduce the behavior:

  1. Add Pendo SDK on Flutter
  2. Init Pendo through PendoSDK.setup
  3. Add PendoNavigationObserver to to MaterialApp navigatorObservers
  4. See error message

Expected behavior Add PendoSDK normally without errors.

Logs No Pendo logs for this errors, this is a pure dart error.

StackTrace indicates that the error is happening on widget_info.dart file image image

Sample Code Not Needed

MikePendo commented 2 months ago

@arthurgiani Will be fix in 3.4.1 early next week

MikePendo commented 1 month ago

@arthurgiani Fixed in 3.4.1