rollbar / rollbar-flutter

Rollbar for Dart and Flutter
https://docs.rollbar.com/docs/flutter
MIT License
21 stars 27 forks source link

The getter 'error' is not defined for the class 'Event'. #98

Closed yacoublambaz closed 1 year ago

yacoublambaz commented 1 year ago

Hello Rollbar team.

I am using the flutter package for rollbar and came across this error when launching my application:

`Error: The getter 'error' isn't defined for the class 'Event'.

It used to work fine a week ago. I ran flutter pub get today and it crashed.

Please advise.

yacoublambaz commented 1 year ago

Dependency conflict prevented Rollbar-Flutter from upgrading to 1.3.0

I resolved the dependency conflict and updated Rollbar-Flutter to 1.3.0, which fixed the issue.