Created
March 20, 2022 10:38
-
-
Save CodingWithTashi/9b3946ad4c07adb8a1a7439d1b1b3a10 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CounterProvider counterProvider = Provider.of<CounterProvider>(context, listen: false); //make sure to put listent to false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment