提交 cbcd0f1e authored 作者: JarvanMo's avatar JarvanMo

delete web related files

上级 128baba4
/*
* Copyright (c) 2023. OpenFlutter Project
*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership. The ASF licenses this
* file to you 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
*
* http://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.
*/
// In order to *not* need this ignore, consider extracting the "web" version
// of your plugin as a separate package, instead of inlining it in the same
// package as the core of your plugin.
// ignore: avoid_web_libraries_in_flutter
import 'package:flutter_web_plugins/flutter_web_plugins.dart';
import 'method_channel/fluwx_platform_interface.dart';
/// A web implementation of the FluwxPlatform of the Fluwx plugin.
class FluwxWeb extends FluwxPlatform {
/// Constructs a FluwxWeb
FluwxWeb();
static void registerWith(Registrar registrar) {
FluwxPlatform.instance = FluwxWeb();
}
}
name: fluwx name: fluwx
description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc. description: The capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, lanuch mini program and etc.
version: 5.3.1 version: 6.0.0
homepage: https://github.com/OpenFlutter/fluwx homepage: https://github.com/OpenFlutter/fluwx
environment: environment:
...@@ -41,9 +41,6 @@ flutter: ...@@ -41,9 +41,6 @@ flutter:
pluginClass: FluwxPlugin pluginClass: FluwxPlugin
ios: ios:
pluginClass: FluwxPlugin pluginClass: FluwxPlugin
web:
pluginClass: FluwxWeb
fileName: src/fluwx_web.dart
ohos: ohos:
pluginClass: FluwxPlugin pluginClass: FluwxPlugin
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论