Double-click the list tab to scroll to the top

This commit is contained in:
wanghongenpin
2024-09-02 02:38:46 +08:00
parent dc455263a6
commit 861f7238af
81 changed files with 1387 additions and 391 deletions

View File

@@ -1,3 +1,18 @@
/*
* Copyright 2023 WangHongEn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import 'dart:io';
import 'dart:ui';
@@ -9,6 +24,9 @@ import 'package:network_proxy/utils/lang.dart';
import 'package:network_proxy/utils/platform.dart';
import 'package:window_manager/window_manager.dart';
///启动按钮
///@author wanghongen
///2023/10/8
class SocketLaunch extends StatefulWidget {
static ValueNotifier<ValueWrap<bool>> startStatus = ValueNotifier(ValueWrap());