Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 566 Bytes

Remote Flutter Widget Example

  • This is a demo code for rfw(remote flutter widget) and webview, so you can see examples for Server Driven UI.
  • It makes widget tree dynamically in runtime.
  • You can try each examples, "local", "remote", "webview" in folder.

Local

This is an exmaple for Cliend side code.

Remote

You can use remote widget from server side.

Webview

Also you can use webview for making dynamic view.

You can use in_app_webview package with observing javascript function for excuting flutter side code.