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

migrated device_info to device_info_plus #69

Closed AnkitBose1472 closed 2 months ago

AnkitBose1472 commented 5 months ago

Goal

Device info package is discontinued. Migrate to Device info plus.

Design

For new gradle plugins, namespace is required. 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.

Changeset

Specify a namespace is mandatory now.

Testing

mclack commented 5 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.

hannah-smartbear commented 2 months ago

Hi @AnkitBose1472,

We have released v1.1.0 of bugsnag-flutter-performance, in which we have replaced the dependency on device_info with the new device_info_plus package. As such we are going to close this PR out now.

Thanks again for raising this with us.