From 032555831c7e7621710029b1b70e49d2a477ac00 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Mon, 4 Jan 2021 13:52:05 +0530 Subject: [PATCH] Revert "testing changes, remove them when pushed" This reverts commit a27efad0 Signed-off-by: Sahil Kumar --- example/lib/choose_user_page.dart | 4 ++-- example/lib/main.dart | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/example/lib/choose_user_page.dart b/example/lib/choose_user_page.dart index ca28b1b3..55bfa36c 100644 --- a/example/lib/choose_user_page.dart +++ b/example/lib/choose_user_page.dart @@ -11,13 +11,13 @@ import 'routes/routes.dart'; const kStreamApiKey = 'STREAM_API_KEY'; const kStreamUserId = 'STREAM_USER_ID'; const kStreamToken = 'STREAM_TOKEN'; -const kDefaultStreamApiKey = 'hg4yvnb2g6pu'; +const kDefaultStreamApiKey = 'uj7qrdbfrzvg'; class ChooseUserPage extends StatelessWidget { @override Widget build(BuildContext context) { final users = { - 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoidmlzaGFsIn0.va4qzf2KTQctOJfqdtzcdETAMKgazshuJnYJCPmmaKY': + 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoidmlzaGFsIn0.lCz-idDgaZ-xszjnuB_hTfeIOhTFmJtTB2fEjhwrcCI': User( id: 'vishal', extraData: { diff --git a/example/lib/main.dart b/example/lib/main.dart index 70cd513a..f4b183c6 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -22,7 +22,6 @@ void main() async { final client = Client( apiKey ?? kDefaultStreamApiKey, - baseURL: 'https://chat-proxy-oregon.stream-io-api.com', logLevel: Level.INFO, showLocalNotification: (!kIsWeb && Platform.isAndroid) ? showLocalNotification : null,