anish-adm / trust_fall

A Flutter plugin for detecting the trust fall of the device(Jailbroken, root, emulator and mock location detection).
https://pub.dartlang.org/packages/trust_fall
MIT License
37 stars 43 forks source link

Migration to Flutter 2 and Null safety #12

Open sergey-regotun opened 3 years ago

sergey-regotun commented 3 years ago

@anish-adm thank you for the plugin!

Is this plugin going to migrate to Flutter 2 and Null safety?

ufukhawk commented 3 years ago

@anish-adm thank you for the plugin!

Is this plugin going to migrate to Flutter 2 and Null safety?

https://pub.dev/packages/safe_device

thanhit93 commented 2 years ago

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