rx_go 0.0.8
rx_go: ^0.0.8 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
0.0.6+4 #
- RxGo fix bugs
0.0.8 #
- Updated google_fonts dependency to ^6.2.1
- Fixed body encoding in CustomWebView