migrate sample app

This commit is contained in:
Salvatore Giordano
2021-04-20 13:14:07 +02:00
parent bc9e0d0285
commit 4c4473d4b5
8 changed files with 77 additions and 71 deletions
@@ -133,6 +133,7 @@ class ChannelListCoreState extends State<ChannelListCore> {
stream: channelsBlocState.channelsStream,
builder: (context, snapshot) {
if (snapshot.hasError) {
print('snapshot: ${snapshot.stackTrace}');
return widget.errorBuilder(context, snapshot.error!);
}
if (!snapshot.hasData) {