@benjaminli21

someone said this show is unnecessarily long, and I disagree and I think he's wrong. 

At the beginning of the show, they already stated that this is not a tutorial show but it's about a show about engineer coding and fixing things. In my opinion, this is way more fun than watching those real boring and "perfect" coding tutorial where you watch them perfectly code something from scratch while it's highly unrealistic in real life because no one is going to be coding perfectly. 

This show is what is real in the modern time where everything else can be edited and photoshopped. It's the most authenticate show in the whole internet, I believe.Beats all those "reality" show where all the acts are basically scripted and edited.... 

I am so grateful for there's this team behind this awesome framework. I used to have frustration and thinking about quit and I did have the experience of almost getting fired because the performance issue in the framework. But it's the community spirit behind it that made me stay. I think I am also lucky to have this framework in my career. Thank you guys!!!

@colinschmale4352

Very helpful video, thank you! :) I don't like the Boring Show format because it's unnecessarily long but this is the only place where I've found an explanation about how to implement Event Channels in plugins.

@shubhralagrawal4003

Super useful. Created my first wrapper and actually my first Flutter project. This helped me so soooo much. Thanks a lot guys!

@DominikRoszkowski

Where can I get the price from? 🏅

And seriously thanks for sharing not only the great victories but also little slips during typical development job!

@MrAidooyaw

I don't think its ever boring... Its very good

@mikeharris81

@27:30 just Ctrl+Z guys 😂

@CuiqkOfficial

Boring Show has been really interesting until last couple of episodes because of font size. Please Andrew see the screen font difference at 25:20, terminal window font is easier to read but the editor fonts looks so tiny that I have to use offline magnifier to see them. 

One more thing I am interested in, please guys tell me your typing speed. I am very excited to know that.

@pradeep422

Enjoyed it for sure!!!!!!!!!!

@michelfeinstein

IIRC, Matt spoke about the Event Channel on a previous episode

@LxAU

Unless I'm really misunderstanding something, it seems that the only benefit to having an event channel is that the Dart side receives a ready-made Stream instance, while the drawbacks are:

1.  there is now a need to manage two separate channels between Dart and the platform instead of one
2.  an additional interface has to be implemented on the platform side
3.  that ready-made Stream still needs to be map()-ed to the correct type for consumption outside the plugin.

In my own plugin I just use the existing method channel, calling invokeMethod() on the platform side, and managing my own StreamController on the Dart side.

Am I missing something critical here?  Are there performance implications?  Am I maybe setting myself up for memory leaks by not returning a null result to the platform (like, to "close off" the invokeMethod() calls I'm making)?

@umerfarooq2249

How to call flutter code or send messages or event to flutter from BroadcastReceiver in native code ?

@Office3

I would like to claim my prize too. Btw, it's been a year already, is there any update on the ios side implementation?

@ONEON26

Thanks for this video. How about one on streaming web radio (RTSP)?

@renxoarellano5550

i have been programming with Dart and I start to love it .. Great job with flutter i will follow you guys. Your are a little bit boring only jajaja Greetings from Peru!

@athuljoseph4828

Thank you for this video........helped me a lot.

@AdrianWreyford

Amazing, it was exactly your error that had me. Just love your channel

@EmmanDesh

Does anybody know where i can get the dart bird decal emily has

@theGoldyMan

Wait what happened to the publication bug?

@mzlittle

Can we do a Google Maps demos apps?

@sean123123100

Great video thanks!!