Results 39 comments of jcheng

My dependency environment Device is: Pixel 8 The system is: Android 14

```dart void main() { appRun(); // runApp(const MyApp()); } void appRun() async { runApp(await app()); } Future app() async{ WidgetsFlutterBinding.ensureInitialized(); // Unable to render, keep typing Cancelling draw. cancelDueToPreDrawListener=true cancelDueToSync=false...

I tested many times and found that it is actually related to asynchronous waiting during startup. If the execution is delayed, you can see that the log prints a lot...

理论上键盘出现的时候toast上移是合理的。不排除一些特殊需求的需要你可以将movingOnWindowChange初始化的时候设置为false

Thank you for your feedback. Due to some reasons, I am unable to access Discord, and I'm not sure what I should do. Can you help me? cc @nate-thegrate

Thank you for your suggestion. I made adjustments based on your advice, and it seems that the CI has now passed, except for the bot comments triggered by golden file...

@nate-thegrate It seems that the newly added GoldenFile doesn’t have a comparison file. How can I generate these files? Could you guide me on this?

@nate-thegrate Thank you for your suggestion; I have adjusted it to use AnimationSheetBuilder. You can review it again.