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 moreIs Flutter a MVVM?
A Flutter MVVM (Model-View-ViewModel) implementation . It uses property-based data binding to establish a connection between the ViewModel and the View, and drives the View changes through the ViewModel.
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