trust_fall icon indicating copy to clipboard operation
trust_fall copied to clipboard

The plugin `trust_fall` uses a deprecated version of the Android embedding.

Open adispatil opened this issue 3 years ago • 2 comments

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.

adispatil avatar Sep 17 '21 13:09 adispatil

@adispatil Check my github: https://github.com/thanhit93/trust_fall/commit/4c9206a1aeca6186cb0d5ec321c14bebe06de300 https://github.com/thanhit93/trust_fall/tree/null-safety Usage: pubspec.yaml trust_fall: git: url: https://github.com/thanhit93/trust_fall.git ref: null-safety

image

thanhit93 avatar Nov 22 '21 05:11 thanhit93

There's a new package similar to trust_fall https://pub.dev/packages/safe_device

mdilshan avatar Mar 11 '23 09:03 mdilshan