I'm implementing an android app that can change user's lock screen(not lock screen in app), for example, an user can change the position of clock in lock screen from top to bottom or else.
Moreover, I want to render some custom widgets, which is implemented using flutter, on the custom lock screen.
I've tried to search relative articles or questions but most of those were about 'implementing an app lock screen'.
Is there any way to implement custom lock screen on flutter? Or do I have to make it with android native code with method channel which can communicate with flutter?
The below image that I've attached is the default lock screen from Samsung Galaxy, and I want to make it a custom lock screen if possible.
Thank you for your answer in advance .
Solved
I've implemented it with only 100% Android native code except controlling the custom lock screen's features such as "On/Off LockScreen Feature" and "Clock Position", which is delivered by flutter method channel :D