DataDog / dd-sdk-flutter

Flutter bindings and tools for utilizing Datadog Mobile SDKs
Apache License 2.0
41 stars 40 forks source link

chore: Remove deprecated `apply plugin` from gradle files #599

Closed fuzzybinary closed 2 months ago

fuzzybinary commented 2 months ago

What and why?

Flutter has deprecated using apply plugin for its gradle plugin, and it issues a warning if you try to use it. This cleans up the use of apply plugin from all of our example and test projects.

Additionally, switch the Dart language version to "<4.0.0", as that is how Dart is interpreting it anyway (and publishing it as is right now is issuing a warning).

refs: RUM-3500

Review checklist