The MVVM pattern provides a uniform distribution of data with the benefits of flexibility and reusability of the code as well as data.
Read moreHow do you implement MVVM architecture in Flutter?
Flutter: MVVM architecture best practice using Provide & HTTP
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