ethi1989

Results 4 issues of ethi1989

## Steps to Reproduce 我使用的是官方提供的example_swift,进行原生跳转flutter的试验,从Flutter跳转回来后,并未回调onPageFinished class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. } @IBAction func onClickPushFlutterPage(_ sender: UIButton, forEvent...

Hello , I have a question, when I want to show a dialog, do you prefer to use State or use SideEffect from viewModel?

it seems no support the return a List that its' element may be null ,like below example. The function prototype ``` interface ApiService { suspend fun funA( @Body ids: List...