chore: bump and migrate deps.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-06-20 00:35:25 +05:30
committed by xsahil03x
parent 3d068f088a
commit a872ae34bb
14 changed files with 62 additions and 49 deletions
@@ -409,7 +409,7 @@ class _NewChatScreenState extends State<NewChatScreen> {
onMessageSent: (m) {
GoRouter.of(context).goNamed(
Routes.CHANNEL_PAGE.name,
params: Routes.CHANNEL_PAGE.params(channel!),
pathParameters: Routes.CHANNEL_PAGE.params(channel!),
);
},
),