refactor: Update to Flutter 3.13.0
This commit is contained in:
parent
6445833283
commit
27d15612d9
44 changed files with 167 additions and 159 deletions
|
|
@ -108,7 +108,7 @@ class _StreamView extends StatelessWidget {
|
|||
color: Colors.white,
|
||||
size: 18.0,
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
@ -503,7 +503,7 @@ class MyCallingPage extends State<Calling> {
|
|||
color: Colors.white,
|
||||
fontSize: 24.0,
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
@ -639,7 +639,7 @@ class MyCallingPage extends State<Calling> {
|
|||
PIPView.of(context)?.setFloating(true);
|
||||
},
|
||||
),
|
||||
)
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue