set width,height,stride together with the rgba data for rendering

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-28 11:44:52 +08:00
parent 8a9af3a755
commit 6b1645f44d
11 changed files with 116 additions and 108 deletions

View File

@@ -79,7 +79,7 @@ class PluginItem extends StatelessWidget {
final FFI? ffi;
final String location;
final PluginModel pluginModel;
final isMenu;
final bool isMenu;
PluginItem({
Key? key,