linux support

This commit is contained in:
ekibun
2020-08-18 23:43:19 +08:00
parent d8bd5d7995
commit 0d3aab10ae
10 changed files with 244 additions and 154 deletions

View File

@@ -3,7 +3,7 @@
* @Author: ekibun
* @Date: 2020-07-18 23:28:55
* @LastEditors: ekibun
* @LastEditTime: 2020-08-17 21:52:14
* @LastEditTime: 2020-08-18 23:23:46
*/
import 'package:dio/dio.dart';
import 'package:flutter/material.dart';
@@ -52,6 +52,7 @@ class _TestPageState extends State<TestPage> {
case "hello":
return await arg[0](["hello: "]);
default:
return JsMethodHandlerNotImplement();
}
});
}),