LockScreen widget in Flutter?

Viewed 151

We know that, there are some plugins like home_widget: ^0.1.6 available in Flutter for HomeScreen Widgets. Recently Lockscreen widgets are launched in iOS 16. Can anybody assist me how to implement this future in Flutter.

  • Is there any plugin available ?
  • Is there any way to implement native method in Flutter ?

enter image description here

1 Answers
Related