Flutter GetX nedir?

GetX , geliştiricilere daha kolay ve performanslı bir şekilde state management, navigation manager, internationalization ve tema kullanımı olanağı sunuyor. Ve bu sunduklarının hem performanslı olmasını hem de kolay bir şekilde uygulanmasını da sağlıyor. Kolaylığı sayesinde geliştiricilerin kalbini kısa sürede kazandı.

Read more

What is observer in flutter?

The Observer design pattern should be used when a change to one object requires changing others, but you don’t know how many objects need to be changed and how . The pattern allows subscribing to such object events and changing the dependent object’s state accordingly.

Read more