FilledStacks / provider_architecture

A set of widgets to help with the implementation of the Provider architecture as shown by FilledStacks
86 stars 15 forks source link

added widget test for package and example #15

Closed AyushBherwani1998 closed 4 years ago

AyushBherwani1998 commented 4 years ago

Added widget test for package and example. For the package, I have added widget test for ProviderWidget, ViewModelProvider.withConusmer as well as ViewModelProvider.withoutConsumer,

12 While opening the issue, I was facing difficulty to write the test cases and thought it was related to this package. After doing some research, I found out it was due to Provider Package.

The test cases will be helpful to you to check if package is working properly or not after every update.

FilledStacks commented 4 years ago

Thanks @AyushBherwani1998 I definitely lag behind on my testing. This is a great addition, merging now.