Similar to #67, #79 and #117 for other providers, but then for BLoC.
Would be very good to be able to set specific BLoC states and their properties to test widgets using Framy. Using @FramyUseProvider() doesn't seem sufficient, since BLoC requires a BlocProvider parent.
Currently working around this by making more minimal widgets that don't have any direct provider dependency, which might even be the preferred way to do this.
Similar to #67, #79 and #117 for other providers, but then for BLoC.
Would be very good to be able to set specific BLoC states and their properties to test widgets using Framy. Using
@FramyUseProvider()
doesn't seem sufficient, since BLoC requires aBlocProvider
parent.Currently working around this by making more minimal widgets that don't have any direct provider dependency, which might even be the preferred way to do this.