FlutterEcosedWeb class final

Web插件注册

Inheritance
  • Object
  • PlatformInterface
  • FlutterEcosedWeb

Constructors

FlutterEcosedWeb()

Properties

get EcosedPlugin
获取绑定层
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context) Widget
管理器布局
buildManager(BuildContext context) Widget
获取管理器
inherited
exec(String channel, String method, [dynamic arguments]) Future
执行方法
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMethodCall(String _, [dynamic __]) Future
方法调用
inherited
pluginAuthor() String
插件作者
inherited
pluginChannel() String
插件通道
pluginDescription() String
插件描述
pluginName() String
插件名称
pluginWidget(BuildContext context) Widget
插件界面
inherited
runEcosedApp({required WidgetBuilder app, required List<EcosedPlugin> plugins, required Future<void> runner(Widget app)}) Future<void>
启动应用
runWithRunner({required WidgetBuilder app, required List<EcosedPlugin> plugins, required Future<void> runner(Widget app)}) Future<void>
使用运行器运行
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(Registrar registrar) → void
注册插件