Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
- createState() => _MainScreenState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_change_password/ChangePass-class.md b/docs/talawa-mobile-docs/views_pre_auth_screens_change_password/ChangePass-class.md
deleted file mode 100644
index 731c511f031..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_change_password/ChangePass-class.md
+++ /dev/null
@@ -1,192 +0,0 @@
-
-
-
-# ChangePass class
-
-
-
-
-
-
-
-
-
-This widget lets the user change his/her password.
-There are two input fields. The first one is for entering the new password, and the
-second one is for re-entering the password for verification.
-There is a raised button which finally updates the password when pressed.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- ChangePass
-
-
-
-
-
-
-
-
-## Constructors
-
-[ChangePass](../views_pre_auth_screens_change_password/ChangePass/ChangePass.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../views_pre_auth_screens_change_password/ChangePass/createState.md)() _ChangePassState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_change_password/ChangePass/ChangePass.md b/docs/talawa-mobile-docs/views_pre_auth_screens_change_password/ChangePass/ChangePass.md
deleted file mode 100644
index 1cd9383e761..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_change_password/ChangePass/ChangePass.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# ChangePass constructor
-
-
-
-
-
-
-const
-ChangePass({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
-
-
-
-
-## Implementation
-
-```dart
-const ChangePass({required Key key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_change_password/ChangePass/createState.md b/docs/talawa-mobile-docs/views_pre_auth_screens_change_password/ChangePass/createState.md
deleted file mode 100644
index 895a6ff7fdf..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_change_password/ChangePass/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_ChangePassState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_ChangePassState createState() => _ChangePassState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_login/Login-class.md b/docs/talawa-mobile-docs/views_pre_auth_screens_login/Login-class.md
deleted file mode 100644
index 70fae78e257..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_login/Login-class.md
+++ /dev/null
@@ -1,194 +0,0 @@
-
-
-
-# Login class
-
-
-
-
-
-
-
-
-
-This is the login widget.
-There are two input fiels. The first one takes in the email and
-the second one takes in the password of the user.
-There is also a "Forgot Password" text button, which directs to
-the "recover password" screen when pressed.
-At the bottom, there is a login button to initiate the login.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- Login
-
-
-
-
-
-
-
-
-## Constructors
-
-[Login](../views_pre_auth_screens_login/Login/Login.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../views_pre_auth_screens_login/Login/createState.md)() _LoginState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_login/Login/Login.md b/docs/talawa-mobile-docs/views_pre_auth_screens_login/Login/Login.md
deleted file mode 100644
index 286bc4a1e49..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_login/Login/Login.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# Login constructor
-
-
-
-
-
-
-const
-Login({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
-
-
-
-
-## Implementation
-
-```dart
-const Login({required Key key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_login/Login/createState.md b/docs/talawa-mobile-docs/views_pre_auth_screens_login/Login/createState.md
deleted file mode 100644
index 15962de2eec..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_login/Login/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_LoginState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_LoginState createState() => _LoginState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_recover/Recover-class.md b/docs/talawa-mobile-docs/views_pre_auth_screens_recover/Recover-class.md
deleted file mode 100644
index 729d6af960f..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_recover/Recover-class.md
+++ /dev/null
@@ -1,190 +0,0 @@
-
-
-
-# Recover class
-
-
-
-
-
-
-
-
-
-This class recovers the users password.
-The users needs to enter his/her email and press on the button at the bottom to recover his/her password.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- Recover
-
-
-
-
-
-
-
-
-## Constructors
-
-[Recover](../views_pre_auth_screens_recover/Recover/Recover.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../views_pre_auth_screens_recover/Recover/createState.md)() _RecoverState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_recover/Recover/Recover.md b/docs/talawa-mobile-docs/views_pre_auth_screens_recover/Recover/Recover.md
deleted file mode 100644
index 62e8bdcc422..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_recover/Recover/Recover.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# Recover constructor
-
-
-
-
-
-
-const
-Recover({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
-
-
-
-
-## Implementation
-
-```dart
-const Recover({required Key key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_recover/Recover/createState.md b/docs/talawa-mobile-docs/views_pre_auth_screens_recover/Recover/createState.md
deleted file mode 100644
index 2ba2ecaf894..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_recover/Recover/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_RecoverState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_RecoverState createState() => _RecoverState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_select_language/SelectLanguage-class.md b/docs/talawa-mobile-docs/views_pre_auth_screens_select_language/SelectLanguage-class.md
deleted file mode 100644
index ebdca5873e1..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_select_language/SelectLanguage-class.md
+++ /dev/null
@@ -1,192 +0,0 @@
-
-
-
-# SelectLanguage class
-
-
-
-
-
-
-
-
-
-This widget enables us to select a different language.
-The default language is English. We can choose among the options to switch the language.
-There is a text button at the right bottom of the screen which changes the language when tapped.
-The user finally gets redirected to the previous screen.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- SelectLanguage
-
-
-
-
-
-
-
-
-## Constructors
-
-[SelectLanguage](../views_pre_auth_screens_select_language/SelectLanguage/SelectLanguage.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../views_pre_auth_screens_select_language/SelectLanguage/createState.md)() _SelectLanguageState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_select_language/SelectLanguage/SelectLanguage.md b/docs/talawa-mobile-docs/views_pre_auth_screens_select_language/SelectLanguage/SelectLanguage.md
deleted file mode 100644
index e410527619a..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_select_language/SelectLanguage/SelectLanguage.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# SelectLanguage constructor
-
-
-
-
-
-
-const
-SelectLanguage({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
-
-
-
-
-## Implementation
-
-```dart
-const SelectLanguage({required Key key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_select_language/SelectLanguage/createState.md b/docs/talawa-mobile-docs/views_pre_auth_screens_select_language/SelectLanguage/createState.md
deleted file mode 100644
index 2428e069e06..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_select_language/SelectLanguage/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_SelectLanguageState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_SelectLanguageState createState() => _SelectLanguageState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_select_organization/SelectOrganization-class.md b/docs/talawa-mobile-docs/views_pre_auth_screens_select_organization/SelectOrganization-class.md
deleted file mode 100644
index 971cf7ddf44..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_select_organization/SelectOrganization-class.md
+++ /dev/null
@@ -1,200 +0,0 @@
-
-
-
-# SelectOrganization class
-
-
-
-
-
-
-
-
-
-This widget lets the user select new organizations.
-There is a list tile which displays the organization selected by the user.
-He/she needs to press the "continue" button to proceed.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- SelectOrganization
-
-
-
-
-
-
-
-
-## Constructors
-
-[SelectOrganization](../views_pre_auth_screens_select_organization/SelectOrganization/SelectOrganization.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) selectedOrgId})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [selectedOrgId](../views_pre_auth_screens_select_organization/SelectOrganization/selectedOrgId.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Contains Integer value for selected org id.
-_final_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../views_pre_auth_screens_select_organization/SelectOrganization/createState.md)() _SelectOrganizationState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_select_organization/SelectOrganization/SelectOrganization.md b/docs/talawa-mobile-docs/views_pre_auth_screens_select_organization/SelectOrganization/SelectOrganization.md
deleted file mode 100644
index e50889bab2c..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_select_organization/SelectOrganization/SelectOrganization.md
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-# SelectOrganization constructor
-
-
-
-
-
-
-const
-SelectOrganization({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) selectedOrgId})
-
-
-
-
-
-## Implementation
-
-```dart
-const SelectOrganization({required Key key, required this.selectedOrgId})
- : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_select_organization/SelectOrganization/createState.md b/docs/talawa-mobile-docs/views_pre_auth_screens_select_organization/SelectOrganization/createState.md
deleted file mode 100644
index f79eaff9e39..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_select_organization/SelectOrganization/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_SelectOrganizationState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_SelectOrganizationState createState() => _SelectOrganizationState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_set_url/SetUrl-class.md b/docs/talawa-mobile-docs/views_pre_auth_screens_set_url/SetUrl-class.md
deleted file mode 100644
index a79b2add3f7..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_set_url/SetUrl-class.md
+++ /dev/null
@@ -1,203 +0,0 @@
-
-
-
-# SetUrl class
-
-
-
-
-
-
-
-
-
-This widget lets a user sign in/up with the organization url.
-The user can enter an organization through the QR code scanner,
-or enter the organization URL and then login.
-There is also a signup option which navigates to a screen for the user
-to select an organization.
-At the bottom, there is also a gesture detector for changing the language.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- SetUrl
-
-
-
-
-
-
-
-
-## Constructors
-
-[SetUrl](../views_pre_auth_screens_set_url/SetUrl/SetUrl.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) uri})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [uri](../views_pre_auth_screens_set_url/SetUrl/uri.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Variable.
-_final_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../views_pre_auth_screens_set_url/SetUrl/createState.md)() _SetUrlState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_set_url/SetUrl/SetUrl.md b/docs/talawa-mobile-docs/views_pre_auth_screens_set_url/SetUrl/SetUrl.md
deleted file mode 100644
index aac3a1fadbc..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_set_url/SetUrl/SetUrl.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# SetUrl constructor
-
-
-
-
-
-
-const
-SetUrl({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) uri})
-
-
-
-
-
-## Implementation
-
-```dart
-const SetUrl({required Key key, required this.uri}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_set_url/SetUrl/createState.md b/docs/talawa-mobile-docs/views_pre_auth_screens_set_url/SetUrl/createState.md
deleted file mode 100644
index 90d6901db78..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_set_url/SetUrl/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_SetUrlState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_SetUrlState createState() => _SetUrlState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_signup_details/SignUpDetails-class.md b/docs/talawa-mobile-docs/views_pre_auth_screens_signup_details/SignUpDetails-class.md
deleted file mode 100644
index dc5cf6e2af2..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_signup_details/SignUpDetails-class.md
+++ /dev/null
@@ -1,198 +0,0 @@
-
-
-
-# SignUpDetails class
-
-
-
-
-
-
-
-
-
-This widget takes the user details for signup. The form includes first name, last name, email, password, and password confirmation inputs.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- SignUpDetails
-
-
-
-
-
-
-
-
-## Constructors
-
-[SignUpDetails](../views_pre_auth_screens_signup_details/SignUpDetails/SignUpDetails.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [OrgInfo](../models_organization_org_info/OrgInfo-class.md) selectedOrg})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [selectedOrg](../views_pre_auth_screens_signup_details/SignUpDetails/selectedOrg.md) → [OrgInfo](../models_organization_org_info/OrgInfo-class.md)
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../views_pre_auth_screens_signup_details/SignUpDetails/createState.md)() _SignUpDetailsState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_signup_details/SignUpDetails/SignUpDetails.md b/docs/talawa-mobile-docs/views_pre_auth_screens_signup_details/SignUpDetails/SignUpDetails.md
deleted file mode 100644
index 730d0de6325..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_signup_details/SignUpDetails/SignUpDetails.md
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-# SignUpDetails constructor
-
-
-
-
-
-
-const
-SignUpDetails({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [OrgInfo](../../models_organization_org_info/OrgInfo-class.md) selectedOrg})
-
-
-
-
-
-## Implementation
-
-```dart
-const SignUpDetails({required Key key, required this.selectedOrg})
- : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_signup_details/SignUpDetails/createState.md b/docs/talawa-mobile-docs/views_pre_auth_screens_signup_details/SignUpDetails/createState.md
deleted file mode 100644
index d63614dd69a..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_signup_details/SignUpDetails/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_SignUpDetailsState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_SignUpDetailsState createState() => _SignUpDetailsState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_waiting_to_join_private_org/WaitingPage-class.md b/docs/talawa-mobile-docs/views_pre_auth_screens_waiting_to_join_private_org/WaitingPage-class.md
deleted file mode 100644
index bb3e35ccf13..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_waiting_to_join_private_org/WaitingPage-class.md
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
-# WaitingPage class
-
-
-
-
-
-
-
-
-
-This class returns a widget which shows the request sent by the user to join a private organization.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- WaitingPage
-
-
-
-
-
-
-
-
-## Constructors
-
-[WaitingPage](../views_pre_auth_screens_waiting_to_join_private_org/WaitingPage/WaitingPage.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../views_pre_auth_screens_waiting_to_join_private_org/WaitingPage/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/views_pre_auth_screens_waiting_to_join_private_org/WaitingPage/WaitingPage.md b/docs/talawa-mobile-docs/views_pre_auth_screens_waiting_to_join_private_org/WaitingPage/WaitingPage.md
deleted file mode 100644
index e02f6520985..00000000000
--- a/docs/talawa-mobile-docs/views_pre_auth_screens_waiting_to_join_private_org/WaitingPage/WaitingPage.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# WaitingPage constructor
-
-
-
-
-
-
-const
-WaitingPage({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const WaitingPage({Key? key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_add_members_bottom_sheet/EventBottomSheet-class.md b/docs/talawa-mobile-docs/widgets_add_members_bottom_sheet/EventBottomSheet-class.md
deleted file mode 100644
index fd1368ae644..00000000000
--- a/docs/talawa-mobile-docs/widgets_add_members_bottom_sheet/EventBottomSheet-class.md
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-# EventBottomSheet class
-
-
-
-
-
-
-
-
-
-Adds members to an event.
-
-
-
-
-## Constructors
-
-[EventBottomSheet](../widgets_add_members_bottom_sheet/EventBottomSheet/EventBottomSheet.md) ()
-
-
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [addUserBottomSheet](../widgets_add_members_bottom_sheet/EventBottomSheet/addUserBottomSheet.md)({required [BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, required [CreateEventViewModel](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-class.md) model}) void
-
-
-
-This function creates a modal material design bottom sheet.
-
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_add_members_bottom_sheet/EventBottomSheet/addUserBottomSheet.md b/docs/talawa-mobile-docs/widgets_add_members_bottom_sheet/EventBottomSheet/addUserBottomSheet.md
deleted file mode 100644
index c3727ed088f..00000000000
--- a/docs/talawa-mobile-docs/widgets_add_members_bottom_sheet/EventBottomSheet/addUserBottomSheet.md
+++ /dev/null
@@ -1,148 +0,0 @@
-
-
-
-# addUserBottomSheet method
-
-
-
-
-
-
-
-
-void addUserBottomSheet
-({required [BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, required [CreateEventViewModel](../../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-class.md) model})
-
-
-
-
-
-This function creates a modal material design bottom sheet.
-to let the user add admin or members to an organization.
-params:
-
-context
: BuildContext
-model
: CreateEventViewModel
-
-returns:
- None
-
-
-
-## Implementation
-
-```dart
-void addUserBottomSheet({
- required BuildContext context,
- required CreateEventViewModel model,
-}) {
- // Returns a Future that resolves to the value ("context") passed
- // to Navigator.pop
- showModalBottomSheet(
- context: context,
- shape: const RoundedRectangleBorder(
- borderRadius: BorderRadius.only(
- topLeft: Radius.circular(30),
- topRight: Radius.circular(30),
- ),
- ),
- isScrollControlled: true,
- builder: (BuildContext context) {
- return StatefulBuilder(
- builder: (BuildContext context, StateSetter setState) {
- return ClipRRect(
- borderRadius: const BorderRadius.only(
- topLeft: Radius.circular(30),
- topRight: Radius.circular(30),
- ),
- child: Container(
- height: MediaQuery.of(context).size.height * 0.8,
- decoration: BoxDecoration(
- color: Theme.of(context).scaffoldBackgroundColor,
- ),
- child: Padding(
- padding: const EdgeInsets.all(10),
- child: Column(
- children: [
- const Text(
- "Add Members",
- style: TextStyle(fontSize: 16),
- ),
- TextButton(
- key: const Key('text_btn_ambs1'),
- onPressed: () {
- model.buildUserList();
- Navigator.pop(context);
- },
- child: const Text("Done"),
- ),
- const Divider(),
- FutureBuilder(
- // an admin can access the list of the members in an organization
- future: model.getCurrentOrgUsersList(),
- builder: (
- BuildContext context,
- AsyncSnapshot> snapshot,
- ) {
- if (snapshot.data == null) {
- return const Center(
- child: CircularProgressIndicator(),
- );
- } else {
- return snapshot.data!.isEmpty
- ? const Center(
- child: Text(
- "There aren't any members in this organization.",
- ),
- )
- // Displaying the list of the members
- : Flexible(
- child: ListView.builder(
- shrinkWrap: true,
- itemCount: snapshot.data!.length,
- itemBuilder: (context, index) {
- return CheckboxListTile(
- checkColor: Theme.of(context)
- .colorScheme
- .background,
- activeColor: Theme.of(context)
- .colorScheme
- .primary,
- title: Text(
- "${snapshot.data![index].firstName!} ${snapshot.data![index].lastName!}",
- ),
- value: model.memberCheckedMap[
- snapshot.data![index].id],
- onChanged: (val) {
- setState(
- () {
- model.memberCheckedMap[snapshot
- .data![index].id!] = val!;
- },
- );
- },
- );
- },
- ),
- );
- }
- },
- )
- ],
- ),
- ),
- ),
- );
- },
- );
- },
- );
-}
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_alert_dialog/CustomAlertDialog-class.md b/docs/talawa-mobile-docs/widgets_custom_alert_dialog/CustomAlertDialog-class.md
deleted file mode 100644
index 7cdcf62e30d..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_alert_dialog/CustomAlertDialog-class.md
+++ /dev/null
@@ -1,255 +0,0 @@
-
-
-
-# CustomAlertDialog class
-
-
-
-
-
-
-
-
-
-This Class returns CustomAlertDialog widget. Custom Alert Dialog is a popup
-that appeared in the screen showing Alert message along with the event buttons.
-This extends stateless widget that means it cannot change its state during the
-runtime of a application.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- CustomAlertDialog
-
-
-
-
-
-
-
-
-## Constructors
-
-[CustomAlertDialog](../widgets_custom_alert_dialog/CustomAlertDialog/CustomAlertDialog.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? successText, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? dialogTitle, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) reverse = false, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) secondaryButtonText = 'Close', [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)? secondaryButtonTap, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) success, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) dialogSubTitle})
-
- _const_
-
-
-## Properties
-
-##### [dialogSubTitle](../widgets_custom_alert_dialog/CustomAlertDialog/dialogSubTitle.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-##### [dialogTitle](../widgets_custom_alert_dialog/CustomAlertDialog/dialogTitle.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [reverse](../widgets_custom_alert_dialog/CustomAlertDialog/reverse.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [secondaryButtonTap](../widgets_custom_alert_dialog/CustomAlertDialog/secondaryButtonTap.md) → [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [secondaryButtonText](../widgets_custom_alert_dialog/CustomAlertDialog/secondaryButtonText.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-##### [success](../widgets_custom_alert_dialog/CustomAlertDialog/success.md) → [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)
-
-
-
-
-_final_
-
-
-
-##### [successText](../widgets_custom_alert_dialog/CustomAlertDialog/successText.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)?
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_custom_alert_dialog/CustomAlertDialog/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_alert_dialog/CustomAlertDialog/CustomAlertDialog.md b/docs/talawa-mobile-docs/widgets_custom_alert_dialog/CustomAlertDialog/CustomAlertDialog.md
deleted file mode 100644
index 8eaaa8ad140..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_alert_dialog/CustomAlertDialog/CustomAlertDialog.md
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-# CustomAlertDialog constructor
-
-
-
-
-
-
-const
-CustomAlertDialog({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? successText, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? dialogTitle, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) reverse = false, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) secondaryButtonText = 'Close', [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)? secondaryButtonTap, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) success, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) dialogSubTitle})
-
-
-
-
-
-## Implementation
-
-```dart
-const CustomAlertDialog({
- Key? key,
- this.successText,
- this.dialogTitle,
- this.reverse = false,
- this.secondaryButtonText = 'Close',
- this.secondaryButtonTap,
- required this.success,
- required this.dialogSubTitle,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_avatar/CustomAvatar-class.md b/docs/talawa-mobile-docs/widgets_custom_avatar/CustomAvatar-class.md
deleted file mode 100644
index b17358fbab9..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_avatar/CustomAvatar-class.md
+++ /dev/null
@@ -1,236 +0,0 @@
-
-
-
-# CustomAvatar class
-
-
-
-
-
-
-
-
-
-Creates a custom avatar.
-The avatar is created using the image provided,
-or the first alphabet with a standard background color.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- CustomAvatar
-
-
-
-
-
-
-
-
-## Constructors
-
-[CustomAvatar](../widgets_custom_avatar/CustomAvatar/CustomAvatar.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isImageNull, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? firstAlphabet, [BaseCacheManager](https://pub.dev/documentation/flutter_cache_manager/3.3.1/flutter_cache_manager/BaseCacheManager-class.html)? cacheManager, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? imageUrl, [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? fontSize = 40})
-
- _const_
-
-
-## Properties
-
-##### [cacheManager](../widgets_custom_avatar/CustomAvatar/cacheManager.md) → [BaseCacheManager](https://pub.dev/documentation/flutter_cache_manager/3.3.1/flutter_cache_manager/BaseCacheManager-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [firstAlphabet](../widgets_custom_avatar/CustomAvatar/firstAlphabet.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [fontSize](../widgets_custom_avatar/CustomAvatar/fontSize.md) → [double](https://api.flutter.dev/flutter/dart-core/double-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [imageUrl](../widgets_custom_avatar/CustomAvatar/imageUrl.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [isImageNull](../widgets_custom_avatar/CustomAvatar/isImageNull.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_final_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_custom_avatar/CustomAvatar/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_avatar/CustomAvatar/CustomAvatar.md b/docs/talawa-mobile-docs/widgets_custom_avatar/CustomAvatar/CustomAvatar.md
deleted file mode 100644
index 6889bbd2ef4..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_avatar/CustomAvatar/CustomAvatar.md
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-# CustomAvatar constructor
-
-
-
-
-
-
-const
-CustomAvatar({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isImageNull, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? firstAlphabet, [BaseCacheManager](https://pub.dev/documentation/flutter_cache_manager/3.3.1/flutter_cache_manager/BaseCacheManager-class.html)? cacheManager, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? imageUrl, [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? fontSize = 40})
-
-
-
-
-
-## Implementation
-
-```dart
-const CustomAvatar({
- Key? key,
- required this.isImageNull,
- this.firstAlphabet,
- this.cacheManager,
- this.imageUrl,
- this.fontSize = 40,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_drawer/CustomDrawer-class.md b/docs/talawa-mobile-docs/widgets_custom_drawer/CustomDrawer-class.md
deleted file mode 100644
index d50b757b4dc..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_drawer/CustomDrawer-class.md
+++ /dev/null
@@ -1,208 +0,0 @@
-
-
-
-# CustomDrawer class
-
-
-
-
-
-
-
-
-
-Creates a custom drawer for switching organizations.
-joining new organizations, or leaving an organization.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- CustomDrawer
-
-
-
-
-
-
-
-
-## Constructors
-
-[CustomDrawer](../widgets_custom_drawer/CustomDrawer/CustomDrawer.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [MainScreenViewModel](../view_model_main_screen_view_model/MainScreenViewModel-class.md) homeModel})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [homeModel](../widgets_custom_drawer/CustomDrawer/homeModel.md) → [MainScreenViewModel](../view_model_main_screen_view_model/MainScreenViewModel-class.md)
-
-
-
-home model.
-_final_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_custom_drawer/CustomDrawer/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [exitButton](../widgets_custom_drawer/CustomDrawer/exitButton.md)() void
-
-
-
-Button to exit the organization.
-
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_drawer/CustomDrawer/CustomDrawer.md b/docs/talawa-mobile-docs/widgets_custom_drawer/CustomDrawer/CustomDrawer.md
deleted file mode 100644
index 1a91c48a281..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_drawer/CustomDrawer/CustomDrawer.md
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-# CustomDrawer constructor
-
-
-
-
-
-
-const
-CustomDrawer({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [MainScreenViewModel](../../view_model_main_screen_view_model/MainScreenViewModel-class.md) homeModel})
-
-
-
-
-
-## Implementation
-
-```dart
-const CustomDrawer({
- Key? key,
- required this.homeModel,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_list_tile/CustomListTile-class.md b/docs/talawa-mobile-docs/widgets_custom_list_tile/CustomListTile-class.md
deleted file mode 100644
index 1bffb888ce2..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_list_tile/CustomListTile-class.md
+++ /dev/null
@@ -1,271 +0,0 @@
-
-
-
-# CustomListTile class
-
-
-
-
-
-
-
-
-
-Returns a widget for rendering Customized tiles.
-A Tile shows the org info, user info, options that on tap user & org info.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- CustomListTile
-
-
-
-
-
-
-
-
-## Constructors
-
-[CustomListTile](../widgets_custom_list_tile/CustomListTile/CustomListTile.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [int](https://api.flutter.dev/flutter/dart-core/int-class.html) index, required [TileType](../enums_enums/TileType.md) type, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showIcon = false, [OrgInfo](../models_organization_org_info/OrgInfo-class.md)? orgInfo, dynamic onTapOrgInfo([OrgInfo](../models_organization_org_info/OrgInfo-class.md))?, [User](../models_user_user_info/User-class.md)? userInfo, dynamic onTapUserInfo()?, [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)? onTapOption, [Options](../models_options_options/Options-class.md)? option})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [index](../widgets_custom_list_tile/CustomListTile/index.md) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-
-_final_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [onTapOption](../widgets_custom_list_tile/CustomListTile/onTapOption.md) → [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [onTapOrgInfo](../widgets_custom_list_tile/CustomListTile/onTapOrgInfo.md) → (dynamic Function([OrgInfo](../models_organization_org_info/OrgInfo-class.md))?)
-
-
-
-
-_final_
-
-
-
-##### [onTapUserInfo](../widgets_custom_list_tile/CustomListTile/onTapUserInfo.md) → (dynamic Function()?)
-
-
-
-
-_final_
-
-
-
-##### [option](../widgets_custom_list_tile/CustomListTile/option.md) → [Options](../models_options_options/Options-class.md)?
-
-
-
-
-_final_
-
-
-
-##### [orgInfo](../widgets_custom_list_tile/CustomListTile/orgInfo.md) → [OrgInfo](../models_organization_org_info/OrgInfo-class.md)?
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [showIcon](../widgets_custom_list_tile/CustomListTile/showIcon.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_final_
-
-
-
-##### [type](../widgets_custom_list_tile/CustomListTile/type.md) → [TileType](../enums_enums/TileType.md)
-
-
-
-
-_final_
-
-
-
-##### [userInfo](../widgets_custom_list_tile/CustomListTile/userInfo.md) → [User](../models_user_user_info/User-class.md)?
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_custom_list_tile/CustomListTile/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_list_tile/CustomListTile/CustomListTile.md b/docs/talawa-mobile-docs/widgets_custom_list_tile/CustomListTile/CustomListTile.md
deleted file mode 100644
index 3eeda234df5..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_list_tile/CustomListTile/CustomListTile.md
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-# CustomListTile constructor
-
-
-
-
-
-
-const
-CustomListTile({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [int](https://api.flutter.dev/flutter/dart-core/int-class.html) index, required [TileType](../../enums_enums/TileType.md) type, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showIcon = false, [OrgInfo](../../models_organization_org_info/OrgInfo-class.md)? orgInfo, dynamic onTapOrgInfo([OrgInfo](../../models_organization_org_info/OrgInfo-class.md))?, [User](../../models_user_user_info/User-class.md)? userInfo, dynamic onTapUserInfo()?, [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)? onTapOption, [Options](../../models_options_options/Options-class.md)? option})
-
-
-
-
-
-## Implementation
-
-```dart
-const CustomListTile({
- required Key key,
- required this.index,
- required this.type,
- this.showIcon = false,
- this.orgInfo,
- this.onTapOrgInfo,
- this.userInfo,
- this.onTapUserInfo,
- this.onTapOption,
- this.option,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_progress_dialog/CustomProgressDialog-class.md b/docs/talawa-mobile-docs/widgets_custom_progress_dialog/CustomProgressDialog-class.md
deleted file mode 100644
index 6f3003ddc0f..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_progress_dialog/CustomProgressDialog-class.md
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-# CustomProgressDialog class
-
-
-
-
-
-
-
-
-
-A progress dialogue which shows an activity indicator
-spinning clockwise if there is internet connectivity.
-Otherwise, it shows no-internet image and text.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- CustomProgressDialog
-
-
-
-
-
-
-
-
-## Constructors
-
-[CustomProgressDialog](../widgets_custom_progress_dialog/CustomProgressDialog/CustomProgressDialog.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_custom_progress_dialog/CustomProgressDialog/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_custom_progress_dialog/CustomProgressDialog/CustomProgressDialog.md b/docs/talawa-mobile-docs/widgets_custom_progress_dialog/CustomProgressDialog/CustomProgressDialog.md
deleted file mode 100644
index 3dbcc9b6f5a..00000000000
--- a/docs/talawa-mobile-docs/widgets_custom_progress_dialog/CustomProgressDialog/CustomProgressDialog.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# CustomProgressDialog constructor
-
-
-
-
-
-
-const
-CustomProgressDialog({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key})
-
-
-
-
-
-## Implementation
-
-```dart
-const CustomProgressDialog({required Key key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_date_time_picker/customDatePicker.md b/docs/talawa-mobile-docs/widgets_date_time_picker/customDatePicker.md
deleted file mode 100644
index be6e41a57be..00000000000
--- a/docs/talawa-mobile-docs/widgets_date_time_picker/customDatePicker.md
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-# customDatePicker function
-
-
-
-
-
-
-
-
-
-
-[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)> customDatePicker
-({required [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html) initialDate})
-
-
-
-
-
-Shows a dialog containing a Material Design date picker.
-The returned Future resolves to the date selected by the user when the user confirms the dialog.
-If the user cancels the dialog, null is returned.
-
-
-
-## Implementation
-
-```dart
-Future customDatePicker({required DateTime initialDate}) async {
- // showDatePicker which shows a material design date range picker used to select a range of dates.
- final DateTime? picked = await showDatePicker(
- context: navigationService.navigatorKey.currentContext!,
- initialDate: initialDate,
- firstDate: DateTime(2015, 8),
- lastDate: DateTime(2101),
- );
- if (picked != null && picked != initialDate) {
- return picked;
- }
- return initialDate;
-}
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_date_time_picker/customTimePicker.md b/docs/talawa-mobile-docs/widgets_date_time_picker/customTimePicker.md
deleted file mode 100644
index dbef8ac94ec..00000000000
--- a/docs/talawa-mobile-docs/widgets_date_time_picker/customTimePicker.md
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-# customTimePicker function
-
-
-
-
-
-
-
-
-
-
-[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[TimeOfDay](https://api.flutter.dev/flutter/material/TimeOfDay-class.html)> customTimePicker
-({required [TimeOfDay](https://api.flutter.dev/flutter/material/TimeOfDay-class.html) initialTime})
-
-
-
-
-
-Shows a dialog containing a material design time picker.
-The returned Future resolves to the time selected by the user when the user closes the dialog.
-If the user cancels the dialog, null is returned.
-
-
-
-## Implementation
-
-```dart
-Future customTimePicker({required TimeOfDay initialTime}) async {
- // showTimePicker which shows a material design time range picker used to select a range of times.
- // Click ![here](https://api.flutter.dev/flutter/material/showTimePicker.html) to know more.
- final TimeOfDay? pickedTime = await showTimePicker(
- context: navigationService.navigatorKey.currentContext!,
- initialTime: initialTime,
- );
-
- if (pickedTime != null && pickedTime != initialTime) {
- return pickedTime;
- }
- return initialTime;
-}
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_date_time_picker/widgets_date_time_picker-library.md b/docs/talawa-mobile-docs/widgets_date_time_picker/widgets_date_time_picker-library.md
deleted file mode 100644
index 2a02458bf7a..00000000000
--- a/docs/talawa-mobile-docs/widgets_date_time_picker/widgets_date_time_picker-library.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-# date_time_picker library
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-## Functions
-
-##### [customDatePicker](../widgets_date_time_picker/customDatePicker.md)({required [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html) initialDate}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)>
-
-
-
-Shows a dialog containing a Material Design date picker.
-
-
-
-
-##### [customTimePicker](../widgets_date_time_picker/customTimePicker.md)({required [TimeOfDay](https://api.flutter.dev/flutter/material/TimeOfDay-class.html) initialTime}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[TimeOfDay](https://api.flutter.dev/flutter/material/TimeOfDay-class.html)>
-
-
-
-Shows a dialog containing a material design time picker.
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_event_card/EventCard-class.md b/docs/talawa-mobile-docs/widgets_event_card/EventCard-class.md
deleted file mode 100644
index a823fc9c5f7..00000000000
--- a/docs/talawa-mobile-docs/widgets_event_card/EventCard-class.md
+++ /dev/null
@@ -1,225 +0,0 @@
-
-
-
-# EventCard class
-
-
-
-
-
-
-
-
-
-This class returns the EventCard widget.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- EventCard
-
-
-
-
-
-
-
-
-## Constructors
-
-[EventCard](../widgets_event_card/EventCard/EventCard.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Event](../models_events_event_model/Event-class.md) event, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? eventTitleHighlightedText, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? eventTitleNormalText, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isSearchItem})
-
- _const_
-
-
-## Properties
-
-##### [event](../widgets_event_card/EventCard/event.md) → [Event](../models_events_event_model/Event-class.md)
-
-
-
-
-_final_
-
-
-
-##### [eventTitleHighlightedText](../widgets_event_card/EventCard/eventTitleHighlightedText.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [eventTitleNormalText](../widgets_event_card/EventCard/eventTitleNormalText.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [isSearchItem](../widgets_event_card/EventCard/isSearchItem.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_final_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_event_card/EventCard/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_event_card/EventCard/EventCard.md b/docs/talawa-mobile-docs/widgets_event_card/EventCard/EventCard.md
deleted file mode 100644
index f6421729ad5..00000000000
--- a/docs/talawa-mobile-docs/widgets_event_card/EventCard/EventCard.md
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-# EventCard constructor
-
-
-
-
-
-
-const
-EventCard({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Event](../../models_events_event_model/Event-class.md) event, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? eventTitleHighlightedText, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? eventTitleNormalText, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isSearchItem})
-
-
-
-
-
-## Implementation
-
-```dart
-const EventCard({
- Key? key,
- required this.event,
- this.eventTitleHighlightedText,
- this.eventTitleNormalText,
- required this.isSearchItem,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_event_date_time_tile/DateTimeTile-class.md b/docs/talawa-mobile-docs/widgets_event_date_time_tile/DateTimeTile-class.md
deleted file mode 100644
index 4e7838b6ebe..00000000000
--- a/docs/talawa-mobile-docs/widgets_event_date_time_tile/DateTimeTile-class.md
+++ /dev/null
@@ -1,225 +0,0 @@
-
-
-
-# DateTimeTile class
-
-
-
-
-
-
-
-
-
-Returns a widget tile(item) for displaying date and time.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- DateTimeTile
-
-
-
-
-
-
-
-
-## Constructors
-
-[DateTimeTile](../widgets_event_date_time_tile/DateTimeTile/DateTimeTile.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) date, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) time, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) setDate, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) setTime})
-
- _const_
-
-
-## Properties
-
-##### [date](../widgets_event_date_time_tile/DateTimeTile/date.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [setDate](../widgets_event_date_time_tile/DateTimeTile/setDate.md) → [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)
-
-
-
-
-_final_
-
-
-
-##### [setTime](../widgets_event_date_time_tile/DateTimeTile/setTime.md) → [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)
-
-
-
-
-_final_
-
-
-
-##### [time](../widgets_event_date_time_tile/DateTimeTile/time.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_event_date_time_tile/DateTimeTile/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_event_date_time_tile/DateTimeTile/DateTimeTile.md b/docs/talawa-mobile-docs/widgets_event_date_time_tile/DateTimeTile/DateTimeTile.md
deleted file mode 100644
index 9a125531749..00000000000
--- a/docs/talawa-mobile-docs/widgets_event_date_time_tile/DateTimeTile/DateTimeTile.md
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-# DateTimeTile constructor
-
-
-
-
-
-
-const
-DateTimeTile({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) date, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) time, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) setDate, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) setTime})
-
-
-
-
-
-## Implementation
-
-```dart
-const DateTimeTile({
- Key? key,
- required this.date,
- required this.time,
- required this.setDate,
- required this.setTime,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_event_search_delegate/EventSearch-class.md b/docs/talawa-mobile-docs/widgets_event_search_delegate/EventSearch-class.md
deleted file mode 100644
index 1b25b05d5a0..00000000000
--- a/docs/talawa-mobile-docs/widgets_event_search_delegate/EventSearch-class.md
+++ /dev/null
@@ -1,279 +0,0 @@
-
-
-
-# EventSearch class
-
-
-
-
-
-
-
-
-
-This class returns a list of the events which match the search query.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [SearchDelegate](https://api.flutter.dev/flutter/material/SearchDelegate-class.html)<[Event](../models_events_event_model/Event-class.md)>
-- EventSearch
-
-
-
-
-
-
-
-
-## Constructors
-
-[EventSearch](../widgets_event_search_delegate/EventSearch/EventSearch.md) ({required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Event](../models_events_event_model/Event-class.md)> eventList, required [ExploreEventsViewModel](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel-class.md) exploreEventsViewModel})
-
-
-
-
-## Properties
-
-##### [eventList](../widgets_event_search_delegate/EventSearch/eventList.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Event](../models_events_event_model/Event-class.md)>
-
-
-
-
-_final_
-
-
-
-##### [exploreEventsViewModel](../widgets_event_search_delegate/EventSearch/exploreEventsViewModel.md) ↔ [ExploreEventsViewModel](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel-class.md)
-
-
-
-
-_read / write_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [keyboardType](https://api.flutter.dev/flutter/material/SearchDelegate/keyboardType.html) → [TextInputType](https://api.flutter.dev/flutter/services/TextInputType-class.html)?
-
-
-
-The type of action button to use for the keyboard.
-_finalinherited_
-
-
-
-##### [query](https://api.flutter.dev/flutter/material/SearchDelegate/query.html) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-The current query string shown in the AppBar.
-_read / writeinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [searchFieldDecorationTheme](https://api.flutter.dev/flutter/material/SearchDelegate/searchFieldDecorationTheme.html) → [InputDecorationTheme](https://api.flutter.dev/flutter/material/InputDecorationTheme-class.html)?
-
-
-
-The InputDecorationTheme used to configure the search field's visuals.
-_finalinherited_
-
-
-
-##### [searchFieldLabel](https://api.flutter.dev/flutter/material/SearchDelegate/searchFieldLabel.html) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)?
-
-
-
-The hint text that is shown in the search field when it is empty.
-_finalinherited_
-
-
-
-##### [searchFieldStyle](https://api.flutter.dev/flutter/material/SearchDelegate/searchFieldStyle.html) → [TextStyle](https://api.flutter.dev/flutter/painting/TextStyle-class.html)?
-
-
-
-The style of the searchFieldLabel.
-_finalinherited_
-
-
-
-##### [textInputAction](https://api.flutter.dev/flutter/material/SearchDelegate/textInputAction.html) → [TextInputAction](https://api.flutter.dev/flutter/services/TextInputAction.html)
-
-
-
-The text input action configuring the soft keyboard to a particular action
-button.
-_finalinherited_
-
-
-
-##### [transitionAnimation](https://api.flutter.dev/flutter/material/SearchDelegate/transitionAnimation.html) → [Animation](https://api.flutter.dev/flutter/animation/Animation-class.html)<[double](https://api.flutter.dev/flutter/dart-core/double-class.html)>
-
-
-
-Animation triggered when the search pages fades in or out.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [appBarTheme](https://api.flutter.dev/flutter/material/SearchDelegate/appBarTheme.html)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [ThemeData](https://api.flutter.dev/flutter/material/ThemeData-class.html)
-
-
-
-The theme used to configure the search page.
-_inherited_
-
-
-
-##### [buildActions](../widgets_event_search_delegate/EventSearch/buildActions.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)>
-
-
-
-Widgets to display after the search query in the AppBar.
-_override_
-
-
-
-##### [buildBottom](https://api.flutter.dev/flutter/material/SearchDelegate/buildBottom.html)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [PreferredSizeWidget](https://api.flutter.dev/flutter/widgets/PreferredSizeWidget-class.html)?
-
-
-
-Widget to display across the bottom of the AppBar.
-_inherited_
-
-
-
-##### [buildLeading](../widgets_event_search_delegate/EventSearch/buildLeading.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-A widget to display before the current query in the AppBar.
-_override_
-
-
-
-##### [buildResults](../widgets_event_search_delegate/EventSearch/buildResults.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-The results shown after the user submits a search from the search page.
-_override_
-
-
-
-##### [buildSuggestions](../widgets_event_search_delegate/EventSearch/buildSuggestions.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Suggestions shown in the body of the search page while the user types a
-query into the search field.
-_override_
-
-
-
-##### [buildSuggestionsSucess](../widgets_event_search_delegate/EventSearch/buildSuggestionsSucess.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Event](../models_events_event_model/Event-class.md)> suggestions) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-
-
-
-
-
-##### [close](https://api.flutter.dev/flutter/material/SearchDelegate/close.html)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [Event](../models_events_event_model/Event-class.md) result) void
-
-
-
-Closes the search page and returns to the underlying route.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [showResults](https://api.flutter.dev/flutter/material/SearchDelegate/showResults.html)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) void
-
-
-
-Transition from the suggestions returned by buildSuggestions to the
-query results returned by buildResults.
-_inherited_
-
-
-
-##### [showSuggestions](https://api.flutter.dev/flutter/material/SearchDelegate/showSuggestions.html)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) void
-
-
-
-Transition from showing the results returned by buildResults to showing
-the suggestions returned by buildSuggestions.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_event_search_delegate/EventSearch/EventSearch.md b/docs/talawa-mobile-docs/widgets_event_search_delegate/EventSearch/EventSearch.md
deleted file mode 100644
index 63dfbfee056..00000000000
--- a/docs/talawa-mobile-docs/widgets_event_search_delegate/EventSearch/EventSearch.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# EventSearch constructor
-
-
-
-
-
-
-
-EventSearch({required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Event](../../models_events_event_model/Event-class.md)> eventList, required [ExploreEventsViewModel](../../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel-class.md) exploreEventsViewModel})
-
-
-
-
-
-## Implementation
-
-```dart
-EventSearch({required this.eventList, required this.exploreEventsViewModel});
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_from_palisadoes/FromPalisadoes-class.md b/docs/talawa-mobile-docs/widgets_from_palisadoes/FromPalisadoes-class.md
deleted file mode 100644
index 29596a85e9f..00000000000
--- a/docs/talawa-mobile-docs/widgets_from_palisadoes/FromPalisadoes-class.md
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
-# FromPalisadoes class
-
-
-
-
-
-
-
-
-
-This class generates the text "From Palisadoes" in a custom way.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- FromPalisadoes
-
-
-
-
-
-
-
-
-## Constructors
-
-[FromPalisadoes](../widgets_from_palisadoes/FromPalisadoes/FromPalisadoes.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_from_palisadoes/FromPalisadoes/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_from_palisadoes/FromPalisadoes/FromPalisadoes.md b/docs/talawa-mobile-docs/widgets_from_palisadoes/FromPalisadoes/FromPalisadoes.md
deleted file mode 100644
index 2932b6ed570..00000000000
--- a/docs/talawa-mobile-docs/widgets_from_palisadoes/FromPalisadoes/FromPalisadoes.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# FromPalisadoes constructor
-
-
-
-
-
-
-const
-FromPalisadoes({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const FromPalisadoes({Key? key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_lang_switch/LanguageTile-class.md b/docs/talawa-mobile-docs/widgets_lang_switch/LanguageTile-class.md
deleted file mode 100644
index 43664061189..00000000000
--- a/docs/talawa-mobile-docs/widgets_lang_switch/LanguageTile-class.md
+++ /dev/null
@@ -1,189 +0,0 @@
-
-
-
-# LanguageTile class
-
-
-
-
-
-
-
-
-
-This widget enables language switch for "internationalizing our app".
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- LanguageTile
-
-
-
-
-
-
-
-
-## Constructors
-
-[LanguageTile](../widgets_lang_switch/LanguageTile/LanguageTile.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_lang_switch/LanguageTile/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_lang_switch/LanguageTile/LanguageTile.md b/docs/talawa-mobile-docs/widgets_lang_switch/LanguageTile/LanguageTile.md
deleted file mode 100644
index 34f40dc1f3d..00000000000
--- a/docs/talawa-mobile-docs/widgets_lang_switch/LanguageTile/LanguageTile.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# LanguageTile constructor
-
-
-
-
-
-
-const
-LanguageTile({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const LanguageTile({Key? key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_member_name_tile/MemberNameTile-class.md b/docs/talawa-mobile-docs/widgets_member_name_tile/MemberNameTile-class.md
deleted file mode 100644
index 10202832bad..00000000000
--- a/docs/talawa-mobile-docs/widgets_member_name_tile/MemberNameTile-class.md
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-# MemberNameTile class
-
-
-
-
-
-
-
-
-
-This widget returns a tile containing the name of the member.
-Along with the name, there is a circle avatar which either contains
-the image uploaded by the user or the first character of his/her name in
-uppercase.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- MemberNameTile
-
-
-
-
-
-
-
-
-## Constructors
-
-[MemberNameTile](../widgets_member_name_tile/MemberNameTile/MemberNameTile.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) userName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? userImage, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) onDelete})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [onDelete](../widgets_member_name_tile/MemberNameTile/onDelete.md) → [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [userImage](../widgets_member_name_tile/MemberNameTile/userImage.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [userName](../widgets_member_name_tile/MemberNameTile/userName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_member_name_tile/MemberNameTile/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_member_name_tile/MemberNameTile/MemberNameTile.md b/docs/talawa-mobile-docs/widgets_member_name_tile/MemberNameTile/MemberNameTile.md
deleted file mode 100644
index a2ae5471c94..00000000000
--- a/docs/talawa-mobile-docs/widgets_member_name_tile/MemberNameTile/MemberNameTile.md
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-# MemberNameTile constructor
-
-
-
-
-
-
-const
-MemberNameTile({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) userName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? userImage, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) onDelete})
-
-
-
-
-
-## Implementation
-
-```dart
-const MemberNameTile({
- Key? key,
- required this.userName,
- this.userImage,
- required this.onDelete,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_organization_list/OrganizationList-class.md b/docs/talawa-mobile-docs/widgets_organization_list/OrganizationList-class.md
deleted file mode 100644
index 11404fa293d..00000000000
--- a/docs/talawa-mobile-docs/widgets_organization_list/OrganizationList-class.md
+++ /dev/null
@@ -1,200 +0,0 @@
-
-
-
-# OrganizationList class
-
-
-
-
-
-
-
-
-
-This class returns the OrganizationList widget.
-which shows the list of all organizations exists in the URL.
-This widget is used after the authentication.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- OrganizationList
-
-
-
-
-
-
-
-
-## Constructors
-
-[OrganizationList](../widgets_organization_list/OrganizationList/OrganizationList.md) ({required [SelectOrganizationViewModel](../view_model_pre_auth_view_models_select_organization_view_model/SelectOrganizationViewModel-class.md) model, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [model](../widgets_organization_list/OrganizationList/model.md) → [SelectOrganizationViewModel](../view_model_pre_auth_view_models_select_organization_view_model/SelectOrganizationViewModel-class.md)
-
-
-
-model is a type of SelectOrganizationViewModel which provides methods to handle the data for this component.
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_organization_list/OrganizationList/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_organization_list/OrganizationList/OrganizationList.md b/docs/talawa-mobile-docs/widgets_organization_list/OrganizationList/OrganizationList.md
deleted file mode 100644
index d697ef28452..00000000000
--- a/docs/talawa-mobile-docs/widgets_organization_list/OrganizationList/OrganizationList.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# OrganizationList constructor
-
-
-
-
-
-
-const
-OrganizationList({required [SelectOrganizationViewModel](../../view_model_pre_auth_view_models_select_organization_view_model/SelectOrganizationViewModel-class.md) model, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const OrganizationList({required this.model, Key? key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_organization_search_list/OrganizationSearchList-class.md b/docs/talawa-mobile-docs/widgets_organization_search_list/OrganizationSearchList-class.md
deleted file mode 100644
index c7def0d5c55..00000000000
--- a/docs/talawa-mobile-docs/widgets_organization_search_list/OrganizationSearchList-class.md
+++ /dev/null
@@ -1,199 +0,0 @@
-
-
-
-# OrganizationSearchList class
-
-
-
-
-
-
-
-
-
-OrganizationSearchList class return a widget that shows all
-the matching organizations searched on the search bar.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- OrganizationSearchList
-
-
-
-
-
-
-
-
-## Constructors
-
-[OrganizationSearchList](../widgets_organization_search_list/OrganizationSearchList/OrganizationSearchList.md) ({required [SelectOrganizationViewModel](../view_model_pre_auth_view_models_select_organization_view_model/SelectOrganizationViewModel-class.md) model, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [model](../widgets_organization_search_list/OrganizationSearchList/model.md) → [SelectOrganizationViewModel](../view_model_pre_auth_view_models_select_organization_view_model/SelectOrganizationViewModel-class.md)
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_organization_search_list/OrganizationSearchList/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_organization_search_list/OrganizationSearchList/OrganizationSearchList.md b/docs/talawa-mobile-docs/widgets_organization_search_list/OrganizationSearchList/OrganizationSearchList.md
deleted file mode 100644
index 96e9f385d63..00000000000
--- a/docs/talawa-mobile-docs/widgets_organization_search_list/OrganizationSearchList/OrganizationSearchList.md
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-# OrganizationSearchList constructor
-
-
-
-
-
-
-const
-OrganizationSearchList({required [SelectOrganizationViewModel](../../view_model_pre_auth_view_models_select_organization_view_model/SelectOrganizationViewModel-class.md) model, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const OrganizationSearchList({required this.model, Key? key})
- : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScroller-class.md b/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScroller-class.md
deleted file mode 100644
index cf25bd38166..00000000000
--- a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScroller-class.md
+++ /dev/null
@@ -1,209 +0,0 @@
-
-
-
-# CustomCarouselScroller class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- CustomCarouselScroller
-
-
-
-
-
-
-**Annotations**
-
-- @[visibleForTesting](https://pub.dev/documentation/meta/1.8.0/meta/visibleForTesting-constant.html)
-
-
-## Constructors
-
-[CustomCarouselScroller](../widgets_pinned_carousel_widget/CustomCarouselScroller/CustomCarouselScroller.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../models_post_post_model/Post-class.md)> pinnedPosts, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) navigateToIndividualPostPage})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [navigateToIndividualPostPage](../widgets_pinned_carousel_widget/CustomCarouselScroller/navigateToIndividualPostPage.md) → [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)
-
-
-
-
-_final_
-
-
-
-##### [pinnedPosts](../widgets_pinned_carousel_widget/CustomCarouselScroller/pinnedPosts.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../models_post_post_model/Post-class.md)>
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../widgets_pinned_carousel_widget/CustomCarouselScroller/createState.md)() [CustomCarouselScrollerState](../widgets_pinned_carousel_widget/CustomCarouselScrollerState-class.md)
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScroller/CustomCarouselScroller.md b/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScroller/CustomCarouselScroller.md
deleted file mode 100644
index 5cb9c6ebd63..00000000000
--- a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScroller/CustomCarouselScroller.md
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-# CustomCarouselScroller constructor
-
-
-
-
-
-
-const
-CustomCarouselScroller({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../../models_post_post_model/Post-class.md)> pinnedPosts, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) navigateToIndividualPostPage})
-
-
-
-
-
-## Implementation
-
-```dart
-const CustomCarouselScroller({
- Key? key,
- required this.pinnedPosts,
- required this.navigateToIndividualPostPage,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScroller/createState.md b/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScroller/createState.md
deleted file mode 100644
index 581e73be453..00000000000
--- a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScroller/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-[CustomCarouselScrollerState](../../widgets_pinned_carousel_widget/CustomCarouselScrollerState-class.md) createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-CustomCarouselScrollerState createState() => CustomCarouselScrollerState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScrollerState-class.md b/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScrollerState-class.md
deleted file mode 100644
index 3af904b5186..00000000000
--- a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/CustomCarouselScrollerState-class.md
+++ /dev/null
@@ -1,268 +0,0 @@
-
-
-
-# CustomCarouselScrollerState class
-
-
-
-
-
-
-
-
-
-CustomCarouselScrollerState class return a widget that is
-used to generate slider for pinned post on the top of the Home Screen.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [State](https://api.flutter.dev/flutter/widgets/State-class.html)<[CustomCarouselScroller](../widgets_pinned_carousel_widget/CustomCarouselScroller-class.md)>
-- CustomCarouselScrollerState
-
-
-
-
-**Available Extensions**
-
-- [StateExt](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/StateExt.html)
-
-
-**Annotations**
-
-- @[visibleForTesting](https://pub.dev/documentation/meta/1.8.0/meta/visibleForTesting-constant.html)
-
-
-## Constructors
-
-[CustomCarouselScrollerState](../widgets_pinned_carousel_widget/CustomCarouselScrollerState/CustomCarouselScrollerState.md) ()
-
-
-
-
-## Properties
-
-##### [context](https://api.flutter.dev/flutter/widgets/State/context.html) → [BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html)
-
-
-
-The location in the tree where this widget builds.
-_read-onlyinherited_
-
-
-
-##### [controller](../widgets_pinned_carousel_widget/CustomCarouselScrollerState/controller.md) → [PageController](https://api.flutter.dev/flutter/widgets/PageController-class.html)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [mounted](https://api.flutter.dev/flutter/widgets/State/mounted.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-Whether this State object is currently in a tree.
-_read-onlyinherited_
-
-
-
-##### [pindex](../widgets_pinned_carousel_widget/CustomCarouselScrollerState/pindex.md) ↔ [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-
-_read / write_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [widget](https://api.flutter.dev/flutter/widgets/State/widget.html) → [CustomCarouselScroller](../widgets_pinned_carousel_widget/CustomCarouselScroller-class.md)
-
-
-
-The current configuration.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [activate](https://api.flutter.dev/flutter/widgets/State/activate.html)() void
-
-
-
-Called when this object is reinserted into the tree after having been
-removed via deactivate.
-_inherited_
-
-
-
-##### [build](../widgets_pinned_carousel_widget/CustomCarouselScrollerState/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [deactivate](https://api.flutter.dev/flutter/widgets/State/deactivate.html)() void
-
-
-
-Called when this object is removed from the tree.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/State/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [didChangeDependencies](https://api.flutter.dev/flutter/widgets/State/didChangeDependencies.html)() void
-
-
-
-Called when a dependency of this State object changes.
-_inherited_
-
-
-
-##### [didUpdateWidget](https://api.flutter.dev/flutter/widgets/State/didUpdateWidget.html)(covariant [CustomCarouselScroller](../widgets_pinned_carousel_widget/CustomCarouselScroller-class.md) oldWidget) void
-
-
-
-Called whenever the widget configuration changes.
-_inherited_
-
-
-
-##### [dispose](https://api.flutter.dev/flutter/widgets/State/dispose.html)() void
-
-
-
-Called when this object is removed from the tree permanently.
-_inherited_
-
-
-
-##### [initState](https://api.flutter.dev/flutter/widgets/State/initState.html)() void
-
-
-
-Called when this object is inserted into the tree.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [reassemble](https://api.flutter.dev/flutter/widgets/State/reassemble.html)() void
-
-
-
-Called whenever the application is reassembled during debugging, for
-example during hot reload.
-_inherited_
-
-
-
-##### [setState](https://api.flutter.dev/flutter/widgets/State/setState.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) fn) void
-
-
-
-Notify the framework that the internal state of this object has changed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/Diagnosticable/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/foundation/Diagnosticable/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A brief description of this object, usually just the runtimeType and the
-hashCode.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/PinnedPostCarousel-class.md b/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/PinnedPostCarousel-class.md
deleted file mode 100644
index fc37c189159..00000000000
--- a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/PinnedPostCarousel-class.md
+++ /dev/null
@@ -1,218 +0,0 @@
-
-
-
-# PinnedPostCarousel class
-
-
-
-
-
-
-
-
-
-PinnedPostCarousel class returns a widget for pinned posts in
-the slider/carousel on the top of the Home Screen.
-Tapping on a post will redirect you to the respective post screen.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- PinnedPostCarousel
-
-
-
-
-
-
-
-
-## Constructors
-
-[PinnedPostCarousel](../widgets_pinned_carousel_widget/PinnedPostCarousel/PinnedPostCarousel.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../models_post_post_model/Post-class.md)> pinnedPosts, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) navigateToPinnedPostPage, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) navigateToIndividualPostPage})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [navigateToIndividualPostPage](../widgets_pinned_carousel_widget/PinnedPostCarousel/navigateToIndividualPostPage.md) → [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)
-
-
-
-
-_final_
-
-
-
-##### [navigateToPinnedPostPage](../widgets_pinned_carousel_widget/PinnedPostCarousel/navigateToPinnedPostPage.md) → [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)
-
-
-
-
-_final_
-
-
-
-##### [pinnedPosts](../widgets_pinned_carousel_widget/PinnedPostCarousel/pinnedPosts.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../models_post_post_model/Post-class.md)>
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_pinned_carousel_widget/PinnedPostCarousel/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/PinnedPostCarousel/PinnedPostCarousel.md b/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/PinnedPostCarousel/PinnedPostCarousel.md
deleted file mode 100644
index f2cc5392f20..00000000000
--- a/docs/talawa-mobile-docs/widgets_pinned_carousel_widget/PinnedPostCarousel/PinnedPostCarousel.md
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-# PinnedPostCarousel constructor
-
-
-
-
-
-
-const
-PinnedPostCarousel({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../../models_post_post_model/Post-class.md)> pinnedPosts, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) navigateToPinnedPostPage, required [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html) navigateToIndividualPostPage})
-
-
-
-
-
-## Implementation
-
-```dart
-const PinnedPostCarousel({
- Key? key,
- required this.pinnedPosts,
- required this.navigateToPinnedPostPage,
- required this.navigateToIndividualPostPage,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_detailed_page/DescriptionTextWidget-class.md b/docs/talawa-mobile-docs/widgets_post_detailed_page/DescriptionTextWidget-class.md
deleted file mode 100644
index 270bf50da58..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_detailed_page/DescriptionTextWidget-class.md
+++ /dev/null
@@ -1,201 +0,0 @@
-
-
-
-# DescriptionTextWidget class
-
-
-
-
-
-
-
-
-
-This class sets up the post page.
-To implement the "show less" and "show more" functions for the text,
-we divide the text into two parts: firstHalf and secondHalf. A flag is set to
-track whether to display either the firstHalf or both(the entire text).
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- DescriptionTextWidget
-
-
-
-
-
-
-
-
-## Constructors
-
-[DescriptionTextWidget](../widgets_post_detailed_page/DescriptionTextWidget/DescriptionTextWidget.md) ({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) text})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [text](../widgets_post_detailed_page/DescriptionTextWidget/text.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../widgets_post_detailed_page/DescriptionTextWidget/createState.md)() _DescriptionTextWidgetState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_detailed_page/DescriptionTextWidget/DescriptionTextWidget.md b/docs/talawa-mobile-docs/widgets_post_detailed_page/DescriptionTextWidget/DescriptionTextWidget.md
deleted file mode 100644
index 9e9f4749e7f..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_detailed_page/DescriptionTextWidget/DescriptionTextWidget.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# DescriptionTextWidget constructor
-
-
-
-
-
-
-const
-DescriptionTextWidget({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) text})
-
-
-
-
-
-## Implementation
-
-```dart
-const DescriptionTextWidget({required this.text});
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_detailed_page/DescriptionTextWidget/createState.md b/docs/talawa-mobile-docs/widgets_post_detailed_page/DescriptionTextWidget/createState.md
deleted file mode 100644
index 334915de6fa..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_detailed_page/DescriptionTextWidget/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_DescriptionTextWidgetState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_DescriptionTextWidgetState createState() => _DescriptionTextWidgetState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_list_widget/PostListWidget-class.md b/docs/talawa-mobile-docs/widgets_post_list_widget/PostListWidget-class.md
deleted file mode 100644
index 45a69dc1ca4..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_list_widget/PostListWidget-class.md
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-# PostListWidget class
-
-
-
-
-
-
-
-
-
-This class receives a List of all the Post widgets and returns a ListView.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- PostListWidget
-
-
-
-
-
-
-
-
-## Constructors
-
-[PostListWidget](../widgets_post_list_widget/PostListWidget/PostListWidget.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../models_post_post_model/Post-class.md)> posts, dynamic function([Post](../models_post_post_model/Post-class.md))?})
-
- _const_
-
-
-## Properties
-
-##### [function](../widgets_post_list_widget/PostListWidget/function.md) → (dynamic Function([Post](../models_post_post_model/Post-class.md))?)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [posts](../widgets_post_list_widget/PostListWidget/posts.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../models_post_post_model/Post-class.md)>
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_post_list_widget/PostListWidget/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_list_widget/PostListWidget/PostListWidget.md b/docs/talawa-mobile-docs/widgets_post_list_widget/PostListWidget/PostListWidget.md
deleted file mode 100644
index de062397731..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_list_widget/PostListWidget/PostListWidget.md
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-# PostListWidget constructor
-
-
-
-
-
-
-const
-PostListWidget({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../../models_post_post_model/Post-class.md)> posts, dynamic function([Post](../../models_post_post_model/Post-class.md))?})
-
-
-
-
-
-## Implementation
-
-```dart
-const PostListWidget({
- Key? key,
- required this.posts,
- this.function,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_widget/NewsPost-class.md b/docs/talawa-mobile-docs/widgets_post_widget/NewsPost-class.md
deleted file mode 100644
index 181f9935bd8..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_widget/NewsPost-class.md
+++ /dev/null
@@ -1,206 +0,0 @@
-
-
-
-# NewsPost class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- NewsPost
-
-
-
-
-
-
-
-
-## Constructors
-
-[NewsPost](../widgets_post_widget/NewsPost/NewsPost.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Post](../models_post_post_model/Post-class.md) post, dynamic function([Post](../models_post_post_model/Post-class.md))?})
-
- _const_
-
-
-## Properties
-
-##### [function](../widgets_post_widget/NewsPost/function.md) → (dynamic Function([Post](../models_post_post_model/Post-class.md))?)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [post](../widgets_post_widget/NewsPost/post.md) → [Post](../models_post_post_model/Post-class.md)
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_post_widget/NewsPost/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_widget/NewsPost/NewsPost.md b/docs/talawa-mobile-docs/widgets_post_widget/NewsPost/NewsPost.md
deleted file mode 100644
index 4f831c08be5..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_widget/NewsPost/NewsPost.md
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-# NewsPost constructor
-
-
-
-
-
-
-const
-NewsPost({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Post](../../models_post_post_model/Post-class.md) post, dynamic function([Post](../../models_post_post_model/Post-class.md))?})
-
-
-
-
-
-## Implementation
-
-```dart
-const NewsPost({
- Key? key,
- required this.post,
- this.function,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_widget/PostContainer-class.md b/docs/talawa-mobile-docs/widgets_post_widget/PostContainer-class.md
deleted file mode 100644
index 5ae9ca9e608..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_widget/PostContainer-class.md
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
-# PostContainer class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- PostContainer
-
-
-
-
-
-
-
-
-## Constructors
-
-[PostContainer](../widgets_post_widget/PostContainer/PostContainer.md) ({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) id, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [id](../widgets_post_widget/PostContainer/id.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../widgets_post_widget/PostContainer/createState.md)() [PostContainerState](../widgets_post_widget/PostContainerState-class.md)
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_widget/PostContainer/PostContainer.md b/docs/talawa-mobile-docs/widgets_post_widget/PostContainer/PostContainer.md
deleted file mode 100644
index dc9ee62f139..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_widget/PostContainer/PostContainer.md
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-# PostContainer constructor
-
-
-
-
-
-
-const
-PostContainer({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) id, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const PostContainer({
- required this.id,
- Key? key,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_widget/PostContainer/createState.md b/docs/talawa-mobile-docs/widgets_post_widget/PostContainer/createState.md
deleted file mode 100644
index 85cd7e218dc..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_widget/PostContainer/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-[PostContainerState](../../widgets_post_widget/PostContainerState-class.md) createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-PostContainerState createState() => PostContainerState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_post_widget/PostContainerState-class.md b/docs/talawa-mobile-docs/widgets_post_widget/PostContainerState-class.md
deleted file mode 100644
index e8506d7a1b0..00000000000
--- a/docs/talawa-mobile-docs/widgets_post_widget/PostContainerState-class.md
+++ /dev/null
@@ -1,281 +0,0 @@
-
-
-
-# PostContainerState class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [State](https://api.flutter.dev/flutter/widgets/State-class.html)<[PostContainer](../widgets_post_widget/PostContainer-class.md)>
-- PostContainerState
-
-
-
-
-**Available Extensions**
-
-- [StateExt](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/StateExt.html)
-
-
-
-
-## Constructors
-
-[PostContainerState](../widgets_post_widget/PostContainerState/PostContainerState.md) ()
-
-
-
-
-## Properties
-
-##### [context](https://api.flutter.dev/flutter/widgets/State/context.html) → [BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html)
-
-
-
-The location in the tree where this widget builds.
-_read-onlyinherited_
-
-
-
-##### [controller](../widgets_post_widget/PostContainerState/controller.md) → [PageController](https://api.flutter.dev/flutter/widgets/PageController-class.html)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [inView](../widgets_post_widget/PostContainerState/inView.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_read / write_
-
-
-
-##### [mounted](https://api.flutter.dev/flutter/widgets/State/mounted.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-Whether this State object is currently in a tree.
-_read-onlyinherited_
-
-
-
-##### [pindex](../widgets_post_widget/PostContainerState/pindex.md) ↔ [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-
-_read / write_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [startedPlaying](../widgets_post_widget/PostContainerState/startedPlaying.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_read / write_
-
-
-
-##### [widget](https://api.flutter.dev/flutter/widgets/State/widget.html) → [PostContainer](../widgets_post_widget/PostContainer-class.md)
-
-
-
-The current configuration.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [activate](https://api.flutter.dev/flutter/widgets/State/activate.html)() void
-
-
-
-Called when this object is reinserted into the tree after having been
-removed via deactivate.
-_inherited_
-
-
-
-##### [build](../widgets_post_widget/PostContainerState/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [deactivate](https://api.flutter.dev/flutter/widgets/State/deactivate.html)() void
-
-
-
-Called when this object is removed from the tree.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/State/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [didChangeDependencies](https://api.flutter.dev/flutter/widgets/State/didChangeDependencies.html)() void
-
-
-
-Called when a dependency of this State object changes.
-_inherited_
-
-
-
-##### [didUpdateWidget](https://api.flutter.dev/flutter/widgets/State/didUpdateWidget.html)(covariant [PostContainer](../widgets_post_widget/PostContainer-class.md) oldWidget) void
-
-
-
-Called whenever the widget configuration changes.
-_inherited_
-
-
-
-##### [dispose](../widgets_post_widget/PostContainerState/dispose.md)() void
-
-
-
-Called when this object is removed from the tree permanently.
-_override_
-
-
-
-##### [initState](../widgets_post_widget/PostContainerState/initState.md)() void
-
-
-
-Called when this object is inserted into the tree.
-_override_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [reassemble](https://api.flutter.dev/flutter/widgets/State/reassemble.html)() void
-
-
-
-Called whenever the application is reassembled during debugging, for
-example during hot reload.
-_inherited_
-
-
-
-##### [setState](https://api.flutter.dev/flutter/widgets/State/setState.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) fn) void
-
-
-
-Notify the framework that the internal state of this object has changed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/Diagnosticable/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/foundation/Diagnosticable/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A brief description of this object, usually just the runtimeType and the
-hashCode.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_raised_round_edge_button/RaisedRoundedButton-class.md b/docs/talawa-mobile-docs/widgets_raised_round_edge_button/RaisedRoundedButton-class.md
deleted file mode 100644
index f4dd829d244..00000000000
--- a/docs/talawa-mobile-docs/widgets_raised_round_edge_button/RaisedRoundedButton-class.md
+++ /dev/null
@@ -1,253 +0,0 @@
-
-
-
-# RaisedRoundedButton class
-
-
-
-
-
-
-
-
-
-This class returns a widget for a raised rounded button,
-for example: login button in login screen.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- RaisedRoundedButton
-
-
-
-
-
-
-
-
-## Constructors
-
-[RaisedRoundedButton](../widgets_raised_round_edge_button/RaisedRoundedButton/RaisedRoundedButton.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) buttonLabel, required [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html) backgroundColor, required [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html) textColor, required dynamic onTap(), [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? height, [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? width, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showArrow = false})
-
- _const_
-
-
-## Properties
-
-##### [backgroundColor](../widgets_raised_round_edge_button/RaisedRoundedButton/backgroundColor.md) → [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html)
-
-
-
-
-_final_
-
-
-
-##### [buttonLabel](../widgets_raised_round_edge_button/RaisedRoundedButton/buttonLabel.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [height](../widgets_raised_round_edge_button/RaisedRoundedButton/height.md) → [double](https://api.flutter.dev/flutter/dart-core/double-class.html)?
-
-
-
-
-_final_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [onTap](../widgets_raised_round_edge_button/RaisedRoundedButton/onTap.md) → dynamic Function()
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [showArrow](../widgets_raised_round_edge_button/RaisedRoundedButton/showArrow.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_final_
-
-
-
-##### [textColor](../widgets_raised_round_edge_button/RaisedRoundedButton/textColor.md) → [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html)
-
-
-
-
-_final_
-
-
-
-##### [width](../widgets_raised_round_edge_button/RaisedRoundedButton/width.md) → [double](https://api.flutter.dev/flutter/dart-core/double-class.html)?
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../widgets_raised_round_edge_button/RaisedRoundedButton/createState.md)() _RaisedRoundedButtonState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_raised_round_edge_button/RaisedRoundedButton/RaisedRoundedButton.md b/docs/talawa-mobile-docs/widgets_raised_round_edge_button/RaisedRoundedButton/RaisedRoundedButton.md
deleted file mode 100644
index 99d95d5c858..00000000000
--- a/docs/talawa-mobile-docs/widgets_raised_round_edge_button/RaisedRoundedButton/RaisedRoundedButton.md
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-# RaisedRoundedButton constructor
-
-
-
-
-
-
-const
-RaisedRoundedButton({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) buttonLabel, required [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html) backgroundColor, required [Color](https://api.flutter.dev/flutter/dart-ui/Color-class.html) textColor, required dynamic onTap(), [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? height, [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? width, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showArrow = false})
-
-
-
-
-
-## Implementation
-
-```dart
-const RaisedRoundedButton({
- required Key key,
- required this.buttonLabel,
- required this.backgroundColor,
- required this.textColor,
- required this.onTap,
- this.height,
- this.width,
- this.showArrow = false,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_raised_round_edge_button/RaisedRoundedButton/createState.md b/docs/talawa-mobile-docs/widgets_raised_round_edge_button/RaisedRoundedButton/createState.md
deleted file mode 100644
index 15334762515..00000000000
--- a/docs/talawa-mobile-docs/widgets_raised_round_edge_button/RaisedRoundedButton/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_RaisedRoundedButtonState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_RaisedRoundedButtonState createState() => _RaisedRoundedButtonState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_rich_text/CustomRichText-class.md b/docs/talawa-mobile-docs/widgets_rich_text/CustomRichText-class.md
deleted file mode 100644
index c57b561fd60..00000000000
--- a/docs/talawa-mobile-docs/widgets_rich_text/CustomRichText-class.md
+++ /dev/null
@@ -1,199 +0,0 @@
-
-
-
-# CustomRichText class
-
-
-
-
-
-
-
-
-
-CustomRichText class returns a widget for customized rich/bold text.
-These rich text are being used in form for changing the password.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- CustomRichText
-
-
-
-
-
-
-
-
-## Constructors
-
-[CustomRichText](../widgets_rich_text/CustomRichText/CustomRichText.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>> words})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [words](../widgets_rich_text/CustomRichText/words.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>>
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_rich_text/CustomRichText/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_rich_text/CustomRichText/CustomRichText.md b/docs/talawa-mobile-docs/widgets_rich_text/CustomRichText/CustomRichText.md
deleted file mode 100644
index a8ef77480a9..00000000000
--- a/docs/talawa-mobile-docs/widgets_rich_text/CustomRichText/CustomRichText.md
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-# CustomRichText constructor
-
-
-
-
-
-
-const
-CustomRichText({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>> words})
-
-
-
-
-
-## Implementation
-
-```dart
-const CustomRichText({required Key key, required this.words})
- : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_signup_progress_indicator/SignupProgressIndicator-class.md b/docs/talawa-mobile-docs/widgets_signup_progress_indicator/SignupProgressIndicator-class.md
deleted file mode 100644
index 55f30f0084d..00000000000
--- a/docs/talawa-mobile-docs/widgets_signup_progress_indicator/SignupProgressIndicator-class.md
+++ /dev/null
@@ -1,208 +0,0 @@
-
-
-
-# SignupProgressIndicator class
-
-
-
-
-
-
-
-
-
-This class returns a widget for showing the
-progress indicator/flow while Signing Up/ Registration.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- SignupProgressIndicator
-
-
-
-
-
-
-
-
-## Constructors
-
-[SignupProgressIndicator](../widgets_signup_progress_indicator/SignupProgressIndicator/SignupProgressIndicator.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [int](https://api.flutter.dev/flutter/dart-core/int-class.html) currentPageIndex})
-
-
-
-
-## Properties
-
-##### [currentPageIndex](../widgets_signup_progress_indicator/SignupProgressIndicator/currentPageIndex.md) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [progressLabel](../widgets_signup_progress_indicator/SignupProgressIndicator/progressLabel.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)>
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_signup_progress_indicator/SignupProgressIndicator/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_signup_progress_indicator/SignupProgressIndicator/SignupProgressIndicator.md b/docs/talawa-mobile-docs/widgets_signup_progress_indicator/SignupProgressIndicator/SignupProgressIndicator.md
deleted file mode 100644
index a3b52a67b4d..00000000000
--- a/docs/talawa-mobile-docs/widgets_signup_progress_indicator/SignupProgressIndicator/SignupProgressIndicator.md
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-# SignupProgressIndicator constructor
-
-
-
-
-
-
-
-SignupProgressIndicator({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, required [int](https://api.flutter.dev/flutter/dart-core/int-class.html) currentPageIndex})
-
-
-
-
-
-## Implementation
-
-```dart
-SignupProgressIndicator({required Key key, required this.currentPageIndex})
- : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_talawa_error_dialog/TalawaErrorDialog-class.md b/docs/talawa-mobile-docs/widgets_talawa_error_dialog/TalawaErrorDialog-class.md
deleted file mode 100644
index 3718686e111..00000000000
--- a/docs/talawa-mobile-docs/widgets_talawa_error_dialog/TalawaErrorDialog-class.md
+++ /dev/null
@@ -1,206 +0,0 @@
-
-
-
-# TalawaErrorDialog class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- TalawaErrorDialog
-
-
-
-
-
-
-
-
-## Constructors
-
-[TalawaErrorDialog](../widgets_talawa_error_dialog/TalawaErrorDialog/TalawaErrorDialog.md) ([String](https://api.flutter.dev/flutter/dart-core/String-class.html) errorMessage, {[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [MessageType](../enums_enums/MessageType.md) messageType})
-
- _const_
-
-
-## Properties
-
-##### [errorMessage](../widgets_talawa_error_dialog/TalawaErrorDialog/errorMessage.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [messageType](../widgets_talawa_error_dialog/TalawaErrorDialog/messageType.md) → [MessageType](../enums_enums/MessageType.md)
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_talawa_error_dialog/TalawaErrorDialog/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_talawa_error_dialog/TalawaErrorDialog/TalawaErrorDialog.md b/docs/talawa-mobile-docs/widgets_talawa_error_dialog/TalawaErrorDialog/TalawaErrorDialog.md
deleted file mode 100644
index 7ae8a4bd283..00000000000
--- a/docs/talawa-mobile-docs/widgets_talawa_error_dialog/TalawaErrorDialog/TalawaErrorDialog.md
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-# TalawaErrorDialog constructor
-
-
-
-
-
-
-const
-TalawaErrorDialog([String](https://api.flutter.dev/flutter/dart-core/String-class.html) errorMessage, {[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [MessageType](../../enums_enums/MessageType.md) messageType})
-
-
-
-
-
-## Implementation
-
-```dart
-const TalawaErrorDialog(
- this.errorMessage, {
- Key? key,
- required this.messageType,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_talawa_error_snackbar/TalawaErrorSnackBar-class.md b/docs/talawa-mobile-docs/widgets_talawa_error_snackbar/TalawaErrorSnackBar-class.md
deleted file mode 100644
index 8d8412b336b..00000000000
--- a/docs/talawa-mobile-docs/widgets_talawa_error_snackbar/TalawaErrorSnackBar-class.md
+++ /dev/null
@@ -1,206 +0,0 @@
-
-
-
-# TalawaErrorSnackBar class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- TalawaErrorSnackBar
-
-
-
-
-
-
-
-
-## Constructors
-
-[TalawaErrorSnackBar](../widgets_talawa_error_snackbar/TalawaErrorSnackBar/TalawaErrorSnackBar.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) errorMessage, required [MessageType](../enums_enums/MessageType.md) messageType})
-
- _const_
-
-
-## Properties
-
-##### [errorMessage](../widgets_talawa_error_snackbar/TalawaErrorSnackBar/errorMessage.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [messageType](../widgets_talawa_error_snackbar/TalawaErrorSnackBar/messageType.md) → [MessageType](../enums_enums/MessageType.md)
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_talawa_error_snackbar/TalawaErrorSnackBar/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_talawa_error_snackbar/TalawaErrorSnackBar/TalawaErrorSnackBar.md b/docs/talawa-mobile-docs/widgets_talawa_error_snackbar/TalawaErrorSnackBar/TalawaErrorSnackBar.md
deleted file mode 100644
index c8d6fa0af12..00000000000
--- a/docs/talawa-mobile-docs/widgets_talawa_error_snackbar/TalawaErrorSnackBar/TalawaErrorSnackBar.md
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-# TalawaErrorSnackBar constructor
-
-
-
-
-
-
-const
-TalawaErrorSnackBar({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) errorMessage, required [MessageType](../../enums_enums/MessageType.md) messageType})
-
-
-
-
-
-## Implementation
-
-```dart
-const TalawaErrorSnackBar({
- Key? key,
- required this.errorMessage,
- required this.messageType,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_form/DescriptionField-class.md b/docs/talawa-mobile-docs/widgets_task_form/DescriptionField-class.md
deleted file mode 100644
index f6fad42ea59..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_form/DescriptionField-class.md
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-
-# DescriptionField class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- DescriptionField
-
-
-
-
-
-
-
-
-## Constructors
-
-[DescriptionField](../widgets_task_form/DescriptionField/DescriptionField.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_task_form/DescriptionField/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_form/DescriptionField/DescriptionField.md b/docs/talawa-mobile-docs/widgets_task_form/DescriptionField/DescriptionField.md
deleted file mode 100644
index cc04187762a..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_form/DescriptionField/DescriptionField.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# DescriptionField constructor
-
-
-
-
-
-
-const
-DescriptionField({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const DescriptionField({Key? key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_form/TaskForm-class.md b/docs/talawa-mobile-docs/widgets_task_form/TaskForm-class.md
deleted file mode 100644
index 6f56ca2b49a..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_form/TaskForm-class.md
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
-
-# TaskForm class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- TaskForm
-
-
-
-
-
-
-
-
-## Constructors
-
-[TaskForm](../widgets_task_form/TaskForm/TaskForm.md) ({required [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> onSave(), required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) title, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) actionText, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [actionText](../widgets_task_form/TaskForm/actionText.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [onSave](../widgets_task_form/TaskForm/onSave.md) → [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> Function()
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [title](../widgets_task_form/TaskForm/title.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../widgets_task_form/TaskForm/createState.md)() [State](https://api.flutter.dev/flutter/widgets/State-class.html)<[TaskForm](../widgets_task_form/TaskForm-class.md)>
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_form/TaskForm/TaskForm.md b/docs/talawa-mobile-docs/widgets_task_form/TaskForm/TaskForm.md
deleted file mode 100644
index 4270294a8fa..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_form/TaskForm/TaskForm.md
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-# TaskForm constructor
-
-
-
-
-
-
-const
-TaskForm({required [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> onSave(), required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) title, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) actionText, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const TaskForm({
- required this.onSave,
- required this.title,
- required this.actionText,
- Key? key,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_form/TaskForm/createState.md b/docs/talawa-mobile-docs/widgets_task_form/TaskForm/createState.md
deleted file mode 100644
index f746871161e..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_form/TaskForm/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[TaskForm](../../widgets_task_form/TaskForm-class.md)> createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-State createState() => _TaskFormState();
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_form/TitleField-class.md b/docs/talawa-mobile-docs/widgets_task_form/TitleField-class.md
deleted file mode 100644
index 3a1b005b536..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_form/TitleField-class.md
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-
-# TitleField class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- TitleField
-
-
-
-
-
-
-
-
-## Constructors
-
-[TitleField](../widgets_task_form/TitleField/TitleField.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_task_form/TitleField/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_form/TitleField/TitleField.md b/docs/talawa-mobile-docs/widgets_task_form/TitleField/TitleField.md
deleted file mode 100644
index 4ceaed2f95a..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_form/TitleField/TitleField.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# TitleField constructor
-
-
-
-
-
-
-const
-TitleField({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const TitleField({Key? key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_schedule/TaskCard-class.md b/docs/talawa-mobile-docs/widgets_task_schedule/TaskCard-class.md
deleted file mode 100644
index 75f697cb2fe..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_schedule/TaskCard-class.md
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
-
-# TaskCard class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- TaskCard
-
-
-
-
-
-
-
-
-## Constructors
-
-[TaskCard](../widgets_task_schedule/TaskCard/TaskCard.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Appointment](https://pub.dev/documentation/syncfusion_flutter_calendar/20.4.54/calendar/Appointment-class.html) appointment, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showMoreOptions, required [Task](../models_task_task_model/Task-class.md) task})
-
- _const_
-
-
-## Properties
-
-##### [appointment](../widgets_task_schedule/TaskCard/appointment.md) → [Appointment](https://pub.dev/documentation/syncfusion_flutter_calendar/20.4.54/calendar/Appointment-class.html)
-
-
-
-
-_final_
-
-
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [showMoreOptions](../widgets_task_schedule/TaskCard/showMoreOptions.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_final_
-
-
-
-##### [task](../widgets_task_schedule/TaskCard/task.md) → [Task](../models_task_task_model/Task-class.md)
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_task_schedule/TaskCard/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_schedule/TaskCard/TaskCard.md b/docs/talawa-mobile-docs/widgets_task_schedule/TaskCard/TaskCard.md
deleted file mode 100644
index 1f611b973dc..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_schedule/TaskCard/TaskCard.md
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-# TaskCard constructor
-
-
-
-
-
-
-const
-TaskCard({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Appointment](https://pub.dev/documentation/syncfusion_flutter_calendar/20.4.54/calendar/Appointment-class.html) appointment, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showMoreOptions, required [Task](../../models_task_task_model/Task-class.md) task})
-
-
-
-
-
-## Implementation
-
-```dart
-const TaskCard({
- Key? key,
- required this.appointment,
- required this.showMoreOptions,
- required this.task,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_schedule/TaskSchedule-class.md b/docs/talawa-mobile-docs/widgets_task_schedule/TaskSchedule-class.md
deleted file mode 100644
index 26e9e352d53..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_schedule/TaskSchedule-class.md
+++ /dev/null
@@ -1,215 +0,0 @@
-
-
-
-# TaskSchedule class
-
-
-
-
-
-
-
-
-
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- TaskSchedule
-
-
-
-
-
-
-
-
-## Constructors
-
-[TaskSchedule](../widgets_task_schedule/TaskSchedule/TaskSchedule.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Task](../models_task_task_model/Task-class.md)> tasks, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showMoreOptions = false})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [showMoreOptions](../widgets_task_schedule/TaskSchedule/showMoreOptions.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_final_
-
-
-
-##### [tasks](../widgets_task_schedule/TaskSchedule/tasks.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Task](../models_task_task_model/Task-class.md)>
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_task_schedule/TaskSchedule/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [calendarTapped](../widgets_task_schedule/TaskSchedule/calendarTapped.md)([CalendarTapDetails](https://pub.dev/documentation/syncfusion_flutter_calendar/20.4.54/calendar/CalendarTapDetails-class.html) details) void
-
-
-
-
-
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_task_schedule/TaskSchedule/TaskSchedule.md b/docs/talawa-mobile-docs/widgets_task_schedule/TaskSchedule/TaskSchedule.md
deleted file mode 100644
index 06e9a9ce6e2..00000000000
--- a/docs/talawa-mobile-docs/widgets_task_schedule/TaskSchedule/TaskSchedule.md
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-# TaskSchedule constructor
-
-
-
-
-
-
-const
-TaskSchedule({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Task](../../models_task_task_model/Task-class.md)> tasks, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showMoreOptions = false})
-
-
-
-
-
-## Implementation
-
-```dart
-const TaskSchedule({
- Key? key,
- required this.tasks,
- this.showMoreOptions = false,
-}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_theme_switch/ChangeThemeTile-class.md b/docs/talawa-mobile-docs/widgets_theme_switch/ChangeThemeTile-class.md
deleted file mode 100644
index 3a74a348cc8..00000000000
--- a/docs/talawa-mobile-docs/widgets_theme_switch/ChangeThemeTile-class.md
+++ /dev/null
@@ -1,190 +0,0 @@
-
-
-
-# ChangeThemeTile class
-
-
-
-
-
-
-
-
-
-This class enables theme switch.
-It returns a ListTile which contains a Toggle button to switch between Dark and Light Themes.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)
-- ChangeThemeTile
-
-
-
-
-
-
-
-
-## Constructors
-
-[ChangeThemeTile](../widgets_theme_switch/ChangeThemeTile/ChangeThemeTile.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-
-
-## Methods
-
-##### [build](../widgets_theme_switch/ChangeThemeTile/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-
-
-
-Describes the part of the user interface represented by this widget.
-_override_
-
-
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatelessWidget/createElement.html)() [StatelessElement](https://api.flutter.dev/flutter/widgets/StatelessElement-class.html)
-
-
-
-Creates a StatelessElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_theme_switch/ChangeThemeTile/ChangeThemeTile.md b/docs/talawa-mobile-docs/widgets_theme_switch/ChangeThemeTile/ChangeThemeTile.md
deleted file mode 100644
index 88b586d9d92..00000000000
--- a/docs/talawa-mobile-docs/widgets_theme_switch/ChangeThemeTile/ChangeThemeTile.md
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-# ChangeThemeTile constructor
-
-
-
-
-
-
-const
-ChangeThemeTile({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key})
-
-
-
-
-
-## Implementation
-
-```dart
-const ChangeThemeTile({Key? key}) : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_video_widget/VideoWidget-class.md b/docs/talawa-mobile-docs/widgets_video_widget/VideoWidget-class.md
deleted file mode 100644
index 162c160f8b5..00000000000
--- a/docs/talawa-mobile-docs/widgets_video_widget/VideoWidget-class.md
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-# VideoWidget class
-
-
-
-
-
-
-
-
-
-This class creates a video widget.
-
-
-
-**Inheritance**
-
-- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)
-- [DiagnosticableTree](https://api.flutter.dev/flutter/foundation/DiagnosticableTree-class.html)
-- [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)
-- [StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)
-- VideoWidget
-
-
-
-
-
-
-
-
-## Constructors
-
-[VideoWidget](../widgets_video_widget/VideoWidget/VideoWidget.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) url, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) play})
-
- _const_
-
-
-## Properties
-
-##### [hashCode](https://api.flutter.dev/flutter/widgets/Widget/hashCode.html) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html)
-
-
-
-The hash code for this object.
-_read-onlyinherited_
-
-
-
-##### [key](https://api.flutter.dev/flutter/widgets/Widget/key.html) → [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)?
-
-
-
-Controls how one widget replaces another widget in the tree.
-_finalinherited_
-
-
-
-##### [play](../widgets_video_widget/VideoWidget/play.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-
-_final_
-
-
-
-##### [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html)
-
-
-
-A representation of the runtime type of the object.
-_read-onlyinherited_
-
-
-
-##### [url](../widgets_video_widget/VideoWidget/url.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-
-_final_
-
-
-
-
-
-## Methods
-
-##### [createElement](https://api.flutter.dev/flutter/widgets/StatefulWidget/createElement.html)() [StatefulElement](https://api.flutter.dev/flutter/widgets/StatefulElement-class.html)
-
-
-
-Creates a StatefulElement to manage this widget's location in the tree.
-_inherited_
-
-
-
-##### [createState](../widgets_video_widget/VideoWidget/createState.md)() _VideoWidgetState
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-_override_
-
-
-
-##### [debugDescribeChildren](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/debugDescribeChildren.html)() [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)>
-
-
-
-Returns a list of DiagnosticsNode
objects describing this node's
-children.
-_inherited_
-
-
-
-##### [debugFillProperties](https://api.flutter.dev/flutter/widgets/Widget/debugFillProperties.html)([DiagnosticPropertiesBuilder](https://api.flutter.dev/flutter/foundation/DiagnosticPropertiesBuilder-class.html) properties) void
-
-
-
-Add additional properties associated with the node.
-_inherited_
-
-
-
-##### [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation) dynamic
-
-
-
-Invoked when a non-existent method or property is accessed.
-_inherited_
-
-
-
-##### [toDiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toDiagnosticsNode.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name, [DiagnosticsTreeStyle](https://api.flutter.dev/flutter/foundation/DiagnosticsTreeStyle.html)? style}) [DiagnosticsNode](https://api.flutter.dev/flutter/foundation/DiagnosticsNode-class.html)
-
-
-
-Returns a debug representation of the object that is used by debugging
-tools and by DiagnosticsNode.toStringDeep.
-_inherited_
-
-
-
-##### [toString](https://api.flutter.dev/flutter/foundation/Diagnosticable/toString.html)({[DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.info}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A string representation of this object.
-_inherited_
-
-
-
-##### [toStringDeep](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringDeep.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) prefixLineOne = '', [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? prefixOtherLines, [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a string representation of this node and its descendants.
-_inherited_
-
-
-
-##### [toStringShallow](https://api.flutter.dev/flutter/foundation/DiagnosticableTree/toStringShallow.html)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) joiner = ', ', [DiagnosticLevel](https://api.flutter.dev/flutter/foundation/DiagnosticLevel.html) minLevel = DiagnosticLevel.debug}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-Returns a one-line detailed description of the object.
-_inherited_
-
-
-
-##### [toStringShort](https://api.flutter.dev/flutter/widgets/Widget/toStringShort.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html)
-
-
-
-A short, textual description of this widget.
-_inherited_
-
-
-
-
-
-## Operators
-
-##### [operator ==](https://api.flutter.dev/flutter/widgets/Widget/operator_equals.html)([Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) other) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)
-
-
-
-The equality operator.
-_inherited_
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_video_widget/VideoWidget/VideoWidget.md b/docs/talawa-mobile-docs/widgets_video_widget/VideoWidget/VideoWidget.md
deleted file mode 100644
index 6e7a0763bd2..00000000000
--- a/docs/talawa-mobile-docs/widgets_video_widget/VideoWidget/VideoWidget.md
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-# VideoWidget constructor
-
-
-
-
-
-
-const
-VideoWidget({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) url, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) play})
-
-
-
-
-
-## Implementation
-
-```dart
-const VideoWidget({Key? key, required this.url, required this.play})
- : super(key: key);
-```
-
-
-
-
-
-
-
diff --git a/docs/talawa-mobile-docs/widgets_video_widget/VideoWidget/createState.md b/docs/talawa-mobile-docs/widgets_video_widget/VideoWidget/createState.md
deleted file mode 100644
index 723fd83743f..00000000000
--- a/docs/talawa-mobile-docs/widgets_video_widget/VideoWidget/createState.md
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-# createState method
-
-
-
-
-
-
-
-- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html)
-
-_VideoWidgetState createState
-()
-
-_override_
-
-
-
-Creates the mutable state for this widget at a given location in the tree.
-Subclasses should override this method to return a newly created
-instance of their associated State subclass:
-@override
-State<SomeWidget> createState() => _SomeWidgetState();
-
-The framework can call this method multiple times over the lifetime of
-a StatefulWidget
. For example, if the widget is inserted into the tree
-in multiple locations, the framework will create a separate State object
-for each location. Similarly, if the widget is removed from the tree and
-later inserted into the tree again, the framework will call createState
-again to create a fresh State object, simplifying the lifecycle of
-State objects.
-
-
-
-## Implementation
-
-```dart
-@override
-_VideoWidgetState createState() => _VideoWidgetState();
-```
-
-
-
-
-
-
-
diff --git a/package.json b/package.json
index bcbb7fce7dd..ae7f1c7fbaa 100644
--- a/package.json
+++ b/package.json
@@ -1,52 +1,52 @@
{
- "name": "talawa-docs",
- "version": "0.0.0",
- "private": true,
- "scripts": {
- "docusaurus": "docusaurus",
- "start": "docusaurus start",
- "build": "docusaurus build",
- "swizzle": "docusaurus swizzle",
- "deploy": "export NODE_OPTIONS=--max-old-space-size=4096 && docusaurus deploy",
- "clear": "docusaurus clear",
- "serve": "docusaurus serve",
- "write-translations": "docusaurus write-translations",
- "write-heading-ids": "docusaurus write-heading-ids",
- "typecheck": "tsc"
- },
- "dependencies": {
- "@docusaurus/core": "3.4.0",
- "@docusaurus/preset-classic": "3.4.0",
- "@graphql-markdown/docusaurus": "^1.17.0",
- "@graphql-tools/json-file-loader": "^7.4.17",
- "@mdx-js/react": "^3.0.0",
- "clsx": "^1.2.1",
- "graphql": "^16.9.0",
- "prettier": "^3.3.3",
- "prism-react-renderer": "^2.4.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "yarn": "^1.22.22"
- },
- "browserslist": {
- "production": [
- ">0.5%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "devDependencies": {
- "@docusaurus/module-type-aliases": "3.4.0",
- "@docusaurus/tsconfig": "3.4.0",
- "typescript": "~5.6.2",
- "yarn-audit-fix": "^10.0.9"
- },
- "engines": {
- "node": ">=18.0"
- }
+ "name": "talawa-docs",
+ "version": "0.0.0",
+ "private": true,
+ "scripts": {
+ "docusaurus": "docusaurus",
+ "start": "docusaurus start",
+ "build": "docusaurus build",
+ "swizzle": "docusaurus swizzle",
+ "deploy": "export NODE_OPTIONS=--max-old-space-size=4096 && docusaurus deploy",
+ "clear": "docusaurus clear",
+ "serve": "docusaurus serve",
+ "write-translations": "docusaurus write-translations",
+ "write-heading-ids": "docusaurus write-heading-ids",
+ "typecheck": "tsc"
+ },
+ "dependencies": {
+ "@docusaurus/core": "3.5.2",
+ "@docusaurus/preset-classic": "3.5.2",
+ "@graphql-markdown/docusaurus": "^1.17.0",
+ "@graphql-tools/json-file-loader": "^7.4.17",
+ "@mdx-js/react": "^3.0.0",
+ "clsx": "^1.2.1",
+ "graphql": "^16.9.0",
+ "prettier": "^3.3.3",
+ "prism-react-renderer": "^2.4.0",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "yarn": "^1.22.22"
+ },
+ "browserslist": {
+ "production": [
+ ">0.5%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ },
+ "devDependencies": {
+ "@docusaurus/module-type-aliases": "3.4.0",
+ "@docusaurus/tsconfig": "3.4.0",
+ "typescript": "~5.6.2",
+ "yarn-audit-fix": "^10.0.9"
+ },
+ "engines": {
+ "node": ">=18.0"
+ }
}
diff --git a/yarn.lock b/yarn.lock
index 7209ae3cdc9..a663d2cb78f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1210,10 +1210,10 @@
"@docsearch/css" "3.5.2"
algoliasearch "^4.19.1"
-"@docusaurus/core@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/core/-/core-3.4.0.tgz"
- integrity sha512-g+0wwmN2UJsBqy2fQRQ6fhXruoEa62JDeEa5d8IdTJlMoaDaEDfHh7WjwGRn4opuTQWpjAwP/fbcgyHKlE+64w==
+"@docusaurus/core@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.5.2.tgz#3adedb90e7b6104592f1231043bd6bf91680c39c"
+ integrity sha512-4Z1WkhCSkX4KO0Fw5m/Vuc7Q3NxBG53NE5u59Rs96fWkMPZVSrzEPP16/Nk6cWb/shK7xXPndTmalJtw7twL/w==
dependencies:
"@babel/core" "^7.23.3"
"@babel/generator" "^7.23.3"
@@ -1225,12 +1225,12 @@
"@babel/runtime" "^7.22.6"
"@babel/runtime-corejs3" "^7.22.6"
"@babel/traverse" "^7.22.8"
- "@docusaurus/cssnano-preset" "3.4.0"
- "@docusaurus/logger" "3.4.0"
- "@docusaurus/mdx-loader" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-common" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+ "@docusaurus/cssnano-preset" "3.5.2"
+ "@docusaurus/logger" "3.5.2"
+ "@docusaurus/mdx-loader" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-common" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
autoprefixer "^10.4.14"
babel-loader "^9.1.3"
babel-plugin-dynamic-import-node "^2.3.3"
@@ -1284,32 +1284,32 @@
webpack-merge "^5.9.0"
webpackbar "^5.0.2"
-"@docusaurus/cssnano-preset@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/cssnano-preset/-/cssnano-preset-3.4.0.tgz"
- integrity sha512-qwLFSz6v/pZHy/UP32IrprmH5ORce86BGtN0eBtG75PpzQJAzp9gefspox+s8IEOr0oZKuQ/nhzZ3xwyc3jYJQ==
+"@docusaurus/cssnano-preset@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.5.2.tgz#6c1f2b2f9656f978c4694c84ab24592b04dcfab3"
+ integrity sha512-D3KiQXOMA8+O0tqORBrTOEQyQxNIfPm9jEaJoALjjSjc2M/ZAWcUfPQEnwr2JB2TadHw2gqWgpZckQmrVWkytA==
dependencies:
cssnano-preset-advanced "^6.1.2"
postcss "^8.4.38"
postcss-sort-media-queries "^5.2.0"
tslib "^2.6.0"
-"@docusaurus/logger@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/logger/-/logger-3.4.0.tgz"
- integrity sha512-bZwkX+9SJ8lB9kVRkXw+xvHYSMGG4bpYHKGXeXFvyVc79NMeeBSGgzd4TQLHH+DYeOJoCdl8flrFJVxlZ0wo/Q==
+"@docusaurus/logger@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.5.2.tgz#1150339ad56844b30734115c19c580f3b25cf5ed"
+ integrity sha512-LHC540SGkeLfyT3RHK3gAMK6aS5TRqOD4R72BEU/DE2M/TY8WwEUAMY576UUc/oNJXv8pGhBmQB6N9p3pt8LQw==
dependencies:
chalk "^4.1.2"
tslib "^2.6.0"
-"@docusaurus/mdx-loader@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/mdx-loader/-/mdx-loader-3.4.0.tgz"
- integrity sha512-kSSbrrk4nTjf4d+wtBA9H+FGauf2gCax89kV8SUSJu3qaTdSIKdWERlngsiHaCFgZ7laTJ8a67UFf+xlFPtuTw==
+"@docusaurus/mdx-loader@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.5.2.tgz#99781641372c5037bcbe09bb8ade93a0e0ada57d"
+ integrity sha512-ku3xO9vZdwpiMIVd8BzWV0DCqGEbCP5zs1iHfKX50vw6jX8vQo0ylYo1YJMZyz6e+JFJ17HYHT5FzVidz2IflA==
dependencies:
- "@docusaurus/logger" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+ "@docusaurus/logger" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
"@mdx-js/mdx" "^3.0.0"
"@slorber/remark-comment" "^1.0.0"
escape-html "^1.0.3"
@@ -1345,19 +1345,33 @@
react-helmet-async "*"
react-loadable "npm:@docusaurus/react-loadable@6.0.0"
-"@docusaurus/plugin-content-blog@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.4.0.tgz"
- integrity sha512-vv6ZAj78ibR5Jh7XBUT4ndIjmlAxkijM3Sx5MAAzC1gyv0vupDQNhzuFg1USQmQVj3P5I6bquk12etPV3LJ+Xw==
+"@docusaurus/module-type-aliases@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.5.2.tgz#4e8f9c0703e23b2e07ebfce96598ec83e4dd2a9e"
+ integrity sha512-Z+Xu3+2rvKef/YKTMxZHsEXp1y92ac0ngjDiExRdqGTmEKtCUpkbNYH8v5eXo5Ls+dnW88n6WTa+Q54kLOkwPg==
dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/logger" "3.4.0"
- "@docusaurus/mdx-loader" "3.4.0"
- "@docusaurus/types" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-common" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
- cheerio "^1.0.0-rc.12"
+ "@docusaurus/types" "3.5.2"
+ "@types/history" "^4.7.11"
+ "@types/react" "*"
+ "@types/react-router-config" "*"
+ "@types/react-router-dom" "*"
+ react-helmet-async "*"
+ react-loadable "npm:@docusaurus/react-loadable@6.0.0"
+
+"@docusaurus/plugin-content-blog@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.5.2.tgz#649c07c34da7603645f152bcebdf75285baed16b"
+ integrity sha512-R7ghWnMvjSf+aeNDH0K4fjyQnt5L0KzUEnUhmf1e3jZrv3wogeytZNN6n7X8yHcMsuZHPOrctQhXWnmxu+IRRg==
+ dependencies:
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/logger" "3.5.2"
+ "@docusaurus/mdx-loader" "3.5.2"
+ "@docusaurus/theme-common" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-common" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
+ cheerio "1.0.0-rc.12"
feed "^4.2.2"
fs-extra "^11.1.1"
lodash "^4.17.21"
@@ -1368,19 +1382,20 @@
utility-types "^3.10.0"
webpack "^5.88.1"
-"@docusaurus/plugin-content-docs@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.4.0.tgz"
- integrity sha512-HkUCZffhBo7ocYheD9oZvMcDloRnGhBMOZRyVcAQRFmZPmNqSyISlXA1tQCIxW+r478fty97XXAGjNYzBjpCsg==
- dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/logger" "3.4.0"
- "@docusaurus/mdx-loader" "3.4.0"
- "@docusaurus/module-type-aliases" "3.4.0"
- "@docusaurus/types" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-common" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+"@docusaurus/plugin-content-docs@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.5.2.tgz#adcf6c0bd9a9818eb192ab831e0069ee62d31505"
+ integrity sha512-Bt+OXn/CPtVqM3Di44vHjE7rPCEsRCB/DMo2qoOuozB9f7+lsdrHvD0QCHdBs0uhz6deYJDppAr2VgqybKPlVQ==
+ dependencies:
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/logger" "3.5.2"
+ "@docusaurus/mdx-loader" "3.5.2"
+ "@docusaurus/module-type-aliases" "3.5.2"
+ "@docusaurus/theme-common" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-common" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
"@types/react-router-config" "^5.0.7"
combine-promises "^1.1.0"
fs-extra "^11.1.1"
@@ -1390,118 +1405,118 @@
utility-types "^3.10.0"
webpack "^5.88.1"
-"@docusaurus/plugin-content-pages@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.4.0.tgz"
- integrity sha512-h2+VN/0JjpR8fIkDEAoadNjfR3oLzB+v1qSXbIAKjQ46JAHx3X22n9nqS+BWSQnTnp1AjkjSvZyJMekmcwxzxg==
- dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/mdx-loader" "3.4.0"
- "@docusaurus/types" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+"@docusaurus/plugin-content-pages@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.5.2.tgz#2b59e43f5bc5b5176ff01835de706f1c65c2e68b"
+ integrity sha512-WzhHjNpoQAUz/ueO10cnundRz+VUtkjFhhaQ9jApyv1a46FPURO4cef89pyNIOMny1fjDz/NUN2z6Yi+5WUrCw==
+ dependencies:
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/mdx-loader" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
fs-extra "^11.1.1"
tslib "^2.6.0"
webpack "^5.88.1"
-"@docusaurus/plugin-debug@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/plugin-debug/-/plugin-debug-3.4.0.tgz"
- integrity sha512-uV7FDUNXGyDSD3PwUaf5YijX91T5/H9SX4ErEcshzwgzWwBtK37nUWPU3ZLJfeTavX3fycTOqk9TglpOLaWkCg==
+"@docusaurus/plugin-debug@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-3.5.2.tgz#c25ca6a59e62a17c797b367173fe80c06fdf2f65"
+ integrity sha512-kBK6GlN0itCkrmHuCS6aX1wmoWc5wpd5KJlqQ1FyrF0cLDnvsYSnh7+ftdwzt7G6lGBho8lrVwkkL9/iQvaSOA==
dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/types" "3.4.0"
- "@docusaurus/utils" "3.4.0"
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
fs-extra "^11.1.1"
react-json-view-lite "^1.2.0"
tslib "^2.6.0"
-"@docusaurus/plugin-google-analytics@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.4.0.tgz"
- integrity sha512-mCArluxEGi3cmYHqsgpGGt3IyLCrFBxPsxNZ56Mpur0xSlInnIHoeLDH7FvVVcPJRPSQ9/MfRqLsainRw+BojA==
+"@docusaurus/plugin-google-analytics@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.5.2.tgz#1143e78d1461d3c74a2746f036d25b18d4a2608d"
+ integrity sha512-rjEkJH/tJ8OXRE9bwhV2mb/WP93V441rD6XnM6MIluu7rk8qg38iSxS43ga2V2Q/2ib53PcqbDEJDG/yWQRJhQ==
dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/types" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
tslib "^2.6.0"
-"@docusaurus/plugin-google-gtag@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.4.0.tgz"
- integrity sha512-Dsgg6PLAqzZw5wZ4QjUYc8Z2KqJqXxHxq3vIoyoBWiLEEfigIs7wHR+oiWUQy3Zk9MIk6JTYj7tMoQU0Jm3nqA==
+"@docusaurus/plugin-google-gtag@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.5.2.tgz#60b5a9e1888c4fa16933f7c5cb5f2f2c31caad3a"
+ integrity sha512-lm8XL3xLkTPHFKKjLjEEAHUrW0SZBSHBE1I+i/tmYMBsjCcUB5UJ52geS5PSiOCFVR74tbPGcPHEV/gaaxFeSA==
dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/types" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
"@types/gtag.js" "^0.0.12"
tslib "^2.6.0"
-"@docusaurus/plugin-google-tag-manager@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.4.0.tgz"
- integrity sha512-O9tX1BTwxIhgXpOLpFDueYA9DWk69WCbDRrjYoMQtFHSkTyE7RhNgyjSPREUWJb9i+YUg3OrsvrBYRl64FCPCQ==
+"@docusaurus/plugin-google-tag-manager@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.5.2.tgz#7a37334d2e7f00914d61ad05bc09391c4db3bfda"
+ integrity sha512-QkpX68PMOMu10Mvgvr5CfZAzZQFx8WLlOiUQ/Qmmcl6mjGK6H21WLT5x7xDmcpCoKA/3CegsqIqBR+nA137lQg==
dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/types" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
tslib "^2.6.0"
-"@docusaurus/plugin-sitemap@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.4.0.tgz"
- integrity sha512-+0VDvx9SmNrFNgwPoeoCha+tRoAjopwT0+pYO1xAbyLcewXSemq+eLxEa46Q1/aoOaJQ0qqHELuQM7iS2gp33Q==
- dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/logger" "3.4.0"
- "@docusaurus/types" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-common" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+"@docusaurus/plugin-sitemap@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.5.2.tgz#9c940b27f3461c54d65295cf4c52cb20538bd360"
+ integrity sha512-DnlqYyRAdQ4NHY28TfHuVk414ft2uruP4QWCH//jzpHjqvKyXjj2fmDtI8RPUBh9K8iZKFMHRnLtzJKySPWvFA==
+ dependencies:
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/logger" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-common" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
fs-extra "^11.1.1"
sitemap "^7.1.1"
tslib "^2.6.0"
-"@docusaurus/preset-classic@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.4.0.tgz"
- integrity sha512-Ohj6KB7siKqZaQhNJVMBBUzT3Nnp6eTKqO+FXO3qu/n1hJl3YLwVKTWBg28LF7MWrKu46UuYavwMRxud0VyqHg==
- dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/plugin-content-blog" "3.4.0"
- "@docusaurus/plugin-content-docs" "3.4.0"
- "@docusaurus/plugin-content-pages" "3.4.0"
- "@docusaurus/plugin-debug" "3.4.0"
- "@docusaurus/plugin-google-analytics" "3.4.0"
- "@docusaurus/plugin-google-gtag" "3.4.0"
- "@docusaurus/plugin-google-tag-manager" "3.4.0"
- "@docusaurus/plugin-sitemap" "3.4.0"
- "@docusaurus/theme-classic" "3.4.0"
- "@docusaurus/theme-common" "3.4.0"
- "@docusaurus/theme-search-algolia" "3.4.0"
- "@docusaurus/types" "3.4.0"
-
-"@docusaurus/theme-classic@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/theme-classic/-/theme-classic-3.4.0.tgz"
- integrity sha512-0IPtmxsBYv2adr1GnZRdMkEQt1YW6tpzrUPj02YxNpvJ5+ju4E13J5tB4nfdaen/tfR1hmpSPlTFPvTf4kwy8Q==
- dependencies:
- "@docusaurus/core" "3.4.0"
- "@docusaurus/mdx-loader" "3.4.0"
- "@docusaurus/module-type-aliases" "3.4.0"
- "@docusaurus/plugin-content-blog" "3.4.0"
- "@docusaurus/plugin-content-docs" "3.4.0"
- "@docusaurus/plugin-content-pages" "3.4.0"
- "@docusaurus/theme-common" "3.4.0"
- "@docusaurus/theme-translations" "3.4.0"
- "@docusaurus/types" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-common" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+"@docusaurus/preset-classic@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-3.5.2.tgz#977f78510bbc556aa0539149eef960bb7ab52bd9"
+ integrity sha512-3ihfXQ95aOHiLB5uCu+9PRy2gZCeSZoDcqpnDvf3B+sTrMvMTr8qRUzBvWkoIqc82yG5prCboRjk1SVILKx6sg==
+ dependencies:
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/plugin-content-blog" "3.5.2"
+ "@docusaurus/plugin-content-docs" "3.5.2"
+ "@docusaurus/plugin-content-pages" "3.5.2"
+ "@docusaurus/plugin-debug" "3.5.2"
+ "@docusaurus/plugin-google-analytics" "3.5.2"
+ "@docusaurus/plugin-google-gtag" "3.5.2"
+ "@docusaurus/plugin-google-tag-manager" "3.5.2"
+ "@docusaurus/plugin-sitemap" "3.5.2"
+ "@docusaurus/theme-classic" "3.5.2"
+ "@docusaurus/theme-common" "3.5.2"
+ "@docusaurus/theme-search-algolia" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+
+"@docusaurus/theme-classic@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-3.5.2.tgz#602ddb63d987ab1f939e3760c67bc1880f01c000"
+ integrity sha512-XRpinSix3NBv95Rk7xeMF9k4safMkwnpSgThn0UNQNumKvmcIYjfkwfh2BhwYh/BxMXQHJ/PdmNh22TQFpIaYg==
+ dependencies:
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/mdx-loader" "3.5.2"
+ "@docusaurus/module-type-aliases" "3.5.2"
+ "@docusaurus/plugin-content-blog" "3.5.2"
+ "@docusaurus/plugin-content-docs" "3.5.2"
+ "@docusaurus/plugin-content-pages" "3.5.2"
+ "@docusaurus/theme-common" "3.5.2"
+ "@docusaurus/theme-translations" "3.5.2"
+ "@docusaurus/types" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-common" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
"@mdx-js/react" "^3.0.0"
clsx "^2.0.0"
copy-text-to-clipboard "^3.2.0"
- infima "0.2.0-alpha.43"
+ infima "0.2.0-alpha.44"
lodash "^4.17.21"
nprogress "^0.2.0"
postcss "^8.4.26"
@@ -1512,18 +1527,15 @@
tslib "^2.6.0"
utility-types "^3.10.0"
-"@docusaurus/theme-common@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/theme-common/-/theme-common-3.4.0.tgz"
- integrity sha512-0A27alXuv7ZdCg28oPE8nH/Iz73/IUejVaCazqu9elS4ypjiLhK3KfzdSQBnL/g7YfHSlymZKdiOHEo8fJ0qMA==
- dependencies:
- "@docusaurus/mdx-loader" "3.4.0"
- "@docusaurus/module-type-aliases" "3.4.0"
- "@docusaurus/plugin-content-blog" "3.4.0"
- "@docusaurus/plugin-content-docs" "3.4.0"
- "@docusaurus/plugin-content-pages" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-common" "3.4.0"
+"@docusaurus/theme-common@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-3.5.2.tgz#b507ab869a1fba0be9c3c9d74f2f3d74c3ac78b2"
+ integrity sha512-QXqlm9S6x9Ibwjs7I2yEDgsCocp708DrCrgHgKwg2n2AY0YQ6IjU0gAK35lHRLOvAoJUfCKpQAwUykB0R7+Eew==
+ dependencies:
+ "@docusaurus/mdx-loader" "3.5.2"
+ "@docusaurus/module-type-aliases" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-common" "3.5.2"
"@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router-config" "*"
@@ -1533,19 +1545,19 @@
tslib "^2.6.0"
utility-types "^3.10.0"
-"@docusaurus/theme-search-algolia@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.4.0.tgz"
- integrity sha512-aiHFx7OCw4Wck1z6IoShVdUWIjntC8FHCw9c5dR8r3q4Ynh+zkS8y2eFFunN/DL6RXPzpnvKCg3vhLQYJDmT9Q==
+"@docusaurus/theme-search-algolia@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.5.2.tgz#466c83ca7e8017d95ae6889ccddc5ef8bf6b61c6"
+ integrity sha512-qW53kp3VzMnEqZGjakaV90sst3iN1o32PH+nawv1uepROO8aEGxptcq2R5rsv7aBShSRbZwIobdvSYKsZ5pqvA==
dependencies:
"@docsearch/react" "^3.5.2"
- "@docusaurus/core" "3.4.0"
- "@docusaurus/logger" "3.4.0"
- "@docusaurus/plugin-content-docs" "3.4.0"
- "@docusaurus/theme-common" "3.4.0"
- "@docusaurus/theme-translations" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-validation" "3.4.0"
+ "@docusaurus/core" "3.5.2"
+ "@docusaurus/logger" "3.5.2"
+ "@docusaurus/plugin-content-docs" "3.5.2"
+ "@docusaurus/theme-common" "3.5.2"
+ "@docusaurus/theme-translations" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-validation" "3.5.2"
algoliasearch "^4.18.0"
algoliasearch-helper "^3.13.3"
clsx "^2.0.0"
@@ -1555,10 +1567,10 @@
tslib "^2.6.0"
utility-types "^3.10.0"
-"@docusaurus/theme-translations@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/theme-translations/-/theme-translations-3.4.0.tgz"
- integrity sha512-zSxCSpmQCCdQU5Q4CnX/ID8CSUUI3fvmq4hU/GNP/XoAWtXo9SAVnM3TzpU8Gb//H3WCsT8mJcTfyOk3d9ftNg==
+"@docusaurus/theme-translations@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-3.5.2.tgz#38f9ebf2a5d860397022206a05fef66c08863c89"
+ integrity sha512-GPZLcu4aT1EmqSTmbdpVrDENGR2yObFEX8ssEFYTCiAIVc0EihNSdOIBTazUvgNqwvnoU1A8vIs1xyzc3LITTw==
dependencies:
fs-extra "^11.1.1"
tslib "^2.6.0"
@@ -1583,34 +1595,49 @@
webpack "^5.88.1"
webpack-merge "^5.9.0"
-"@docusaurus/utils-common@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/utils-common/-/utils-common-3.4.0.tgz"
- integrity sha512-NVx54Wr4rCEKsjOH5QEVvxIqVvm+9kh7q8aYTU5WzUU9/Hctd6aTrcZ3G0Id4zYJ+AeaG5K5qHA4CY5Kcm2iyQ==
+"@docusaurus/types@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.5.2.tgz#058019dbeffbee2d412c3f72569e412a727f9608"
+ integrity sha512-N6GntLXoLVUwkZw7zCxwy9QiuEXIcTVzA9AkmNw16oc0AP3SXLrMmDMMBIfgqwuKWa6Ox6epHol9kMtJqekACw==
+ dependencies:
+ "@mdx-js/mdx" "^3.0.0"
+ "@types/history" "^4.7.11"
+ "@types/react" "*"
+ commander "^5.1.0"
+ joi "^17.9.2"
+ react-helmet-async "^1.3.0"
+ utility-types "^3.10.0"
+ webpack "^5.88.1"
+ webpack-merge "^5.9.0"
+
+"@docusaurus/utils-common@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.5.2.tgz#4d7f5e962fbca3e2239d80457aa0e4bd3d8f7e0a"
+ integrity sha512-i0AZjHiRgJU6d7faQngIhuHKNrszpL/SHQPgF1zH4H+Ij6E9NBYGy6pkcGWToIv7IVPbs+pQLh1P3whn0gWXVg==
dependencies:
tslib "^2.6.0"
-"@docusaurus/utils-validation@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/utils-validation/-/utils-validation-3.4.0.tgz"
- integrity sha512-hYQ9fM+AXYVTWxJOT1EuNaRnrR2WGpRdLDQG07O8UOpsvCPWUVOeo26Rbm0JWY2sGLfzAb+tvJ62yF+8F+TV0g==
+"@docusaurus/utils-validation@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.5.2.tgz#1b2b2f02082781cc8ce713d4c85e88d6d2fc4eb3"
+ integrity sha512-m+Foq7augzXqB6HufdS139PFxDC5d5q2QKZy8q0qYYvGdI6nnlNsGH4cIGsgBnV7smz+mopl3g4asbSDvMV0jA==
dependencies:
- "@docusaurus/logger" "3.4.0"
- "@docusaurus/utils" "3.4.0"
- "@docusaurus/utils-common" "3.4.0"
+ "@docusaurus/logger" "3.5.2"
+ "@docusaurus/utils" "3.5.2"
+ "@docusaurus/utils-common" "3.5.2"
fs-extra "^11.2.0"
joi "^17.9.2"
js-yaml "^4.1.0"
lodash "^4.17.21"
tslib "^2.6.0"
-"@docusaurus/utils@3.4.0":
- version "3.4.0"
- resolved "https://registry.npmjs.org/@docusaurus/utils/-/utils-3.4.0.tgz"
- integrity sha512-fRwnu3L3nnWaXOgs88BVBmG1yGjcQqZNHG+vInhEa2Sz2oQB+ZjbEMO5Rh9ePFpZ0YDiDUhpaVjwmS+AU2F14g==
+"@docusaurus/utils@3.5.2":
+ version "3.5.2"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.5.2.tgz#17763130215f18d7269025903588ef7fb373e2cb"
+ integrity sha512-33QvcNFh+Gv+C2dP9Y9xWEzMgf3JzrpL2nW9PopidiohS1nDcyknKRx2DWaFvyVTTYIkkABVSr073VTj/NITNA==
dependencies:
- "@docusaurus/logger" "3.4.0"
- "@docusaurus/utils-common" "3.4.0"
+ "@docusaurus/logger" "3.5.2"
+ "@docusaurus/utils-common" "3.5.2"
"@svgr/webpack" "^8.1.0"
escape-string-regexp "^4.0.0"
file-loader "^6.2.0"
@@ -3046,9 +3073,9 @@ cheerio-select@^2.1.0:
domhandler "^5.0.3"
domutils "^3.0.1"
-cheerio@^1.0.0-rc.12:
+cheerio@1.0.0-rc.12:
version "1.0.0-rc.12"
- resolved "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz"
+ resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==
dependencies:
cheerio-select "^2.1.0"
@@ -4834,10 +4861,10 @@ indent-string@^4.0.0:
resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz"
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
-infima@0.2.0-alpha.43:
- version "0.2.0-alpha.43"
- resolved "https://registry.npmjs.org/infima/-/infima-0.2.0-alpha.43.tgz"
- integrity sha512-2uw57LvUqW0rK/SWYnd/2rRfxNA5DDNOh33jxF7fy46VWoNhGxiUQyVZHbBMjQ33mQem0cjdDVwgWVAmlRfgyQ==
+infima@0.2.0-alpha.44:
+ version "0.2.0-alpha.44"
+ resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.44.tgz#9cd9446e473b44d49763f48efabe31f32440861d"
+ integrity sha512-tuRkUSO/lB3rEhLJk25atwAjgLuzq070+pOW8XcvpHky/YbENnRRdPd85IBkyeTgttmOy5ah+yHYsK1HhUd4lQ==
inflight@^1.0.4:
version "1.0.6"