version bump

This commit is contained in:
Salvatore Giordano
2020-05-27 16:51:32 +02:00
parent 24eca0a9c3
commit ba33602a24
4 changed files with 11 additions and 33 deletions
-14
View File
@@ -70,7 +70,6 @@ void main() async {
logLevel: Level.INFO,
showLocalNotification: Platform.isAndroid ? showLocalNotification : null,
persistenceEnabled: true,
// baseURL: 'chat-us-east-staging.stream-io-api.com',
);
await client.setUser(
@@ -78,19 +77,6 @@ void main() async {
'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoic3VwZXItYmFuZC05In0.0L6lGoeLwkz0aZRUcpZKsvaXtNEDHBcezVTZ0oPq40A',
);
// final client = Client(
// '892s22ypvt6m',
// logLevel: Level.INFO,
// showLocalNotification: Platform.isAndroid ? showLocalNotification : null,
// persistenceEnabled: true,
// baseURL: '10.0.2.2:3030',
// );
//
// await client.setUser(
// User(id: 'super-band-9'),
// 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoic3VwZXItYmFuZC05In0.MfmkavyPRSztKxcxpOk8Wud3WrzQ4YdNfXqoVjtIoRM',
// );
_initNotifications(client);
runApp(MyApp(client));