ShadyBoukhary / flutter_clean_architecture

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.
https://pub.dartlang.org/packages/flutter_clean_architecture
MIT License
691 stars 172 forks source link

How to avoid rebuild in components. #82

Closed DK070202 closed 2 years ago

DK070202 commented 2 years ago

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?