rollbar / rollbar-flutter

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

Separate generic extension into rollbar_common #39

Closed matux closed 2 years ago

matux commented 2 years ago

The library rollbar_common is a good place for our in-house language extensions to reside.

Currently they're in rollbar_dart, under the ext directory, and are inaccessible to rollbar_flutter.

Moving them out to common shouldn't be hard.