Flutter interview summary (2022)

background

I am looking for a job recently, and the epidemic situation is relatively serious, so it is very inconvenient. In the morning, I received a call from a headhunter, saying that a foreign company was recruiting for Flutter development. I did have experience in Flutter projects, and asked me if I was interested. After adding WeChat and sending information, I took a look. It is a very large medical company. For a foreign company, Deng X Bo has a R&D center in Suzhou, and the working location is very convenient. I made an appointment for a remote interview the next day. The overall technical interview was okay. The company wanted to arrange for a foreign colleague to communicate in English. My oral English is too bad. Yes, I just gave up, hey. . . Let's summarize Flutter's technical interview

Flutter

Flutter has several Widgets, what's the difference?

What are the life cycles of StatelessWidget? Please tell me in order of life cycle?

How does Flutter implement hot overloading, and talk about the specific implementation principle?

Why is it said that Flutter has good performance and the difference from RN?

How does Flutter implement concurrent operations?

How does isolate communicate and instantiate?

What is the difference between Future and isolate?

What is the relationship between Stream and Future?

How many kinds of unique identification keys are there for Widget?

How to use await for?

Talk about the relationship between mixin extends implemet?

Talk about specific projects, involving maps, payment, push, etc.

Here is a summary of some Flutter-related interview knowledge, in-depth research on various knowledge points, and conquer your interviewer after learning.

Flutter_interview Interview Questions and Answers (2022) - Forcing the World Blog - CSDN Blog

Guess you like

Origin blog.csdn.net/u012378566/article/details/124309825