Pavel Shilyagov

Results 11 comments of Pavel Shilyagov

Hi, any news about fixing this issue?

@alfonsogarciacaro Thank you very much for your work! Can't wait to try it for electron app.

Hi @dodyg , Well, actually I haven't thought about it. Yes, I agree with you that creating `copyWith` manually is not cool. I also feel uncomfortable while using `built_value`. How...

Well, I don't have experience with any frontend frameworks in Dart, so I need to investigate the possibility of porting dartea to some of them. Do you think AngularDart is...

Hi @felixyin You can do animation as usual in Flutter. If you want to connect animation with application's state, then you should add specific field to your model and check...

Hi @suexcxine First of all, the purpose of `model` in Dartea or Elm is composition of all necessary data for the `view`. You should put on the `model` everything that...

Hi @gedw99 , Yes, in general `dispatch` function triggers update from the root (`DarteaWidget`). This is fine in many cases, since rebuilding widget doesn't necessary enforce redrawing (because widgets tree...

What I have described above is related for situations when update occurs in child and propagates to parent. Also I'm thinking about some kind of conditional widgets builder. In case...

Hi @stt106 , I'm also got into FP-trap through F#, and now can't force myself to do classic OOP. Performance is definitely essential for mobile app. I've compared FPS [in...

@nyck33 Thanks, I'll take a look at it. Perhaps I need to do some changes to support latest Flutter + AndroidX.