rfw_builder 0.0.2
rfw_builder: ^0.0.2 copied to clipboard
A builder tool to generate RemoteFlutterWidget tree; converting between .rfw and .rfwtxt formats, including the intermediate class RemoteWidgetLibrary.
rfw_builder contains rfw_builder and rfw_txt tools #
1. rfw_builder: generate RemoteFlutterWidget tree #
2. rfw_txt: Converting between .rfw and .rfwtxt formats, including the intermediate class RemoteWidgetLibrary. #
// rfw2txt: convert .rfw to .rfwtxt
rfw2txt test1.rfw [-o test.rfwtxt]
// txt2rfw: convert .rfwtxt to .rfw
txt2rfw test2.rfwtxt [-o test2.rfw]