Craig was my one of fav Flutter guy, but now I love his dog also 😍😜
@laybunzz6 ай бұрын
Welcome to his fan club!
@acornerofherheart-jr9pl5 ай бұрын
thank you for making this video. many people suggested to me to be a native coder rather than flutter codder.... u clarified everything here perfectly
@LeanCodePl5 ай бұрын
Glad it helped
@compote-s1r4 ай бұрын
Very good questions, and an honest interview and answers, well done !
@joseantoniomolinabusquiel161720 күн бұрын
Flutter is the best 😃
@pribeparenting6 ай бұрын
what about the interop with web ecosystem? The embeds, links and so much. So much is in the js world. interoperability between the js world and the flutter web world is a key requirement.
@Unbreathable4 ай бұрын
There are lots of things you can do. Since I can't post links here I encourage you to just google "flutter web embed" to find the official documentation for that on the Flutter website. It allows you to embed a flutter app into multiple s or even just have it running in fullscreen. You can even manage the app from java script if you wanted to do that (For example if you want to write native web UI and you use flutter for rendering something, idk why you would do that, but the option is there).