bugsnag / bugsnag-flutter-performance

Monitor the start-up, navigation events and network requests of your Flutter app and see the results in your BugSnag dashboard.
https://docs.bugsnag.com/performance/integration-guides/flutter
MIT License
1 stars 2 forks source link

PLAT-11907 rename http wrapper clients to allow drop in replacement #51

Closed richardelms closed 7 months ago

richardelms commented 7 months ago

Goal

the http wrapper client class has been renamed from BugsnagHttpClient to Client and the dart io client has been renamed from BugsnagHttpClient to HttpClient so that the packages can simply be swapped in the imports section without having to make more changes to existing code.

Testing

Covered by existing tests