BuildContext is, like it’s name is implying, the context in which a specific widget is built . If you’ve ever done some React before, that context is kind of similar to React’s context (but much smoother to use) ; with a few bonuses.4 Mar 2018
Read moreBLoC mimarisi nedir?
BLoC nedir ? Google tarafından tavsiye edilen patternlerden biri olan BLoC (Business Logic Component): Business Logicinizi, Presentation katmanınızdan ayıran, platform bağımsız kalmanızı sağlayan, uygulamanızdaki sorumlulukları ayıran ve kolay test edilebilir kodlar yazmanızı sağlayan bir pattern.
Read moreBLoC Pattern nedir?
BLoC nedir ? Google tarafından tavsiye edilen patternlerden biri olan BLoC (Business Logic Component): Business Logicinizi, Presentation katmanınızdan ayıran, platform bağımsız kalmanızı sağlayan, uygulamanızdaki sorumlulukları ayıran ve kolay test edilebilir kodlar yazmanızı sağlayan bir pattern .
Read moreFlutter Obx nedir?
Obx , widget’ta bir denetleyicidir. Belli bir türe ihtiyaç duymadan, herhangi bir değişkeni gözlemleyebilirsiniz. Burada ise count değerini gözlemleyip ekrana bastırmak için kullanıyoruz.
Read more