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
|
|
@ -547,7 +547,7 @@ class ChatController extends State<ChatPageWithRoom> {
|
|||
MatrixImageFile(
|
||||
bytes: bytes,
|
||||
name: file.path,
|
||||
)
|
||||
),
|
||||
],
|
||||
room: room,
|
||||
),
|
||||
|
|
@ -568,7 +568,7 @@ class ChatController extends State<ChatPageWithRoom> {
|
|||
MatrixVideoFile(
|
||||
bytes: bytes,
|
||||
name: file.path,
|
||||
)
|
||||
),
|
||||
],
|
||||
room: room,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue