Ben

Results 18 comments of Ben

How does it help with the performance? You can turn a sync function to async in your code. See this [aricle](https://medium.com/dartlang/dart-asynchronous-programming-isolates-and-event-loops-bffc3e296a6a). Example ``` import 'dart:async'; import 'dart:math'; void main() async...

`computed` lets you listen multiple `observable`'s and derive a singular state when any on of the `observable`'s gets changed. What do you mean by "`@computed` functions"?

Mobx is more about reactive programming than async programming. You can have async actions to perform async work. Mobx focuses on the flow of the data in the app, using...

One approach could be, if a public variable is annotated with `@observable` in a `@readonly` store, then it will be exposed to outside. If the variable is private, it will...

I agree. We should discuss it further and it will be a breaking change. `@observable` should be equivalent to `Stream`. It should be open for subscription but closed for mutation....

@SeniorTurkmen @AcarFurkan @erolkaftanoglu @adnanjpg

CI'a koyabilecek varsa bu MR'ın içinde koysun, yoksa elle de hallederiz. Bu MR'ı test env'e sahip olduktan sonra merge edeceğim, bekleteceğim FYI.

In a package, we have 20~ union classes with 20~ constructors in each. Total 150-200 constructors. Upgrading from Flutter 3.7.1 and freezed 2.1.0 to Flutter 3.10.5 and freezed 2.3.5 caused...

Seems related to https://github.com/rrousselGit/freezed/issues/804