Zelenskyy: He broke the ceasefire. He killed our people. He did not exchange prisoners. We signed the exchange of prisoners, but he didn't do it. What kind of diplomacy you are speaking about?
Vance: I think it's disrespectful for you to come into the oval office and try to litigate this in front of them American media
Don't be a slave to history. Don't let existing code dictate future code. All code can be replaced if it is no longer appropriate.
― Andrew Hunt, The Pragmatic Programmer
#flutter#freelancer#flutterdev
If you see badly written (old) code in an app that has been working for months/years, don't refactor it unless you really have to.
Refactoring old code just for the sake of refactoring is likely to break more than it improves.
#flutter#flutterdeveloper#fluttercommunity
If you plan to update to #flutter 3.3.x, make sure you check out this article.
Spoiler: It has some breaking changes, some of them are about button widgets :)
https://t.co/aZl6zlJL2O
#fluttercommunity#flutterdev
Have you worked with RxDart ? What do you think about it? Check out my example from below where I'm using BehaviorSubject with #Flutter cubits and stream builders. #rxdart#flutter#flutterdev