UnityTech / UIWidgets

UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
Other
1.97k stars 256 forks source link

Documentation #303

Open kolombet opened 5 years ago

kolombet commented 5 years ago

It's vital for UI framework to have excellent documentation. As I understand, flutter documentation/tutorials are compatible with UIWidgets. We need to cover differences in documentation. (If there is any, I am not expert in flutter, it's pretty much the same for me)

zhuxingwei commented 5 years ago

Hi, thanks for the suggestion! We totally agreed with you @kolombet. The API documentation is one of the most important goals for our next milestone, which will kick start as soon as the 1.5.4 release (mainly focus on optimization) is done later this week.

From my perspective, the differences need to cover is very limited. The API of UIWidgets is exactly the same as in flutter on purpose, making it straightforward to transfer a flutter widget into UIWidgets.