theyakka / qr.flutter

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.
https://pub.dev/packages/qr_flutter
BSD 3-Clause "New" or "Revised" License
716 stars 320 forks source link

[Android] Remove deprecated splash screen meta-data element #197

Open camsim99 opened 1 year ago

camsim99 commented 1 year ago

Deletes deprecated splash screen meta-data element in example app.

This is no longer needed to present a splash screen in a Flutter application, but may cause a crash. Please see Deprecated Splash Screen API Migration Guide for more information.

camsim99 commented 1 year ago

Hi @lukef, would you mind taking a look at this change?

camsim99 commented 1 year ago

Hi @lukef, just wanted to follow up on this! We wish to delete the old API, so it would be great to be able to migrate now!

vanyasem commented 1 year ago

@camsim99 the maintainer seems inactive, I have fixed the issue in my PR: https://github.com/theyakka/qr.flutter/pull/204

And uploaded a new version of the package (4.1.0): https://pub.dev/packages/qr_widget

You can report issues with the package in my new repo: https://github.com/vanyasem/qr.widget