We've finished the basic CRUD system on the frontend. And i've tested it on 6 platforms
So basically there's only one part of frontend left, which is screen widget.I didn't find any reference indicate that windows app could make a widget on desktop, So i'll try to make screen widget on Ios and android.
To build the mobile screen widget, We may have to write some native code for android and ios.
Because flutter can only be a role that passing data to native code
It is the most complicated part until now, I faced a lot of issues on established it and some of the other enviroment-building problems, So it may take like 2-3 days to complete this feature
Ref
And also my iphone got updated to Ios 17 and seems the xcode is encountered lots of issue due to the IOS 17, so I may pause from here today.
Thx for reading