add reactions modal

This commit is contained in:
Salvatore Giordano
2020-10-16 12:42:56 +02:00
parent ab1e855cfe
commit c4a890d069
4 changed files with 197 additions and 5 deletions
+3 -1
View File
@@ -75,7 +75,9 @@ void main() async {
);
await client.setUser(
User(id: 'super-band-9'),
User(id: 'super-band-9', extraData: {
'name': 'John Doe',
}),
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoic3VwZXItYmFuZC05In0.0L6lGoeLwkz0aZRUcpZKsvaXtNEDHBcezVTZ0oPq40A',
);
+1 -1
View File
@@ -1,7 +1,7 @@
name: example
description: A new Flutter project.
version: 1.0.28+30
version: 1.0.29+31
environment:
sdk: ">=2.2.2 <3.0.0"