mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 13:27:24 +00:00
linux support
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}),
|
||||
|
Reference in New Issue
Block a user