rx_go 0.0.5
rx_go: ^0.0.5 copied to clipboard
A webview and bottom sheet creator.
A weblink view creator.
Features #
- Open Weblink
- Open BottomSheet
Getting started #
import "package:go/go.dart";
Usage #
to /go.dart folder.
const webview = RxGo.open("https://google.com");
webview.close();
data = await webview.future;
Additional information #
use this package to open weblink and bottomsheet.