Why is state management in Flutter?

State Management is the strategic approach to manage all the interactions that a user performs on an application and then reflect those changes to UI, update databases, server requests etc . Any application has many UI controls such as text fields, radio buttons, buttons, checkboxes, dropdowns etc.

Read more

What is service locator Flutter?

This is a simple Service Locator for Dart and Flutter projects with some additional goodies highly inspired by Splat . It can be used instead of InheritedWidget or Provider to access objects e.g. from your UI. Typical usage: Accessing service objects like REST API clients or databases so that they easily can be mocked.

Read more

Provider ne işe yarar?

Kısaca Content provider Nedir: Content provider ‘larımız uygulamamızda depolanan veya başka uygulamaların içinde depolanmış/kayıt edilmiş verilere güvenli bir şekilde erişebilme ve yönetebilme olanağı sağlayan bir yapıdır.

Read more