loading spaces
This commit is contained in:
parent
dca9ee1939
commit
65028a1231
14 changed files with 629 additions and 86 deletions
10
lib/models/space.dart
Normal file
10
lib/models/space.dart
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import "package:flutter/widgets.dart";
|
||||
import "package:freezed_annotation/freezed_annotation.dart";
|
||||
import "package:matrix/matrix.dart";
|
||||
part "space.freezed.dart";
|
||||
|
||||
@freezed
|
||||
abstract class Space with _$Space {
|
||||
const factory Space({required Room roomData, required Image? avatar}) =
|
||||
_Space;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue