flutter: Add Platform_dart and regenerate bindings
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
import 'package:KDDockWidgetsBindings/src/Platform.dart'
|
||||
/*
|
||||
This file is part of KDDockWidgets.
|
||||
|
||||
SPDX-FileCopyrightText: 2019-2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
|
||||
Author: Sérgio Martins <sergio.martins@kdab.com>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
|
||||
|
||||
Contact KDAB at <info@kdab.com> for commercial licensing options.
|
||||
*/
|
||||
|
||||
import 'package:KDDockWidgetsBindings/src/Platform_flutter.dart'
|
||||
as KDDockWidgetBindings;
|
||||
|
||||
class Platform_flutter extends KDDockWidgetBindings.Platform {
|
||||
class Platform_flutter extends KDDockWidgetBindings.Platform_flutter {
|
||||
String name() {
|
||||
return "flutter";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user