Flutter: MVVM architecture best practice using Provide & HTTP
Read moreCan we use MVVM pattern in Flutter?
In this piece, we’ll use the MVVM design pattern to write a complete Flutter application . Flutter is a cross-platform framework that allows you to write iOS and Android apps using a single codebase.
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