rollbar / rollbar-flutter

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

Event refactor #94

Closed matux closed 1 year ago

matux commented 1 year ago

Description of the change

This refactor addresses multiple deficiencies with how we transfer information from our front-end API to our internal Notifier process.

This refactor solves multiple bugs, and presents a scalable mechanism to add new functionality in a composable way with the least amount of changes due to a very modularized scheme.

What changed:

Type of change

Related issues

Shortcut stories and GitHub issues (delete irrelevant)

Checklists

Development

Code review

matux commented 1 year ago

@diegov I'm gonna have to fix the CI on a different PR. There's some general work I'll need to do to prevent it from failing every time we do certain kind of changes. Do you think you could approve so I can merge?