Flutter is a cross-platform framework that allows you to write iOS and Android apps using a single codebase. … The declarative nature of Flutter makes it an ideal candidate for the MVVM design pattern.
Read moreHow do you use MVVM in Flutter?
MVVM Design Pattern In Flutter
Read moreGestures Flutter nedir?
GestureDetector , içine aldığı widgetin ( mesela Container ) bulunduğu bölgeye tıklayınca bir eylem yaratmasını sağlar. Bir nevi buton diyebiliriz.
Read moreFlutter Provider ne işe yarar?
Provider , basitçe kendi state’i olan ve bu state’i BuildContext (BuildContext az ve öz bir şekilde bir widget’in Widget Tree’de nerede olduğunu anlamasını sağlayan ve parent-child arası data geçişine yarayan yapımızdır kendisi.) ile kendi çocuklarına aktarabilen bir widget.
Read more