GetDutchie / datadog_flutter

**This community package has been deprecated in favor of Datadog's official SDK**
https://github.com/DataDog/dd-sdk-flutter
MIT License
24 stars 24 forks source link

Flutter 3 build fix #106

Closed charafau closed 2 years ago

charafau commented 2 years ago

Add removed context variable Applied kotlin lint suggestions Removed deprecated API

fixes: https://github.com/GetDutchie/datadog_flutter/issues/105

tshedor commented 2 years ago

Hey @charafau this is really good work and I appreciate the cleanup. Is there anyway you can only PR the changes required to build for Flutter 3?

charafau commented 2 years ago

@tshedor sorry, went ahead of myself :) there you go https://github.com/GetDutchie/datadog_flutter/pull/107

charafau commented 2 years ago

@tshedor Since android fix is in now, should I push code cleanup changes?