Clean architecture flutter: A Flutter package that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in Flutter. This package provides basic classes that are tuned to work with Flutter and are designed according to the Clean Architecture.
1.How can we void extra build in components like in case of our example we are using ElevatedButton to fire just getuser
while we do that it gets rebuild. Can we build a another builder that only trigger but not build subtree under it?
1.How can we void extra build in components like in case of our example we are using ElevatedButton to fire just getuser while we do that it gets rebuild. Can we build a another builder that only trigger but not build subtree under it?