How to Avoid Prop Drilling in Flutter Without External Packages 🪛
Architecture—
Prop drilling happens when data travels through widgets that do not need it. In this post I show how I removed it in my project and made the code cleaner using a provider.
Read More