Pendo captures product usage data, gathers user feedback, and lets you communicate in-app to onboard, educate, and guide users to value
59
stars
2
forks
source link
[FLUTTER] - Exception when adding PendoNavigationObserver to MaterialApp navigatorObservers #183
Closed
arthurgiani closed 1 month 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:
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
Sample Code Not Needed