at_contacts_group_flutter library

Classes

EmptyGroup
EmptyGroup is displayed when no group is created. It also provides option to create a new group.
GroupContactsModel
GroupContactsModel contains groups and contacts in a single model
GroupList
GroupList shows all the created groups.
GroupPreference

Enums

ContactsType
Enum for contact types
ContactTabs

Functions

initializeGroupService({dynamic rootDomain = 'root.atsign.wtf', dynamic rootPort = 64}) → void
initializeGroupService has to be called before using groups package
showDeleteGroupDialog(BuildContext context, AtGroup group, {String? heading, Function? onDeleteSuccess}) Future<void>