Skip to content

Commit

Permalink
* unread message count for group chat and single chat
Browse files Browse the repository at this point in the history
* leave group chat
* group chat page which can update group name and upgrade users to admin if i the group creator and update group image
* kick users from group
* admin downgrade and upgrade system if iam admin
* admins can add users only
  • Loading branch information
hatemragab committed Dec 16, 2021
1 parent 6ac72f2 commit 9bb7adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import './screens/splash_screen.dart';
import 'controllers/app_controller.dart';
import 'generated/l10n.dart';

const isUseRealServer = false;
const isUseRealServer = true;

class VChatCustomWidgets extends VChatWidgetBuilder {
@override
Expand Down

0 comments on commit 9bb7adc

Please sign in to comment.