Brian Egan

Results 79 comments of Brian Egan

> I'm currently due to release my first Flutter app soon and that relies completely on ScopedModel. If this is deprecated does this mean potentially with future Flutter upgrades you...

Thanks so much for the feedback, everyone! Really appreciate the perspective from folks using this library :) I'll plan on supporting ScopedModel for the rest of the year, and I'll...

Hey all, thanks for the feedback. I’d ask to hold off on forking this library for now unless you really want to take it in a new direction, in which...

From my perspective, I think it makes sense to bring In the new features from the Armadillo library since this was a port out of the Google repo. The only...

I'll be honest here: I don't have a great answer for this question! I normally use Epics or Plain Old Middleware myself over thunks for exactly this reason: I find...

Hi Joe, thanks for writing in. I'm almost wondering in that case (and in general) if the StreamCallbacks are necessary, or if it's best to simply use a normal `StreamController.broadcast(sync:true)`....

Sounds good, thanks for the input! A bit busy these coming weeks (work & travel), but I'll try to make some updates to this lib soon.

Hey all -- just a heads up that I've been trying this feature and really like it overall. Thanks for adding it! One bug I've seen: if I save too...

Excellent, thanks for looking into it and fixing that up!

@localpcguy Completely agree with that strategy -- Chewie really is meant to just be the UI portion and the core logic would be best implemented in video player and the...