shark 1.0.4 shark: ^1.0.4 copied to clipboard
A Flutter server rendering framework for mobile application, server-driven UI, dynamic change your interface in realtime
1.0.0 #
- stable official
1.0.1 #
- fix some problems on routing (link routing error)
- export
SharkWidgetState
type - update test sample
1.0.2 #
- add refresh method
- modify the routing method
- route: prefix with 'route://', internally would call [Navigator.pushName('new_path')]
- redirect: prefix with 'redirect://', redirect current page with the following path
- link: prefix with 'link://', start the browser to open a url
1.0.4 #
- update dynamic_widget version to 4.0.4