Update iOS to new state model.
This commit is contained in:
parent
e4789d9cd2
commit
2c3d38f1ad
9 changed files with 153 additions and 129 deletions
|
@ -110,7 +110,8 @@ class _MyAppState extends State<MyApp> {
|
|||
return Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
if (processingState == ProcessingState.buffering)
|
||||
if (processingState == ProcessingState.loading ||
|
||||
processingState == ProcessingState.buffering)
|
||||
Container(
|
||||
margin: EdgeInsets.all(8.0),
|
||||
width: 64.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue