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
0 stars 2 forks source link

Device_Info package need to be migrated to Device_info_plus #68

Open AnkitBose1472 opened 4 months ago

AnkitBose1472 commented 4 months ago

Describe the bug

After installing package, on flutter build i got this message `A problem occurred configuring project ':device_info'.

Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl. Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.`

In latest gradle plugins, namespace is required. Device_info is discontinued now, instead device_info_plus is promoted to use.

can u guys please upgrade to device_info_plus

Steps to reproduce

  1. Install package bugsnag_flutter_performance with gradle version 8.3.1
  2. Run flutter build apk

Environment

mclack commented 3 months ago

Hi @AnkitBose1472

Thank you for raising this with us.

We have added a task to investigate this further and address the issue. We don't currently have an ETA on when this could be implemented, but we will make sure to keep this thread updated.