Closed toshi0383 closed 3 years ago
Yes because the flutter code of UI widget does not show time :)
Well, it does mate?
If I change the initial value of String time
, it shows up.
Problem is, it's not updated at all?
You need update widget from Android side manually. Because the widget is not a normal Flutter app. Android init a new Flutter engine, engine run widget Flutter app, a screenshot is taken, Flutter app terminated, screenshot convert to Bitmap and send to Android widget system.
Any ideas? I'm using Pixel 3a (API R) emulator.