add custom gestures

This commit is contained in:
csf
2022-02-16 23:08:23 +08:00
parent b60e276c98
commit f5f496f1cf
4 changed files with 860 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ class _HomePageState extends State<HomePage> {
@override
void initState() {
super.initState();
nowCtx = context;
currentCtx = context;
if (isAndroid) {
Timer(Duration(seconds: 5), () {
_updateUrl = FFI.getByName('software_update_url');