'What does data_provider stands for? [BloC Design Pattern]
Solution 1:[1]
Bloc and Cubits are used in state management of your flutter.For this case the data_providers directory will contain the functionality of fetching the data to be availed throughout your app probably from an API or whatever the source of your data.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | lord |

