drenther / upi_pay

Flutter plugin for UPI (Only in India)
MIT License
58 stars 71 forks source link

This package is depricated and will be removed in future flutter release #83

Closed ajay-tamhankar closed 6 months ago

ajay-tamhankar commented 6 months ago

Describe the bug

The plugin upi_pay uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

To Reproduce

Steps to reproduce the behaviour: pub get after adding dependency

Expected behaviour

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Environmental Details

Additional context

Add any other context about the problem here.

drenther commented 6 months ago

Duplicate of #44