mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-08-06 00:49:46 +08:00
update: view remote code
This commit is contained in:
@ -59,6 +59,15 @@ var fullScreenCodeDialog = new Handler(
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
var githubCodeDialog = new Handler(
|
||||
handlerFunc: (BuildContext context, Map<String, List<String>> params) {
|
||||
String path = params['remotePath']?.first;
|
||||
return new FullScreenCodeDialog(
|
||||
remoteFilePath: path,
|
||||
);
|
||||
});
|
||||
|
||||
var webViewPageHand = new Handler(
|
||||
handlerFunc: (BuildContext context, Map<String, List<String>> params) {
|
||||
String title = params['title']?.first;
|
||||
|
Reference in New Issue
Block a user