fix
This commit is contained in:
@@ -42,8 +42,8 @@ class _ProcessingEditEditorState extends State<ProcessingEditEditor> {
|
|||||||
super.initState();
|
super.initState();
|
||||||
_package = widget.package;
|
_package = widget.package;
|
||||||
selectedMarket = _package!.market ?? "";
|
selectedMarket = _package!.market ?? "";
|
||||||
_descCtl.text = _package!.desc!;
|
_descCtl.text = _package!.desc ?? "";
|
||||||
_remarkCtl.text = _package!.remark!;
|
_remarkCtl.text = _package!.remark ?? "";
|
||||||
multiImgController.setImageUrls = _package!.photoUrls;
|
multiImgController.setImageUrls = _package!.photoUrls;
|
||||||
_user = User(
|
_user = User(
|
||||||
fcsID: _package!.fcsID ?? "",
|
fcsID: _package!.fcsID ?? "",
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
// Generated file. Do not edit.
|
// Generated file. Do not edit.
|
||||||
//
|
//
|
||||||
|
|
||||||
// clang-format off
|
|
||||||
|
|
||||||
#include "generated_plugin_registrant.h"
|
#include "generated_plugin_registrant.h"
|
||||||
|
|
||||||
#include <url_launcher_linux/url_launcher_plugin.h>
|
#include <url_launcher_linux/url_launcher_plugin.h>
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
// Generated file. Do not edit.
|
// Generated file. Do not edit.
|
||||||
//
|
//
|
||||||
|
|
||||||
// clang-format off
|
|
||||||
|
|
||||||
#ifndef GENERATED_PLUGIN_REGISTRANT_
|
#ifndef GENERATED_PLUGIN_REGISTRANT_
|
||||||
#define GENERATED_PLUGIN_REGISTRANT_
|
#define GENERATED_PLUGIN_REGISTRANT_
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user