rx_go 0.0.6+3
rx_go: ^0.0.6+3 copied to clipboard
A Weblink View Creator.
0.0.1 #
- initial release.
0.0.5 #
- RxGo.open return type changed to RxGoController
//new
RxGoController<Uri> controller = RxGo.open("https://google.com")
// old
RxGoController<String> controller = RxGo.open("https://google.com")
0.0.5+1 #
- RxGo.open now follows redirect
0.0.6 #
- RxGo.open now allow error code to be displayed
0.0.6+3 #
- RxGo fix bugs