diff --git a/.github/workflows/pull-docs-talawa.sh b/.github/workflows/pull-docs-talawa.sh index afb214c581f..dec3bf98bae 100644 --- a/.github/workflows/pull-docs-talawa.sh +++ b/.github/workflows/pull-docs-talawa.sh @@ -1,5 +1,16 @@ #!/bin/bash +############################################################################### +############################################################################### +############################################################################### +# +# Added because the script fails to create docusaurus compatible output +# +exit +############################################################################### +############################################################################### +############################################################################### + # Clone the Talawa repo git clone --depth=1 --branch develop https://github.com/PalisadoesFoundation/talawa.git diff --git a/docs/talawa-mobile-docs/firebase_options/DefaultFirebaseOptions-class.md b/docs/talawa-mobile-docs/firebase_options/DefaultFirebaseOptions-class.md deleted file mode 100644 index f8bb745e47f..00000000000 --- a/docs/talawa-mobile-docs/firebase_options/DefaultFirebaseOptions-class.md +++ /dev/null @@ -1,128 +0,0 @@ - - - -# DefaultFirebaseOptions class - - - - - - - - - -

Default FirebaseOptions for use with your Firebase apps.

-

Example:

-
import 'firebase_options.dart';
-// ...
-await Firebase.initializeApp(
-  options: DefaultFirebaseOptions.currentPlatform,
-);
-
- - - - -## Constructors - -[DefaultFirebaseOptions](../firebase_options/DefaultFirebaseOptions/DefaultFirebaseOptions.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 - -##### [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_ - - - - - - - -## Static Methods - -##### [android](../firebase_options/DefaultFirebaseOptions/android.md)([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> androidFirebaseOptions) [FirebaseOptions](https://pub.dev/documentation/firebase_core_platform_interface/4.8.0/firebase_core_platform_interface/FirebaseOptions-class.html) - - - -Scaffolds androidFirebaseOptions around FirebaseOptions. - - - - -##### [currentPlatform](../firebase_options/DefaultFirebaseOptions/currentPlatform.md)([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> androidFirebaseOptions, [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> iosFirebaseOptions) [FirebaseOptions](https://pub.dev/documentation/firebase_core_platform_interface/4.8.0/firebase_core_platform_interface/FirebaseOptions-class.html) - - - -Builds and returns FirebaseOptions based on the current platform. - - - - -##### [ios](../firebase_options/DefaultFirebaseOptions/ios.md)([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> iosFirebaseOptions) [FirebaseOptions](https://pub.dev/documentation/firebase_core_platform_interface/4.8.0/firebase_core_platform_interface/FirebaseOptions-class.html) - - - -Scaffolds iosFirebaseOptions around FirebaseOptions. - - - - - - - - - - - - diff --git a/docs/talawa-mobile-docs/index.md b/docs/talawa-mobile-docs/index.md deleted file mode 100644 index a21691b89af..00000000000 --- a/docs/talawa-mobile-docs/index.md +++ /dev/null @@ -1,654 +0,0 @@ - - - -# talawa - Dart API docs - - -

Talawa

-

💬 Join the community on Slack

-

talawa-logo-lite-200x200

-

License: GPL v3 -GitHub stars -GitHub forks -codecov

-

Talawa is a comprehensive platform that aims to revolutionize the way organizations manage and interact with their data and content. Talawa empowers administrators to access and manage content with ease through the Talawa Admin interface, ensuring that information remains up-to-date and accessible to the platform's members.

-

With the Talawa API facilitating smooth communication between all parts of the platform, Talawa offers a cohesive and exceptional user experience for both administrators and members, making it a powerful tool for data management and content delivery seamlessly. Talawa is a modular open source project to manage group activities of both non-profit organizations and businesses.

-

Core features include:

-
    -
  1. Membership management
  2. -
  3. Groups management
  4. -
  5. Event registrations
  6. -
  7. Recurring meetings
  8. -
  9. Facilities registrations
  10. -
-

talawa is based on the original quito code created by the Palisadoes Foundation as part of its annual Calico Challenge program. Calico provides paid summer internships for Jamaican university students to work on selected open source projects. They are mentored by software professionals and receive stipends based on the completion of predefined milestones. Calico was started in 2015. Visit The Palisadoes Foundation's website for more details on its origin and activities.

-

Talawa Components

-

talawa has these major software components:

-
    -
  1. talawa: A mobile application with social media features
  2. -
  3. talawa-api: An API providing access to user data and features
  4. -
  5. talawa-admin: A web based administrative portal
  6. -
  7. talawa-docs: The online documentation website
  8. -
-

Documentation

-

Get familiar with talawa:

-
    -
  1. Read our Talawa Mobile App installation guide to get setup quickly.
  2. -
  3. The complete talawa documentation set can be found here.
  4. -
  5. Want to contribute? Look at CONTRIBUTING.md to get started.
  6. -
  7. Visit the Talawa GitHub to see the code.
  8. -
- - -## Libraries - -##### [access_request_screen](views_after_auth_screens_join_org_after_auth_access_request_screen/views_after_auth_screens_join_org_after_auth_access_request_screen-library.md) - - - -##### [access_request_view_model](view_model_access_request_view_model/view_model_access_request_view_model-library.md) - - - -##### [add_members_bottom_sheet](widgets_add_members_bottom_sheet/widgets_add_members_bottom_sheet-library.md) - - - -##### [add_post_page](views_after_auth_screens_add_post_page/views_after_auth_screens_add_post_page-library.md) - - - -##### [add_post_view_model](view_model_after_auth_view_models_add_post_view_models_add_post_view_model/view_model_after_auth_view_models_add_post_view_models_add_post_view_model-library.md) - - - -##### [app_localization](utils_app_localization/utils_app_localization-library.md) - - - -##### [app_settings_page](views_after_auth_screens_app_settings_app_settings_page/views_after_auth_screens_app_settings_app_settings_page-library.md) - - - -##### [apptheme](apptheme/apptheme-library.md) - - - -##### [base_view](views_base_view/views_base_view-library.md) - - - -##### [base_view_model](view_model_base_view_model/view_model_base_view_model-library.md) - - - -##### [change_password](views_pre_auth_screens_change_password/views_pre_auth_screens_change_password-library.md) - - - -##### [chat_input_field](views_after_auth_screens_chat_widgets_chat_input_field/views_after_auth_screens_chat_widgets_chat_input_field-library.md) - - - -##### [chat_list_screen](views_after_auth_screens_chat_chat_list_screen/views_after_auth_screens_chat_chat_list_screen-library.md) - - - -##### [chat_list_tile_data_model](models_chats_chat_list_tile_data_model/models_chats_chat_list_tile_data_model-library.md) - - - -##### [chat_message](models_chats_chat_message/models_chats_chat_message-library.md) - - - -##### [chat_message_bubble](views_after_auth_screens_chat_widgets_chat_message_bubble/views_after_auth_screens_chat_widgets_chat_message_bubble-library.md) - - - -##### [chat_message_screen](views_after_auth_screens_chat_chat_message_screen/views_after_auth_screens_chat_chat_message_screen-library.md) - - - -##### [chat_queries](utils_chat_queries/utils_chat_queries-library.md) - - - -##### [chat_service](services_chat_service/services_chat_service-library.md) - - - -##### [chat_user](models_chats_chat_user/models_chats_chat_user-library.md) - - - -##### [comment_model](models_comment_comment_model/models_comment_comment_model-library.md) - - - -##### [comment_queries](utils_comment_queries/utils_comment_queries-library.md) - - - -##### [comment_service](services_comment_service/services_comment_service-library.md) - - - -##### [comments_view_model](view_model_widgets_view_models_comments_view_model/view_model_widgets_view_models_comments_view_model-library.md) - - - -##### [constants](constants_constants/constants_constants-library.md) - - - -##### [create_event_form](views_after_auth_screens_events_create_event_form/views_after_auth_screens_events_create_event_form-library.md) - - - -##### [create_event_page](views_after_auth_screens_events_create_event_page/views_after_auth_screens_events_create_event_page-library.md) - - - -##### [create_event_view_model](view_model_after_auth_view_models_event_view_models_create_event_view_model/view_model_after_auth_view_models_event_view_models_create_event_view_model-library.md) - - - -##### [create_task_page](views_after_auth_screens_tasks_create_task_page/views_after_auth_screens_tasks_create_task_page-library.md) - - - -##### [create_task_view_model](view_model_after_auth_view_models_task_view_models_create_task_view_model/view_model_after_auth_view_models_task_view_models_create_task_view_model-library.md) - - - -##### [custom_alert_dialog](widgets_custom_alert_dialog/widgets_custom_alert_dialog-library.md) - - - -##### [custom_avatar](widgets_custom_avatar/widgets_custom_avatar-library.md) - - - -##### [custom_drawer](widgets_custom_drawer/widgets_custom_drawer-library.md) - - - -##### [custom_drawer_view_model](view_model_widgets_view_models_custom_drawer_view_model/view_model_widgets_view_models_custom_drawer_view_model-library.md) - - - -##### [custom_list_tile](widgets_custom_list_tile/widgets_custom_list_tile-library.md) - - - -##### [custom_progress_dialog](widgets_custom_progress_dialog/widgets_custom_progress_dialog-library.md) - - - -##### [custom_theme](constants_custom_theme/constants_custom_theme-library.md) - - - -##### [database_mutation_functions](services_database_mutation_functions/services_database_mutation_functions-library.md) - - - -##### [date_time_picker](widgets_date_time_picker/widgets_date_time_picker-library.md) - - - -##### [direct_chat_demo_data](demo_server_data_direct_chat_demo_data/demo_server_data_direct_chat_demo_data-library.md) - - - -##### [direct_chat_view_model](view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/view_model_after_auth_view_models_chat_view_models_direct_chat_view_model-library.md) - - - -##### [direct_chats](views_after_auth_screens_chat_direct_chats/views_after_auth_screens_chat_direct_chats-library.md) - - - -##### [edit_event_page](views_after_auth_screens_events_edit_event_page/views_after_auth_screens_events_edit_event_page-library.md) - - - -##### [edit_event_view_model](view_model_after_auth_view_models_event_view_models_edit_event_view_model/view_model_after_auth_view_models_event_view_models_edit_event_view_model-library.md) - - - -##### [edit_events_form](views_after_auth_screens_events_edit_events_form/views_after_auth_screens_events_edit_events_form-library.md) - - - -##### [edit_profile_page](views_after_auth_screens_profile_edit_profile_page/views_after_auth_screens_profile_edit_profile_page-library.md) - - - -##### [edit_profile_view_model](view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/view_model_after_auth_view_models_profile_view_models_edit_profile_view_model-library.md) - - - -##### [edit_task_page](views_after_auth_screens_tasks_edit_task_page/views_after_auth_screens_tasks_edit_task_page-library.md) - - - -##### [enums](enums_enums/enums_enums-library.md) - - - -##### [event_calendar](views_after_auth_screens_events_event_calendar/views_after_auth_screens_events_event_calendar-library.md) - - - -##### [event_card](widgets_event_card/widgets_event_card-library.md) - - - -##### [event_card_view_model](view_model_widgets_view_models_event_card_view_model/view_model_widgets_view_models_event_card_view_model-library.md) - - - -##### [event_chats](views_after_auth_screens_chat_event_chats/views_after_auth_screens_chat_event_chats-library.md) - - - -##### [event_date_time_tile](widgets_event_date_time_tile/widgets_event_date_time_tile-library.md) - - - -##### [event_info_body](views_after_auth_screens_events_event_info_body/views_after_auth_screens_events_event_info_body-library.md) - - - -##### [event_info_page](views_after_auth_screens_events_event_info_page/views_after_auth_screens_events_event_info_page-library.md) - - - -##### [event_info_view_model](view_model_after_auth_view_models_event_view_models_event_info_view_model/view_model_after_auth_view_models_event_view_models_event_info_view_model-library.md) - - - -##### [event_model](models_events_event_model/models_events_event_model-library.md) - - - -##### [event_queries](utils_event_queries/utils_event_queries-library.md) - - - -##### [event_search_delegate](widgets_event_search_delegate/widgets_event_search_delegate-library.md) - - - -##### [event_service](services_event_service/services_event_service-library.md) - - - -##### [event_tasks_page](views_after_auth_screens_tasks_event_tasks_page/views_after_auth_screens_tasks_event_tasks_page-library.md) - - - -##### [events_demo_data](demo_server_data_events_demo_data/demo_server_data_events_demo_data-library.md) - - - -##### [explore_event_dialogue](views_after_auth_screens_events_explore_event_dialogue/views_after_auth_screens_events_explore_event_dialogue-library.md) - - - -##### [explore_events](views_after_auth_screens_events_explore_events/views_after_auth_screens_events_explore_events-library.md) - - - -##### [explore_events_view_model](view_model_after_auth_view_models_event_view_models_explore_events_view_model/view_model_after_auth_view_models_event_view_models_explore_events_view_model-library.md) - - - -##### [explore_tasks_view_model](view_model_after_auth_view_models_task_view_models_explore_tasks_view_model/view_model_after_auth_view_models_task_view_models_explore_tasks_view_model-library.md) - - - -##### [fetch_plugin_list](plugins_fetch_plugin_list/plugins_fetch_plugin_list-library.md) - - - -##### [firebase_options](firebase_options/firebase_options-library.md) - - - -##### [from_palisadoes](widgets_from_palisadoes/widgets_from_palisadoes-library.md) - - - -##### [generated_plugin_registrant](generated_plugin_registrant/generated_plugin_registrant-library.md) - - - -##### [graphql_config](services_graphql_config/services_graphql_config-library.md) - - - -##### [individual_post](views_after_auth_screens_feed_individual_post/views_after_auth_screens_feed_individual_post-library.md) - - - -##### [invite_child](widgets_invite_child/widgets_invite_child-library.md) - - - -##### [join_organisation_after_auth](views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/views_after_auth_screens_join_org_after_auth_join_organisation_after_auth-library.md) - - - -##### [lang_switch](widgets_lang_switch/widgets_lang_switch-library.md) - - - -##### [lang_view_model](view_model_lang_view_model/view_model_lang_view_model-library.md) - - - -##### [language_icon](custom_painters_language_icon/custom_painters_language_icon-library.md) - - - -##### [language_model](models_language_language_model/models_language_language_model-library.md) - - - -##### [like_button_view_model](view_model_widgets_view_models_like_button_view_model/view_model_widgets_view_models_like_button_view_model-library.md) - - - -##### [locator](locator/locator-library.md) - - - -##### [login](views_pre_auth_screens_login/views_pre_auth_screens_login-library.md) - - - -##### [login_view_model](view_model_pre_auth_view_models_login_view_model/view_model_pre_auth_view_models_login_view_model-library.md) - - - -##### [main](main/main-library.md) - - - -##### [main_screen](views_main_screen/views_main_screen-library.md) - - - -##### [main_screen_view_model](view_model_main_screen_view_model/view_model_main_screen_view_model-library.md) - - - -##### [mainscreen_navigation_args](models_mainscreen_navigation_args/models_mainscreen_navigation_args-library.md) - - - -##### [map_screen](views_after_auth_screens_venue_map_screen/views_after_auth_screens_venue_map_screen-library.md) - - - -##### [member_name_tile](widgets_member_name_tile/widgets_member_name_tile-library.md) - - - -##### [multi_media_pick_service](services_third_party_service_multi_media_pick_service/services_third_party_service_multi_media_pick_service-library.md) - - - -##### [navigation_service](services_navigation_service/services_navigation_service-library.md) - - - -##### [options](models_options_options/models_options_options-library.md) - - - -##### [org_info](models_organization_org_info/models_organization_org_info-library.md) - - - -##### [org_service](services_org_service/services_org_service-library.md) - - - -##### [organization_feed](views_after_auth_screens_feed_organization_feed/views_after_auth_screens_feed_organization_feed-library.md) - - - -##### [organization_feed_view_model](view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/view_model_after_auth_view_models_feed_view_models_organization_feed_view_model-library.md) - - - -##### [organization_list](widgets_organization_list/widgets_organization_list-library.md) - - - -##### [organization_search_list](widgets_organization_search_list/widgets_organization_search_list-library.md) - - - -##### [pinned_carousel_widget](widgets_pinned_carousel_widget/widgets_pinned_carousel_widget-library.md) - - - -##### [pinned_post_demo_data](demo_server_data_pinned_post_demo_data/demo_server_data_pinned_post_demo_data-library.md) - - - -##### [pinned_post_page](views_after_auth_screens_feed_pinned_post_page/views_after_auth_screens_feed_pinned_post_page-library.md) - - - -##### [post_demo_data](demo_server_data_post_demo_data/demo_server_data_post_demo_data-library.md) - - - -##### [post_detailed_page](widgets_post_detailed_page/widgets_post_detailed_page-library.md) - - - -##### [post_list_widget](widgets_post_list_widget/widgets_post_list_widget-library.md) - - - -##### [post_model](models_post_post_model/models_post_post_model-library.md) - - - -##### [post_queries](utils_post_queries/utils_post_queries-library.md) - - - -##### [post_service](services_post_service/services_post_service-library.md) - - - -##### [post_widget](widgets_post_widget/widgets_post_widget-library.md) - - - -##### [profile_page](views_after_auth_screens_profile_profile_page/views_after_auth_screens_profile_profile_page-library.md) - - - -##### [profile_page_view_model](view_model_after_auth_view_models_profile_view_models_profile_page_view_model/view_model_after_auth_view_models_profile_view_models_profile_page_view_model-library.md) - - - -##### [progress_dialog_view_model](view_model_widgets_view_models_progress_dialog_view_model/view_model_widgets_view_models_progress_dialog_view_model-library.md) - - - -##### [queries](utils_queries/utils_queries-library.md) - - - -##### [quick_actions](constants_quick_actions/constants_quick_actions-library.md) - - - -##### [raised_round_edge_button](widgets_raised_round_edge_button/widgets_raised_round_edge_button-library.md) - - - -##### [recover](views_pre_auth_screens_recover/views_pre_auth_screens_recover-library.md) - - - -##### [rich_text](widgets_rich_text/widgets_rich_text-library.md) - - - -##### [router](router/router-library.md) - - - -##### [routing_constants](constants_routing_constants/constants_routing_constants-library.md) - - - -##### [select_contact](views_after_auth_screens_chat_select_contact/views_after_auth_screens_chat_select_contact-library.md) - - - -##### [select_contact_view_model](view_model_after_auth_view_models_chat_view_models_select_contact_view_model/view_model_after_auth_view_models_chat_view_models_select_contact_view_model-library.md) - - - -##### [select_language](views_pre_auth_screens_select_language/views_pre_auth_screens_select_language-library.md) - - - -##### [select_organization](views_pre_auth_screens_select_organization/views_pre_auth_screens_select_organization-library.md) - - - -##### [select_organization_view_model](view_model_pre_auth_view_models_select_organization_view_model/view_model_pre_auth_view_models_select_organization_view_model-library.md) - - - -##### [set_url](views_pre_auth_screens_set_url/views_pre_auth_screens_set_url-library.md) - - - -##### [set_url_view_model](view_model_pre_auth_view_models_set_url_view_model/view_model_pre_auth_view_models_set_url_view_model-library.md) - - - -##### [signup_details](views_pre_auth_screens_signup_details/views_pre_auth_screens_signup_details-library.md) - - - -##### [signup_details_view_model](view_model_pre_auth_view_models_signup_details_view_model/view_model_pre_auth_view_models_signup_details_view_model-library.md) - - - -##### [signup_progress_indicator](widgets_signup_progress_indicator/widgets_signup_progress_indicator-library.md) - - - -##### [size_config](services_size_config/services_size_config-library.md) - - - -##### [splash_screen](splash_screen/splash_screen-library.md) - - - -##### [talawa_error_dialog](widgets_talawa_error_dialog/widgets_talawa_error_dialog-library.md) - - - -##### [talawa_error_snackbar](widgets_talawa_error_snackbar/widgets_talawa_error_snackbar-library.md) - - - -##### [talawa_logo](custom_painters_talawa_logo/custom_painters_talawa_logo-library.md) - - - -##### [talawa_plugin_provider](plugins_talawa_plugin_provider/plugins_talawa_plugin_provider-library.md) - - - -##### [task_form](widgets_task_form/widgets_task_form-library.md) - - - -##### [task_model](models_task_task_model/models_task_task_model-library.md) - - - -##### [task_queries](utils_task_queries/utils_task_queries-library.md) - - - -##### [task_schedule](widgets_task_schedule/widgets_task_schedule-library.md) - - - -##### [task_service](services_task_service/services_task_service-library.md) - - - -##### [telegram_logo](custom_painters_telegram_logo/custom_painters_telegram_logo-library.md) - - - -##### [theme_switch](widgets_theme_switch/widgets_theme_switch-library.md) - - - -##### [theme_view_model](view_model_theme_view_model/view_model_theme_view_model-library.md) - - - -##### [timeout](constants_timeout/constants_timeout-library.md) - - - -##### [user_config](services_user_config/services_user_config-library.md) - - - -##### [user_info](models_user_user_info/models_user_user_info-library.md) - - - -##### [user_tasks_page](views_after_auth_screens_tasks_user_tasks_page/views_after_auth_screens_tasks_user_tasks_page-library.md) - - - -##### [validators](utils_validators/utils_validators-library.md) - - - -##### [video_widget](widgets_video_widget/widgets_video_widget-library.md) - - - -##### [waiting_to_join_private_org](views_pre_auth_screens_waiting_to_join_private_org/views_pre_auth_screens_waiting_to_join_private_org-library.md) - - - -##### [waiting_view_model](view_model_pre_auth_view_models_waiting_view_model/view_model_pre_auth_view_models_waiting_view_model-library.md) - - - -##### [whatsapp_logo](custom_painters_whatsapp_logo/custom_painters_whatsapp_logo-library.md) - - - - - - - - - diff --git a/docs/talawa-mobile-docs/main/DemoPageView-class.md b/docs/talawa-mobile-docs/main/DemoPageView-class.md deleted file mode 100644 index 08b2e0d15a7..00000000000 --- a/docs/talawa-mobile-docs/main/DemoPageView-class.md +++ /dev/null @@ -1,190 +0,0 @@ - - - -# DemoPageView class - - - - - - - - - -

PageView is a scrollable list that works page by page.

-

DemoPageView is demo PageView of Talawa Mobile 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) -- DemoPageView - - - - - - - - -## Constructors - -[DemoPageView](../main/DemoPageView/DemoPageView.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](../main/DemoPageView/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/main/DemoPageView/DemoPageView.md b/docs/talawa-mobile-docs/main/DemoPageView/DemoPageView.md deleted file mode 100644 index dbddcb13aea..00000000000 --- a/docs/talawa-mobile-docs/main/DemoPageView/DemoPageView.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# DemoPageView constructor - - - - - - -const -DemoPageView({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key}) - - - - - -## Implementation - -```dart -const DemoPageView({required Key key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/main/MyApp-class.md b/docs/talawa-mobile-docs/main/MyApp-class.md deleted file mode 100644 index c76b3c6a3b6..00000000000 --- a/docs/talawa-mobile-docs/main/MyApp-class.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# MyApp class - - - - - - - - - -

Main widget that sets up the quick actions, internationalization, routing , notifications.

- - - -**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) -- MyApp - - - - - - - - -## Constructors - -[MyApp](../main/MyApp/MyApp.md) () - - - - -## 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](../main/MyApp/createState.md)() _MyAppState - - - -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/main/MyApp/createState.md b/docs/talawa-mobile-docs/main/MyApp/createState.md deleted file mode 100644 index b001fadad16..00000000000 --- a/docs/talawa-mobile-docs/main/MyApp/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_MyAppState 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 -_MyAppState createState() => _MyAppState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_chats_chat_user/ChatUser-class.md b/docs/talawa-mobile-docs/models_chats_chat_user/ChatUser-class.md deleted file mode 100644 index 18020e727c3..00000000000 --- a/docs/talawa-mobile-docs/models_chats_chat_user/ChatUser-class.md +++ /dev/null @@ -1,142 +0,0 @@ - - - -# ChatUser class - - - - - - - - - -

This class creates JSON code for chat user using the JsonSerializable package.

- - - - - - - - - -**Annotations** - -- @[JsonSerializable](https://pub.dev/documentation/json_annotation/4.8.1/json_annotation/JsonSerializable-class.html)() - - -## Constructors - -[ChatUser](../models_chats_chat_user/ChatUser/ChatUser.md) ({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? firstName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? id, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? image}) - - - -[ChatUser.fromJson](../models_chats_chat_user/ChatUser/ChatUser.fromJson.md) ([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json) - - _factory_ - - -## Properties - -##### [firstName](../models_chats_chat_user/ChatUser/firstName.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_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_ - - - -##### [id](../models_chats_chat_user/ChatUser/id.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [image](../models_chats_chat_user/ChatUser/image.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-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_ - - - - - -## Methods - -##### [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_ - - - -##### [toJson](../models_chats_chat_user/ChatUser/toJson.md)() [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> - - - - - - - - -##### [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/models_chats_chat_user/ChatUser/ChatUser.md b/docs/talawa-mobile-docs/models_chats_chat_user/ChatUser/ChatUser.md deleted file mode 100644 index 5b6db09b4ff..00000000000 --- a/docs/talawa-mobile-docs/models_chats_chat_user/ChatUser/ChatUser.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# ChatUser constructor - - - - - - - -ChatUser({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? firstName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? id, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? image}) - - - - - -## Implementation - -```dart -ChatUser({this.firstName, this.id, this.image}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_comment_comment_model/Comment-class.md b/docs/talawa-mobile-docs/models_comment_comment_model/Comment-class.md deleted file mode 100644 index e00460d307f..00000000000 --- a/docs/talawa-mobile-docs/models_comment_comment_model/Comment-class.md +++ /dev/null @@ -1,141 +0,0 @@ - - - -# Comment class - - - - - - - - - -

This class returns a Comment instance.

- - - - -## Constructors - -[Comment](../models_comment_comment_model/Comment/Comment.md) ({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? text, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? createdAt, [User](../models_user_user_info/User-class.md)? creator, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? post, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? likeCount}) - - - -[Comment.fromJson](../models_comment_comment_model/Comment/Comment.fromJson.md) ([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json) - - _factory_ - - -## Properties - -##### [createdAt](../models_comment_comment_model/Comment/createdAt.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [creator](../models_comment_comment_model/Comment/creator.md) ↔ [User](../models_user_user_info/User-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_ - - - -##### [likeCount](../models_comment_comment_model/Comment/likeCount.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [post](../models_comment_comment_model/Comment/post.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-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_ - - - -##### [text](../models_comment_comment_model/Comment/text.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - - - -## Methods - -##### [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/models_comment_comment_model/Comment/Comment.md b/docs/talawa-mobile-docs/models_comment_comment_model/Comment/Comment.md deleted file mode 100644 index 120962bcc88..00000000000 --- a/docs/talawa-mobile-docs/models_comment_comment_model/Comment/Comment.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# Comment constructor - - - - - - - -Comment({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? text, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? createdAt, [User](../../models_user_user_info/User-class.md)? creator, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? post, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? likeCount}) - - - - - -## Implementation - -```dart -Comment({this.text, this.createdAt, this.creator, this.post, this.likeCount}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_events_event_model/Event-class.md b/docs/talawa-mobile-docs/models_events_event_model/Event-class.md deleted file mode 100644 index 0ab22c2ff64..00000000000 --- a/docs/talawa-mobile-docs/models_events_event_model/Event-class.md +++ /dev/null @@ -1,285 +0,0 @@ - - - -# Event class - - - - - - - - - -

This class creates an event model and returns an Event instance.

- - - - -## Constructors - -[Event](../models_events_event_model/Event/Event.md) ({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? id, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? title, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? description, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? attendees, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? location, [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? latitude, [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? longitude, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? recurring, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? allDay, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? startDate, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? endDate, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? startTime, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? endTime, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? recurrence, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isPublic, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isRegistered, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isRegisterable, [User](../models_user_user_info/User-class.md)? creator, [OrgInfo](../models_organization_org_info/OrgInfo-class.md)? organization, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)>? admins, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)>? registrants}) - - - -[Event.fromJson](../models_events_event_model/Event/Event.fromJson.md) ([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json) - - _factory_ - - -## Properties - -##### [admins](../models_events_event_model/Event/admins.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)>? - - - - -_read / write_ - - - -##### [allDay](../models_events_event_model/Event/allDay.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - - -_read / write_ - - - -##### [attendees](../models_events_event_model/Event/attendees.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [creator](../models_events_event_model/Event/creator.md) ↔ [User](../models_user_user_info/User-class.md)? - - - - -_read / write_ - - - -##### [description](../models_events_event_model/Event/description.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [endDate](../models_events_event_model/Event/endDate.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [endTime](../models_events_event_model/Event/endTime.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_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_ - - - -##### [id](../models_events_event_model/Event/id.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [isPublic](../models_events_event_model/Event/isPublic.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - - -_read / write_ - - - -##### [isRegisterable](../models_events_event_model/Event/isRegisterable.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - - -_read / write_ - - - -##### [isRegistered](../models_events_event_model/Event/isRegistered.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - - -_read / write_ - - - -##### [latitude](../models_events_event_model/Event/latitude.md) ↔ [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? - - - - -_read / write_ - - - -##### [location](../models_events_event_model/Event/location.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [longitude](../models_events_event_model/Event/longitude.md) ↔ [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? - - - - -_read / write_ - - - -##### [organization](../models_events_event_model/Event/organization.md) ↔ [OrgInfo](../models_organization_org_info/OrgInfo-class.md)? - - - - -_read / write_ - - - -##### [recurrence](../models_events_event_model/Event/recurrence.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [recurring](../models_events_event_model/Event/recurring.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - - -_read / write_ - - - -##### [registrants](../models_events_event_model/Event/registrants.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)>? - - - - -_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_ - - - -##### [startDate](../models_events_event_model/Event/startDate.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [startTime](../models_events_event_model/Event/startTime.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [title](../models_events_event_model/Event/title.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - - - -## Methods - -##### [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/models_events_event_model/Event/Event.md b/docs/talawa-mobile-docs/models_events_event_model/Event/Event.md deleted file mode 100644 index 399d73b8993..00000000000 --- a/docs/talawa-mobile-docs/models_events_event_model/Event/Event.md +++ /dev/null @@ -1,51 +0,0 @@ - - - -# Event constructor - - - - - - - -Event({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? id, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? title, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? description, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? attendees, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? location, [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? latitude, [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? longitude, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? recurring, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? allDay, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? startDate, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? endDate, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? startTime, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? endTime, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? recurrence, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isPublic, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isRegistered, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isRegisterable, [User](../../models_user_user_info/User-class.md)? creator, [OrgInfo](../../models_organization_org_info/OrgInfo-class.md)? organization, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../../models_user_user_info/User-class.md)>? admins, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../../models_user_user_info/User-class.md)>? registrants}) - - - - - -## Implementation - -```dart -Event({ - this.id, - this.title, - this.description, - this.attendees, - this.location, - this.latitude, - this.longitude, - this.recurring, - this.allDay, - this.startDate, - this.endDate, - this.startTime, - this.endTime, - this.recurrence, - this.isPublic, - this.isRegistered, - this.isRegisterable, - this.creator, - this.organization, - this.admins, - this.registrants, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_language_language_model/Language-class.md b/docs/talawa-mobile-docs/models_language_language_model/Language-class.md deleted file mode 100644 index b17705b6bb7..00000000000 --- a/docs/talawa-mobile-docs/models_language_language_model/Language-class.md +++ /dev/null @@ -1,128 +0,0 @@ - - - -# Language class - - - - - - - - - -

This class creates an langauge model.

- - - - -## Constructors - -[Language](../models_language_language_model/Language/Language.md) ({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) countryCode, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) langCode, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) langName, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) langSample}) - - - - -## Properties - -##### [countryCode](../models_language_language_model/Language/countryCode.md) → [String](https://api.flutter.dev/flutter/dart-core/String-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_ - - - -##### [langCode](../models_language_language_model/Language/langCode.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_final_ - - - -##### [langName](../models_language_language_model/Language/langName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_final_ - - - -##### [langSample](../models_language_language_model/Language/langSample.md) → [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 - -##### [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/models_language_language_model/Language/Language.md b/docs/talawa-mobile-docs/models_language_language_model/Language/Language.md deleted file mode 100644 index 04c52d10b25..00000000000 --- a/docs/talawa-mobile-docs/models_language_language_model/Language/Language.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# Language constructor - - - - - - - -Language({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) countryCode, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) langCode, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) langName, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) langSample}) - - - - - -## Implementation - -```dart -Language({ - required this.countryCode, - required this.langCode, - required this.langName, - required this.langSample, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_mainscreen_navigation_args/MainScreenArgs-class.md b/docs/talawa-mobile-docs/models_mainscreen_navigation_args/MainScreenArgs-class.md deleted file mode 100644 index f6a0d3d7423..00000000000 --- a/docs/talawa-mobile-docs/models_mainscreen_navigation_args/MainScreenArgs-class.md +++ /dev/null @@ -1,109 +0,0 @@ - - - -# MainScreenArgs class - - - - - - - - - - - - - -## Constructors - -[MainScreenArgs](../models_mainscreen_navigation_args/MainScreenArgs/MainScreenArgs.md) ({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) fromSignUp = false, required [int](https://api.flutter.dev/flutter/dart-core/int-class.html) mainScreenIndex}) - - - - -## Properties - -##### [fromSignUp](../models_mainscreen_navigation_args/MainScreenArgs/fromSignUp.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-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_ - - - -##### [mainScreenIndex](../models_mainscreen_navigation_args/MainScreenArgs/mainScreenIndex.md) → [int](https://api.flutter.dev/flutter/dart-core/int-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 - -##### [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/models_mainscreen_navigation_args/MainScreenArgs/MainScreenArgs.md b/docs/talawa-mobile-docs/models_mainscreen_navigation_args/MainScreenArgs/MainScreenArgs.md deleted file mode 100644 index 7e83ed6f2f5..00000000000 --- a/docs/talawa-mobile-docs/models_mainscreen_navigation_args/MainScreenArgs/MainScreenArgs.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# MainScreenArgs constructor - - - - - - - -MainScreenArgs({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) fromSignUp = false, required [int](https://api.flutter.dev/flutter/dart-core/int-class.html) mainScreenIndex}) - - - - - -## Implementation - -```dart -MainScreenArgs({this.fromSignUp = false, required this.mainScreenIndex}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_options_options/Options-class.md b/docs/talawa-mobile-docs/models_options_options/Options-class.md deleted file mode 100644 index f5c9eabca0e..00000000000 --- a/docs/talawa-mobile-docs/models_options_options/Options-class.md +++ /dev/null @@ -1,128 +0,0 @@ - - - -# Options class - - - - - - - - - -

This class creates a Option model.

- - - - -## Constructors - -[Options](../models_options_options/Options/Options.md) ({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) icon, 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) subtitle, [IconButton](https://api.flutter.dev/flutter/material/IconButton-class.html)? trailingIconButton}) - - - - -## 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_ - - - -##### [icon](../models_options_options/Options/icon.md) ↔ [Widget](https://api.flutter.dev/flutter/widgets/Widget-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_ - - - -##### [subtitle](../models_options_options/Options/subtitle.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / write_ - - - -##### [title](../models_options_options/Options/title.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read / write_ - - - -##### [trailingIconButton](../models_options_options/Options/trailingIconButton.md) ↔ [IconButton](https://api.flutter.dev/flutter/material/IconButton-class.html)? - - - - -_read / write_ - - - - - -## Methods - -##### [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/models_options_options/Options/Options.md b/docs/talawa-mobile-docs/models_options_options/Options/Options.md deleted file mode 100644 index ec36ee551fa..00000000000 --- a/docs/talawa-mobile-docs/models_options_options/Options/Options.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# Options constructor - - - - - - - -Options({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) icon, 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) subtitle, [IconButton](https://api.flutter.dev/flutter/material/IconButton-class.html)? trailingIconButton}) - - - - - -## Implementation - -```dart -Options({ - required this.icon, - required this.title, - required this.subtitle, - this.trailingIconButton, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_organization_org_info/OrgInfo-class.md b/docs/talawa-mobile-docs/models_organization_org_info/OrgInfo-class.md deleted file mode 100644 index 2be8742b9f3..00000000000 --- a/docs/talawa-mobile-docs/models_organization_org_info/OrgInfo-class.md +++ /dev/null @@ -1,187 +0,0 @@ - - - -# OrgInfo class - - - - - - - - - -

This class creates an organization-information model and returns an OrgInfo instance.

- - - - - - - - - -**Annotations** - -- @[HiveType](https://pub.dev/documentation/hive/2.2.3/hive/HiveType-class.html)(typeId: 2) - - -## Constructors - -[OrgInfo](../models_organization_org_info/OrgInfo/OrgInfo.md) ({[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)>? admins, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)>? members, [User](../models_user_user_info/User-class.md)? creatorInfo, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? description, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? id, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? image, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isPublic, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name}) - - - -[OrgInfo.fromJson](../models_organization_org_info/OrgInfo/OrgInfo.fromJson.md) ([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json1, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) memberRequest = false}) - - _factory_ - - -## Properties - -##### [admins](../models_organization_org_info/OrgInfo/admins.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)>? - - - - -_read / write_ - - - -##### [creatorInfo](../models_organization_org_info/OrgInfo/creatorInfo.md) ↔ [User](../models_user_user_info/User-class.md)? - - - - -_read / write_ - - - -##### [description](../models_organization_org_info/OrgInfo/description.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_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_ - - - -##### [id](../models_organization_org_info/OrgInfo/id.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [image](../models_organization_org_info/OrgInfo/image.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [isPublic](../models_organization_org_info/OrgInfo/isPublic.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - - -_read / write_ - - - -##### [members](../models_organization_org_info/OrgInfo/members.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)>? - - - - -_read / write_ - - - -##### [name](../models_organization_org_info/OrgInfo/name.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-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_ - - - - - -## Methods - -##### [fromJsonToList](../models_organization_org_info/OrgInfo/fromJsonToList.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html) json) [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> - - - - - - - - -##### [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/models_organization_org_info/OrgInfo/OrgInfo.fromJson.md b/docs/talawa-mobile-docs/models_organization_org_info/OrgInfo/OrgInfo.fromJson.md deleted file mode 100644 index 45cbc5eaebe..00000000000 --- a/docs/talawa-mobile-docs/models_organization_org_info/OrgInfo/OrgInfo.fromJson.md +++ /dev/null @@ -1,67 +0,0 @@ - - - -# OrgInfo.fromJson constructor - - - - - - - -OrgInfo.fromJson([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json1, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) memberRequest = false}) - - - - - -## Implementation - -```dart -factory OrgInfo.fromJson( - Map json1, { - bool memberRequest = false, -}) { - Map json; - if (memberRequest) { - json = json1['organization'] as Map; - } else { - json = json1; - } - return OrgInfo( - id: json['_id'] != null ? json['_id'] as String : null, - image: json['image'] != null ? json['image'] as String? : null, - name: json['name'] != null ? json['name'] as String? : null, - description: - json['description'] != null ? json['description'] as String? : null, - isPublic: json['isPublic'] != null ? json['isPublic'] as bool? : null, - creatorInfo: json['creator'] != null - ? User.fromJson( - json['creator'] as Map, - fromOrg: true, - ) - : null, - members: json['members'] != null - ? (json['members'] as List?) - ?.map( - (e) => User.fromJson(e as Map, fromOrg: true), - ) - .toList() - : null, - admins: json['admins'] != null - ? (json['admins'] as List?) - ?.map( - (e) => User.fromJson(e as Map, fromOrg: true), - ) - .toList() - : null, - ); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_organization_org_info/OrgInfo/OrgInfo.md b/docs/talawa-mobile-docs/models_organization_org_info/OrgInfo/OrgInfo.md deleted file mode 100644 index ec3cdccb2ba..00000000000 --- a/docs/talawa-mobile-docs/models_organization_org_info/OrgInfo/OrgInfo.md +++ /dev/null @@ -1,38 +0,0 @@ - - - -# OrgInfo constructor - - - - - - - -OrgInfo({[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../../models_user_user_info/User-class.md)>? admins, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../../models_user_user_info/User-class.md)>? members, [User](../../models_user_user_info/User-class.md)? creatorInfo, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? description, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? id, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? image, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? isPublic, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? name}) - - - - - -## Implementation - -```dart -OrgInfo({ - this.admins, - this.members, - this.creatorInfo, - this.description, - this.id, - this.image, - this.isPublic, - this.name, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_post_post_model/Comments-class.md b/docs/talawa-mobile-docs/models_post_post_model/Comments-class.md deleted file mode 100644 index d239109404f..00000000000 --- a/docs/talawa-mobile-docs/models_post_post_model/Comments-class.md +++ /dev/null @@ -1,114 +0,0 @@ - - - -# Comments class - - - - - - - - - -

This class convert between json and object for comments.

- - - - -## Constructors - -[Comments](../models_post_post_model/Comments/Comments.md) ({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? sId}) - - - -[Comments.fromJson](../models_post_post_model/Comments/Comments.fromJson.md) ([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json) - -Convert json to dart object. - - -## 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_ - - - -##### [sId](../models_post_post_model/Comments/sId.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -these are dart object. -_read / write_ - - - - - -## Methods - -##### [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_ - - - -##### [toJson](../models_post_post_model/Comments/toJson.md)() [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> - - - -Convert dart object to json. - - - - -##### [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/models_post_post_model/Comments/Comments.md b/docs/talawa-mobile-docs/models_post_post_model/Comments/Comments.md deleted file mode 100644 index ea2aab3be71..00000000000 --- a/docs/talawa-mobile-docs/models_post_post_model/Comments/Comments.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# Comments constructor - - - - - - - -Comments({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? sId}) - - - - - -## Implementation - -```dart -Comments({this.sId}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_post_post_model/LikedBy-class.md b/docs/talawa-mobile-docs/models_post_post_model/LikedBy-class.md deleted file mode 100644 index 414225f5671..00000000000 --- a/docs/talawa-mobile-docs/models_post_post_model/LikedBy-class.md +++ /dev/null @@ -1,114 +0,0 @@ - - - -# LikedBy class - - - - - - - - - -

This class convert between json and object for likedby.

- - - - -## Constructors - -[LikedBy](../models_post_post_model/LikedBy/LikedBy.md) ({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? sId}) - - - -[LikedBy.fromJson](../models_post_post_model/LikedBy/LikedBy.fromJson.md) ([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json) - -JSON factory constructor. - - -## 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_ - - - -##### [sId](../models_post_post_model/LikedBy/sId.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -These are dart object. -_read / write_ - - - - - -## Methods - -##### [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_ - - - -##### [toJson](../models_post_post_model/LikedBy/toJson.md)() [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> - - - -Convert dart object to json. - - - - -##### [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/models_post_post_model/LikedBy/LikedBy.md b/docs/talawa-mobile-docs/models_post_post_model/LikedBy/LikedBy.md deleted file mode 100644 index 81c5321ef0e..00000000000 --- a/docs/talawa-mobile-docs/models_post_post_model/LikedBy/LikedBy.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# LikedBy constructor - - - - - - - -LikedBy({[String](https://api.flutter.dev/flutter/dart-core/String-class.html)? sId}) - - - - - -## Implementation - -```dart -LikedBy({this.sId}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_post_post_model/Post-class.md b/docs/talawa-mobile-docs/models_post_post_model/Post-class.md deleted file mode 100644 index aed8de17d3f..00000000000 --- a/docs/talawa-mobile-docs/models_post_post_model/Post-class.md +++ /dev/null @@ -1,186 +0,0 @@ - - - -# Post class - - - - - - - - - -

This class creates a Post model.

- - - - -## Constructors - -[Post](../models_post_post_model/Post/Post.md) ({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) sId, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? description, [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? createdAt, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? imageUrl, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? videoUrl, required [User](../models_user_user_info/User-class.md)? creator, [OrgInfo](../models_organization_org_info/OrgInfo-class.md)? organization, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[LikedBy](../models_post_post_model/LikedBy-class.md)>? likedBy, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Comments](../models_post_post_model/Comments-class.md)>? comments}) - - - -[Post.fromJson](../models_post_post_model/Post/Post.fromJson.md) ([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json) - -Creating a new Post instance from a map structure. - - -## Properties - -##### [comments](../models_post_post_model/Post/comments.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Comments](../models_post_post_model/Comments-class.md)>? - - - -comments for post. -_read / write_ - - - -##### [createdAt](../models_post_post_model/Post/createdAt.md) ↔ [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? - - - -createdAt for post. -_read / write_ - - - -##### [creator](../models_post_post_model/Post/creator.md) ↔ [User](../models_user_user_info/User-class.md)? - - - -creator for post. -_read / write_ - - - -##### [description](../models_post_post_model/Post/description.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -description for post. -_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_ - - - -##### [imageUrl](../models_post_post_model/Post/imageUrl.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -imageUrl for post. -_read / write_ - - - -##### [likedBy](../models_post_post_model/Post/likedBy.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[LikedBy](../models_post_post_model/LikedBy-class.md)>? - - - -likedBy for post. -_read / write_ - - - -##### [organization](../models_post_post_model/Post/organization.md) ↔ [OrgInfo](../models_organization_org_info/OrgInfo-class.md)? - - - -organization for post. -_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_ - - - -##### [sId](../models_post_post_model/Post/sId.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -unique identifier for post. -_read / write_ - - - -##### [videoUrl](../models_post_post_model/Post/videoUrl.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - -videoUrl for post. -_read / write_ - - - - - -## Methods - -##### [getPostCreatedDuration](../models_post_post_model/Post/getPostCreatedDuration.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -this is to get duration of post. - - - - -##### [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/models_post_post_model/Post/Post.md b/docs/talawa-mobile-docs/models_post_post_model/Post/Post.md deleted file mode 100644 index 829c0b018d5..00000000000 --- a/docs/talawa-mobile-docs/models_post_post_model/Post/Post.md +++ /dev/null @@ -1,39 +0,0 @@ - - - -# Post constructor - - - - - - - -Post({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) sId, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? description, [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html)? createdAt, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? imageUrl, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? videoUrl, required [User](../../models_user_user_info/User-class.md)? creator, [OrgInfo](../../models_organization_org_info/OrgInfo-class.md)? organization, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[LikedBy](../../models_post_post_model/LikedBy-class.md)>? likedBy, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Comments](../../models_post_post_model/Comments-class.md)>? comments}) - - - - - -## Implementation - -```dart -Post({ - required this.sId, - this.description, - this.createdAt, - this.imageUrl, - this.videoUrl, - required this.creator, - this.organization, - this.likedBy, - this.comments, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_task_task_model/Task-class.md b/docs/talawa-mobile-docs/models_task_task_model/Task-class.md deleted file mode 100644 index 622477968df..00000000000 --- a/docs/talawa-mobile-docs/models_task_task_model/Task-class.md +++ /dev/null @@ -1,158 +0,0 @@ - - - -# Task class - - - - - - - - - - - - - -## Constructors - -[Task](../models_task_task_model/Task/Task.md) ({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) id, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) title, required [User](../models_user_user_info/User-class.md) creator, required [Event](../models_events_event_model/Event-class.md) event, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) createdAt, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? description, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? deadline}) - - _const_ - -[Task.fromJson](../models_task_task_model/Task/Task.fromJson.md) ([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json) - -/Creating a new Task instance from a map structure. _factory_ - - -## Properties - -##### [createdAt](../models_task_task_model/Task/createdAt.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_final_ - - - -##### [creator](../models_task_task_model/Task/creator.md) → [User](../models_user_user_info/User-class.md) - - - - -_final_ - - - -##### [deadline](../models_task_task_model/Task/deadline.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_final_ - - - -##### [description](../models_task_task_model/Task/description.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_final_ - - - -##### [event](../models_task_task_model/Task/event.md) → [Event](../models_events_event_model/Event-class.md) - - - - -_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_ - - - -##### [id](../models_task_task_model/Task/id.md) → [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_ - - - -##### [title](../models_task_task_model/Task/title.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_final_ - - - - - -## Methods - -##### [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/models_task_task_model/Task/Task.md b/docs/talawa-mobile-docs/models_task_task_model/Task/Task.md deleted file mode 100644 index ee67ef19e98..00000000000 --- a/docs/talawa-mobile-docs/models_task_task_model/Task/Task.md +++ /dev/null @@ -1,37 +0,0 @@ - - - -# Task constructor - - - - - - -const -Task({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) id, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) title, required [User](../../models_user_user_info/User-class.md) creator, required [Event](../../models_events_event_model/Event-class.md) event, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) createdAt, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? description, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? deadline}) - - - - - -## Implementation - -```dart -const Task({ - required this.id, - required this.title, - required this.creator, - required this.event, - required this.createdAt, - this.description, - this.deadline, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_user_user_info/User-class.md b/docs/talawa-mobile-docs/models_user_user_info/User-class.md deleted file mode 100644 index 2f88321317e..00000000000 --- a/docs/talawa-mobile-docs/models_user_user_info/User-class.md +++ /dev/null @@ -1,311 +0,0 @@ - - - -# User class - - - - - - - - - -

This class creates a User model and returns a user instance.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [HiveObject](https://pub.dev/documentation/hive/2.2.3/hive/HiveObject-class.html) -- User - - - - - - -**Annotations** - -- @[HiveType](https://pub.dev/documentation/hive/2.2.3/hive/HiveType-class.html)(typeId: 1) - - -## Constructors - -[User](../models_user_user_info/User/User.md) ({[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)>? adminFor, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)>? createdOrganizations, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? email, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? firstName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? id, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? image, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)>? joinedOrganizations, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? lastName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? authToken, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? refreshToken, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)>? membershipRequests}) - - - -[User.fromJson](../models_user_user_info/User/User.fromJson.md) ([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json1, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) fromOrg = false}) - - _factory_ - - -## Properties - -##### [adminFor](../models_user_user_info/User/adminFor.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)>? - - - - -_read / write_ - - - -##### [authToken](../models_user_user_info/User/authToken.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [box](https://pub.dev/documentation/hive/2.2.3/hive/HiveObjectMixin/box.html) → [BoxBase](https://pub.dev/documentation/hive/2.2.3/hive/BoxBase-class.html)? - - - -Get the box in which this object is stored. Returns null if object has -not been added to a box yet. -_read-onlyinherited_ - - - -##### [createdOrganizations](../models_user_user_info/User/createdOrganizations.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)>? - - - - -_read / write_ - - - -##### [email](../models_user_user_info/User/email.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [firstName](../models_user_user_info/User/firstName.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_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_ - - - -##### [id](../models_user_user_info/User/id.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [image](../models_user_user_info/User/image.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [isInBox](https://pub.dev/documentation/hive/2.2.3/hive/HiveObjectMixin/isInBox.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Returns whether this object is currently stored in a box. -_read-onlyinherited_ - - - -##### [joinedOrganizations](../models_user_user_info/User/joinedOrganizations.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)>? - - - - -_read / write_ - - - -##### [key](https://pub.dev/documentation/hive/2.2.3/hive/HiveObjectMixin/key.html) → dynamic - - - -Get the key associated with this object. Returns null if object has -not been added to a box yet. -_read-onlyinherited_ - - - -##### [lastName](../models_user_user_info/User/lastName.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - -_read / write_ - - - -##### [membershipRequests](../models_user_user_info/User/membershipRequests.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)>? - - - - -_read / write_ - - - -##### [refreshToken](../models_user_user_info/User/refreshToken.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-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_ - - - - - -## Methods - -##### [delete](https://pub.dev/documentation/hive/2.2.3/hive/HiveObjectMixin/delete.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Deletes this object from the box it is stored in. -_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_ - - - -##### [print](../models_user_user_info/User/print.md)() void - - - - - - - - -##### [save](https://pub.dev/documentation/hive/2.2.3/hive/HiveObjectMixin/save.html)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -Persists this object. -_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_ - - - -##### [update](../models_user_user_info/User/update.md)([User](../models_user_user_info/User-class.md) details) void - - - - - - - - -##### [updateAdminFor](../models_user_user_info/User/updateAdminFor.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> orgList) void - - - - - - - - -##### [updateCreatedOrg](../models_user_user_info/User/updateCreatedOrg.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> orgList) void - - - - - - - - -##### [updateJoinedOrg](../models_user_user_info/User/updateJoinedOrg.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> orgList) void - - - - - - - - -##### [updateMemberRequestOrg](../models_user_user_info/User/updateMemberRequestOrg.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> orgList) void - - - - - - - - - - -## 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/models_user_user_info/User/User.fromJson.md b/docs/talawa-mobile-docs/models_user_user_info/User/User.fromJson.md deleted file mode 100644 index c568f69e4a2..00000000000 --- a/docs/talawa-mobile-docs/models_user_user_info/User/User.fromJson.md +++ /dev/null @@ -1,71 +0,0 @@ - - - -# User.fromJson constructor - - - - - - - -User.fromJson([Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> json1, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) fromOrg = false}) - - - - - -## Implementation - -```dart -factory User.fromJson(Map json1, {bool fromOrg = false}) { - Map json; - if (fromOrg) { - json = json1; - } else { - json = json1['user'] as Map; - } - return User( - authToken: fromOrg ? ' ' : json1['accessToken'] as String?, - refreshToken: fromOrg ? ' ' : json1['refreshToken'] as String?, - id: json['_id'] as String?, - firstName: - json['firstName'] != null ? json['firstName'] as String? : null, - lastName: json['lastName'] != null ? json['lastName'] as String? : null, - email: json['email'] != null ? json['email'] as String? : null, - image: json['image'] != null ? json['image'] as String? : null, - adminFor: json['adminFor'] != null - ? (json['adminFor'] as List?) - ?.map((e) => OrgInfo.fromJson(e as Map)) - .toList() - : null, - createdOrganizations: json['createdOrganizations'] != null - ? (json['createdOrganizations'] as List?) - ?.map((e) => OrgInfo.fromJson(e as Map)) - .toList() - : null, - joinedOrganizations: json['joinedOrganizations'] != null - ? (json['joinedOrganizations'] as List?) - ?.map((e) => OrgInfo.fromJson(e as Map)) - .toList() - : null, - membershipRequests: json['membershipRequests'] != null - ? (json['membershipRequests'] as List?) - ?.map( - (e) => OrgInfo.fromJson( - e as Map, - memberRequest: true, - ), - ) - .toList() - : null, - ); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/models_user_user_info/User/User.md b/docs/talawa-mobile-docs/models_user_user_info/User/User.md deleted file mode 100644 index 2e34c1ed08c..00000000000 --- a/docs/talawa-mobile-docs/models_user_user_info/User/User.md +++ /dev/null @@ -1,41 +0,0 @@ - - - -# User constructor - - - - - - - -User({[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../../models_organization_org_info/OrgInfo-class.md)>? adminFor, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../../models_organization_org_info/OrgInfo-class.md)>? createdOrganizations, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? email, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? firstName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? id, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? image, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../../models_organization_org_info/OrgInfo-class.md)>? joinedOrganizations, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? lastName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? authToken, [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? refreshToken, [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../../models_organization_org_info/OrgInfo-class.md)>? membershipRequests}) - - - - - -## Implementation - -```dart -User({ - this.adminFor, - this.createdOrganizations, - this.email, - this.firstName, - this.id, - this.image, - this.joinedOrganizations, - this.lastName, - this.authToken, - this.refreshToken, - this.membershipRequests, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/plugins_talawa_plugin_provider/TalawaPluginProvider-class.md b/docs/talawa-mobile-docs/plugins_talawa_plugin_provider/TalawaPluginProvider-class.md deleted file mode 100644 index 85a8d898a13..00000000000 --- a/docs/talawa-mobile-docs/plugins_talawa_plugin_provider/TalawaPluginProvider-class.md +++ /dev/null @@ -1,225 +0,0 @@ - - - -# TalawaPluginProvider class - - - - - - - - - -

TalwaPluginProvider provides ability to implement features as plugins

- - - -**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) -- TalawaPluginProvider - - - - - - - - -## Constructors - -[TalawaPluginProvider](../plugins_talawa_plugin_provider/TalawaPluginProvider/TalawaPluginProvider.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, @[required](https://pub.dev/documentation/meta/1.8.0/meta/required-constant.html) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)? child, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) visible, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) pluginName}) - - _const_ - - -## Properties - -##### [child](../plugins_talawa_plugin_provider/TalawaPluginProvider/child.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)? - - - -child contains the widget for the plugin UI. -_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_ - - - -##### [pluginName](../plugins_talawa_plugin_provider/TalawaPluginProvider/pluginName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -name of plugin preferred with underscores(_) instead of spaces -_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_ - - - -##### [visible](../plugins_talawa_plugin_provider/TalawaPluginProvider/visible.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -visible is the property that decides visibility of the UI. -_final_ - - - - - -## Methods - -##### [build](../plugins_talawa_plugin_provider/TalawaPluginProvider/build.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - -build the Plugin combining local visibility property and serverVisible property -_override_ - - - -##### [checkFromPluginList](../plugins_talawa_plugin_provider/TalawaPluginProvider/checkFromPluginList.md)() [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -return bool decides the final visibility of the verifying from database and current OrgId - - - - -##### [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/plugins_talawa_plugin_provider/TalawaPluginProvider/TalawaPluginProvider.md b/docs/talawa-mobile-docs/plugins_talawa_plugin_provider/TalawaPluginProvider/TalawaPluginProvider.md deleted file mode 100644 index fc8bbf2802f..00000000000 --- a/docs/talawa-mobile-docs/plugins_talawa_plugin_provider/TalawaPluginProvider/TalawaPluginProvider.md +++ /dev/null @@ -1,34 +0,0 @@ - - - -# TalawaPluginProvider constructor - - - - - - -const -TalawaPluginProvider({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, @[required](https://pub.dev/documentation/meta/1.8.0/meta/required-constant.html) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)? child, required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) visible, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) pluginName}) - - - - - -## Implementation - -```dart -const TalawaPluginProvider({ - Key? key, - @required this.child, - required this.visible, - required this.pluginName, -}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions-class.md b/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions-class.md deleted file mode 100644 index 90c047dce84..00000000000 --- a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions-class.md +++ /dev/null @@ -1,264 +0,0 @@ - - - -# DataBaseMutationFunctions class - - - - - - - - - -

DataBaseMutationFunctions class provides different services that are under the context of graphQL mutations and queries.

-

Services include:

-
    -
  • encounteredExceptionOrError
  • -
  • gqlAuthQuery
  • -
  • gqlAuthMutation
  • -
  • gqlNonAuthMutation
  • -
  • gqlNonAuthQuery
  • -
  • refreshAccessToken
  • -
  • fetchOrgById
  • -
- - - - -## Constructors - -[DataBaseMutationFunctions](../services_database_mutation_functions/DataBaseMutationFunctions/DataBaseMutationFunctions.md) () - - - - -## Properties - -##### [clientAuth](../services_database_mutation_functions/DataBaseMutationFunctions/clientAuth.md) ↔ [GraphQLClient](https://pub.dev/documentation/graphql/5.2.0-beta.4/graphql/GraphQLClient-class.html) - - - -Client Auth for handling authenticated request. -_read / write_ - - - -##### [clientNonAuth](../services_database_mutation_functions/DataBaseMutationFunctions/clientNonAuth.md) ↔ [GraphQLClient](https://pub.dev/documentation/graphql/5.2.0-beta.4/graphql/GraphQLClient-class.html) - - - -Client Auth for handling non-authenticated request. -_read / write_ - - - -##### [emailAccountPresent](../services_database_mutation_functions/DataBaseMutationFunctions/emailAccountPresent.md) ↔ [GraphQLError](https://pub.dev/documentation/gql_exec/1.0.1-alpha+1690479830973/execution/GraphQLError-class.html) - - - -Graphql error for handling. -_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_ - - - -##### [memberRequestExist](../services_database_mutation_functions/DataBaseMutationFunctions/memberRequestExist.md) ↔ [GraphQLError](https://pub.dev/documentation/gql_exec/1.0.1-alpha+1690479830973/execution/GraphQLError-class.html) - - - -Graphql error for handling. -_read / write_ - - - -##### [notifFeatureNotInstalled](../services_database_mutation_functions/DataBaseMutationFunctions/notifFeatureNotInstalled.md) ↔ [GraphQLError](https://pub.dev/documentation/gql_exec/1.0.1-alpha+1690479830973/execution/GraphQLError-class.html) - - - -Graphql error for handling. -_read / write_ - - - -##### [organizationNotFound](../services_database_mutation_functions/DataBaseMutationFunctions/organizationNotFound.md) ↔ [GraphQLError](https://pub.dev/documentation/gql_exec/1.0.1-alpha+1690479830973/execution/GraphQLError-class.html) - - - -Graphql error for handling. -_read / write_ - - - -##### [refreshAccessTokenExpiredException](../services_database_mutation_functions/DataBaseMutationFunctions/refreshAccessTokenExpiredException.md) ↔ [GraphQLError](https://pub.dev/documentation/gql_exec/1.0.1-alpha+1690479830973/execution/GraphQLError-class.html) - - - -Graphql error for handling. -_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_ - - - -##### [userNotAuthenticated](../services_database_mutation_functions/DataBaseMutationFunctions/userNotAuthenticated.md) ↔ [GraphQLError](https://pub.dev/documentation/gql_exec/1.0.1-alpha+1690479830973/execution/GraphQLError-class.html) - - - -Graphql error for handling. -_read / write_ - - - -##### [userNotFound](../services_database_mutation_functions/DataBaseMutationFunctions/userNotFound.md) ↔ [GraphQLError](https://pub.dev/documentation/gql_exec/1.0.1-alpha+1690479830973/execution/GraphQLError-class.html) - - - -Graphql error for handling. -_read / write_ - - - -##### [wrongCredentials](../services_database_mutation_functions/DataBaseMutationFunctions/wrongCredentials.md) ↔ [GraphQLError](https://pub.dev/documentation/gql_exec/1.0.1-alpha+1690479830973/execution/GraphQLError-class.html) - - - -Graphql error for handling. -_read / write_ - - - - - -## Methods - -##### [encounteredExceptionOrError](../services_database_mutation_functions/DataBaseMutationFunctions/encounteredExceptionOrError.md)([OperationException](https://pub.dev/documentation/graphql/5.2.0-beta.4/graphql/OperationException-class.html) exception, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showSnackBar = true}) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? - - - -This function is used to check if any exceptions or error encountered. The return type is boolean. - - - - -##### [fetchOrgById](../services_database_mutation_functions/DataBaseMutationFunctions/fetchOrgById.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) id) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function fetch the organization using the id passed. - - - - -##### [gqlAuthMutation](../services_database_mutation_functions/DataBaseMutationFunctions/gqlAuthMutation.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) mutation, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>? variables}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to run the graph-ql mutation for authenticated user. - - - - -##### [gqlAuthQuery](../services_database_mutation_functions/DataBaseMutationFunctions/gqlAuthQuery.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) query, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>? variables}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to run the graph-ql query for authentication. - - - - -##### [gqlNonAuthMutation](../services_database_mutation_functions/DataBaseMutationFunctions/gqlNonAuthMutation.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) mutation, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>? variables, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) reCall = true}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to run the graph-ql mutation to authenticate the non signed-in user. - - - - -##### [gqlNonAuthQuery](../services_database_mutation_functions/DataBaseMutationFunctions/gqlNonAuthQuery.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) query, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>? variables}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[QueryResult](https://pub.dev/documentation/graphql/5.2.0-beta.4/graphql/QueryResult-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?>?> - - - -This function is used to run the graph-ql query for the non signed-in user. - - - - -##### [init](../services_database_mutation_functions/DataBaseMutationFunctions/init.md)() void - - - -initialization function. - - - - -##### [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_ - - - -##### [refreshAccessToken](../services_database_mutation_functions/DataBaseMutationFunctions/refreshAccessToken.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) refreshToken) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - -This function is used to refresh the Authenication token to access the application. - - - - -##### [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/services_database_mutation_functions/DataBaseMutationFunctions/encounteredExceptionOrError.md b/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/encounteredExceptionOrError.md deleted file mode 100644 index f08740a42b9..00000000000 --- a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/encounteredExceptionOrError.md +++ /dev/null @@ -1,175 +0,0 @@ - - - -# encounteredExceptionOrError method - - - - - - - - -[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)? encounteredExceptionOrError -([OperationException](https://pub.dev/documentation/graphql/5.2.0-beta.4/graphql/OperationException-class.html) exception, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) showSnackBar = true}) - - - - - -

This function is used to check if any exceptions or error encountered. The return type is boolean.

-

params:

-
    -
  • exception: OperationException which occur when calling for graphql post request
  • -
  • showSnackBar: Tell if the the place where this function is called wants a SnackBar on error
  • -
-

returns:

-
    -
  • bool?: returns a bool whether or not their is error, can be null
  • -
- - - -## Implementation - -```dart -bool? encounteredExceptionOrError( - OperationException exception, { - bool showSnackBar = true, -}) { - // if server link is wrong. - if (exception.linkException != null) { - // debugPrint(exception.linkException.toString()); - if (showSnackBar) { - WidgetsBinding.instance.addPostFrameCallback( - (_) => navigationService.showTalawaErrorSnackBar( - "Server not running/wrong url", - MessageType.info, - ), - ); - } - return false; - } - - /// looping through graphQL errors. - debugPrint(exception.graphqlErrors.toString()); - for (int i = 0; i < exception.graphqlErrors.length; i++) { - // if the error message is "Access Token has expired. Please refresh session.: Undefined location" - if (exception.graphqlErrors[i].message == - refreshAccessTokenExpiredException.message) { - print('token refreshed'); - refreshAccessToken(userConfig.currentUser.refreshToken!).then( - (value) => graphqlConfig - .getToken() - .then((value) => databaseFunctions.init()), - ); - print('client refreshed'); - return true; - } - - /// if the error message is "User is not authenticated" - if (exception.graphqlErrors[i].message == userNotAuthenticated.message) { - print('client refreshed'); - refreshAccessToken(userConfig.currentUser.refreshToken!).then( - (value) => graphqlConfig - .getToken() - .then((value) => databaseFunctions.init()), - ); - return true; - } - - /// if the error message is "User not found" - if (exception.graphqlErrors[i].message == userNotFound.message) { - if (showSnackBar) { - WidgetsBinding.instance.addPostFrameCallback( - (_) => navigationService.showTalawaErrorDialog( - "No account registered with this email", - MessageType.error, - ), - ); - } - return false; - } - - /// if the error message is "Membership Request already exists" - if (exception.graphqlErrors[i].message == memberRequestExist.message) { - if (showSnackBar) { - WidgetsBinding.instance.addPostFrameCallback( - (_) => navigationService.showTalawaErrorDialog( - "Membership request already exist", - MessageType.error, - ), - ); - } - return false; - } - - /// if the error message is "Invalid credentials" - if (exception.graphqlErrors[i].message == wrongCredentials.message) { - if (showSnackBar) { - WidgetsBinding.instance.addPostFrameCallback( - (_) => navigationService.showTalawaErrorDialog( - "Enter a valid password", - MessageType.error, - ), - ); - } - return false; - } - - /// if the error message is "Organization not found" - if (exception.graphqlErrors[i].message == organizationNotFound.message) { - if (showSnackBar) { - WidgetsBinding.instance.addPostFrameCallback( - (_) => navigationService.showTalawaErrorDialog( - "Organization Not Found", - MessageType.error, - ), - ); - } - return false; - } - - /// if the error message is "Email address already exists" - if (exception.graphqlErrors[i].message == emailAccountPresent.message) { - if (showSnackBar) { - WidgetsBinding.instance.addPostFrameCallback( - (_) => navigationService.showTalawaErrorDialog( - "Account with this email already registered", - MessageType.error, - ), - ); - } - return false; - } - if (exception.graphqlErrors[i].message == - notifFeatureNotInstalled.message) { - if (showSnackBar) { - WidgetsBinding.instance.addPostFrameCallback( - (_) => navigationService.showTalawaErrorDialog( - "Notification Feature is not installed", - MessageType.error, - ), - ); - } - return false; - } - } - // if the error is unknown - - WidgetsBinding.instance.addPostFrameCallback( - (_) => navigationService.showTalawaErrorDialog( - "Something went wrong!", - MessageType.error, - ), - ); - return false; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlAuthMutation.md b/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlAuthMutation.md deleted file mode 100644 index ea11a8fe957..00000000000 --- a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlAuthMutation.md +++ /dev/null @@ -1,64 +0,0 @@ - - - -# gqlAuthMutation method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) gqlAuthMutation -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) mutation, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>? variables}) - - - - - -

This function is used to run the graph-ql mutation for authenticated user.

-

params:

-
    -
  • mutation: mutation is used to change/add/delete data in graphql, for more info read graphql docs
  • -
  • variables: variables to be passed with mutation
  • -
-

returns:

-
    -
  • Future<dynamic>: it returns Future of dynamic
  • -
- - - -## Implementation - -```dart -Future gqlAuthMutation( - String mutation, { - Map? variables, -}) async { - final QueryResult result = await clientAuth.mutate( - MutationOptions( - document: gql(mutation), - variables: variables ?? {}, - ), - ); - // if there is an error or exception in [result] - if (result.hasException) { - final exception = encounteredExceptionOrError(result.exception!); - if (exception!) { - gqlAuthMutation(mutation, variables: variables); - } - } else if (result.data != null && result.isConcrete) { - return result; - } - return null; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlAuthQuery.md b/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlAuthQuery.md deleted file mode 100644 index a90ff7cf53f..00000000000 --- a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlAuthQuery.md +++ /dev/null @@ -1,63 +0,0 @@ - - - -# gqlAuthQuery method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) gqlAuthQuery -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) query, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>? variables}) - - - - - -

This function is used to run the graph-ql query for authentication.

-

params:

-
    -
  • query: query is used to fetch data in graphql, for more info read graphql docs
  • -
  • variables: variables to be passed with query
  • -
-

returns:

-
    -
  • Future<dynamic>: it returns Future of dynamic
  • -
- - - -## Implementation - -```dart -Future gqlAuthQuery( - String query, { - Map? variables, -}) async { - final QueryOptions options = QueryOptions( - document: gql(query), - variables: variables ?? {}, - ); - final QueryResult result = await clientAuth.query(options); - // if there is an error or exception in [result] - if (result.hasException) { - final exception = encounteredExceptionOrError(result.exception!); - if (exception!) { - gqlAuthQuery(query, variables: variables); - } - } else if (result.data != null && result.isConcrete) { - return result; - } - return null; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlNonAuthMutation.md b/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlNonAuthMutation.md deleted file mode 100644 index 8791e72a23b..00000000000 --- a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlNonAuthMutation.md +++ /dev/null @@ -1,66 +0,0 @@ - - - -# gqlNonAuthMutation method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) gqlNonAuthMutation -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) mutation, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>? variables, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) reCall = true}) - - - - - -

This function is used to run the graph-ql mutation to authenticate the non signed-in user.

-

params:

-
    -
  • mutation: mutation is used to change/add/delete data in graphql, for more info read graphql docs
  • -
  • variables: variables to be passed with mutation
  • -
  • reCall: when not first fetch call
  • -
-

returns:

-
    -
  • Future<dynamic>: it returns Future of dynamic
  • -
- - - -## Implementation - -```dart -Future gqlNonAuthMutation( - String mutation, { - Map? variables, - bool reCall = true, -}) async { - final QueryResult result = await clientNonAuth.mutate( - MutationOptions( - document: gql(mutation), - variables: variables ?? {}, - ), - ); - // if there is an error or exception in [result] - if (result.hasException) { - final exception = encounteredExceptionOrError(result.exception!); - if (exception! && reCall) { - gqlNonAuthMutation(mutation, variables: variables); - } - } else if (result.data != null && result.isConcrete) { - return result; - } - return null; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlNonAuthQuery.md b/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlNonAuthQuery.md deleted file mode 100644 index 6f2ac2bdf49..00000000000 --- a/docs/talawa-mobile-docs/services_database_mutation_functions/DataBaseMutationFunctions/gqlNonAuthQuery.md +++ /dev/null @@ -1,64 +0,0 @@ - - - -# gqlNonAuthQuery method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[QueryResult](https://pub.dev/documentation/graphql/5.2.0-beta.4/graphql/QueryResult-class.html)<[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)?>?> gqlNonAuthQuery -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) query, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic>? variables}) - - - - - -

This function is used to run the graph-ql query for the non signed-in user.

-

params:

-
    -
  • query: query is used to fetch data in graphql, for more info read graphql docs
  • -
  • variables: variables to be passed with query
  • -
-

returns:

-
    -
  • Future<QueryResult<Object?>?>: it returns Future of QueryResult, contains all data
  • -
- - - -## Implementation - -```dart -Future?> gqlNonAuthQuery( - String query, { - Map? variables, -}) async { - final queryOptions = QueryOptions( - document: gql(query), - variables: variables ?? {}, - ); - final result = await clientNonAuth.query(queryOptions); - QueryResult? finalRes; - // if there is an error or exception in [result] - if (result.hasException) { - final exception = encounteredExceptionOrError(result.exception!); - if (exception!) { - finalRes = await gqlNonAuthQuery(query, variables: variables); - } - } else if (result.data != null && result.isConcrete) { - return result; - } - return finalRes; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_event_service/EventService-class.md b/docs/talawa-mobile-docs/services_event_service/EventService-class.md deleted file mode 100644 index 7a9e701c0a5..00000000000 --- a/docs/talawa-mobile-docs/services_event_service/EventService-class.md +++ /dev/null @@ -1,174 +0,0 @@ - - - -# EventService class - - - - - - - - - -

EventService class provides different services in the context of Event.

-

Services include:

-
    -
  • setOrgStreamSubscription : to set organization stream subscription for user.
  • -
  • getEvents : to get all events of the organization.
  • -
  • fetchRegistrantsByEvent : to fetch all registrants of an event.
  • -
  • registerForAnEvent : to register for an event.
  • -
  • deleteEvent : to delete an event.
  • -
  • editEvent : to edit the event.
  • -
  • dispose : to cancel the stream subscription of an organization.
  • -
- - - - -## Constructors - -[EventService](../services_event_service/EventService/EventService.md) () - - - - -## Properties - -##### [eventStream](../services_event_service/EventService/eventStream.md) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[Event](../models_events_event_model/Event-class.md)> - - - -The event stream. -_read-only_ - - - -##### [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 - -##### [deleteEvent](../services_event_service/EventService/deleteEvent.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to delete the event. - - - - -##### [dispose](../services_event_service/EventService/dispose.md)() void - - - -This function is used to cancel the stream subscription of an organization. - - - - -##### [editEvent](../services_event_service/EventService/editEvent.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId, required [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> variables}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to edit an event. - - - - -##### [fetchRegistrantsByEvent](../services_event_service/EventService/fetchRegistrantsByEvent.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to fetch all registrants of an event. - - - - -##### [getEvents](../services_event_service/EventService/getEvents.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to fetch all the events of an 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_ - - - -##### [registerForAnEvent](../services_event_service/EventService/registerForAnEvent.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to register user for an event. - - - - -##### [setOrgStreamSubscription](../services_event_service/EventService/setOrgStreamSubscription.md)() void - - - -This function is used to set stream subscription for an organization. - - - - -##### [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/services_event_service/EventService/editEvent.md b/docs/talawa-mobile-docs/services_event_service/EventService/editEvent.md deleted file mode 100644 index 51f6f640e58..00000000000 --- a/docs/talawa-mobile-docs/services_event_service/EventService/editEvent.md +++ /dev/null @@ -1,68 +0,0 @@ - - - -# editEvent method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> editEvent -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId, required [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> variables}) - - - - - -

This function is used to edit an event.

-

params:

-
    -
  • eventId: id of an event
  • -
  • variables: this will be map type and contain all the event details need to be update.
  • -
-

returns:

-
    -
  • Future<void>: void return
  • -
- - - -## Implementation - -```dart -Future editEvent({ - required String eventId, - required Map variables, -}) async { - navigationService.pushDialog( - const CustomProgressDialog( - key: Key('EditEventProgress'), - ), - ); - final tokenResult = await _dbFunctions - .refreshAccessToken(userConfig.currentUser.refreshToken!); - debugPrint(tokenResult.toString()); - final result = await _dbFunctions.gqlAuthMutation( - EventQueries().updateEvent(eventId: eventId), - variables: variables, - ); - navigationService.pop(); - if (result != null) { - navigationService.removeAllAndPush( - Routes.exploreEventsScreen, - Routes.mainScreen, - arguments: MainScreenArgs(mainScreenIndex: 0, fromSignUp: false), - ); - } -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_graphql_config/MockHttpClient-class.md b/docs/talawa-mobile-docs/services_graphql_config/MockHttpClient-class.md deleted file mode 100644 index 44dbf595713..00000000000 --- a/docs/talawa-mobile-docs/services_graphql_config/MockHttpClient-class.md +++ /dev/null @@ -1,203 +0,0 @@ - - - -# MockHttpClient class - - - - - - - - - -

A mock HTTP client designed for use when testing code that uses BaseClient.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [Mock](https://pub.dev/documentation/mockito/5.4.0/mockito/Mock-class.html) -- MockHttpClient - -**Implemented types** - -- [Client](https://pub.dev/documentation/http/0.13.6/http/Client-class.html) - - - - - - - -## Constructors - -[MockHttpClient](../services_graphql_config/MockHttpClient/MockHttpClient.md) () - - - - -## Properties - -##### [hashCode](https://pub.dev/documentation/mockito/5.4.0/mockito/Mock/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 - -##### [close](https://pub.dev/documentation/http/0.13.6/http/Client/close.html)() void - - - -Closes the client and cleans up any resources associated with it. -_inherited_ - - - -##### [delete](https://pub.dev/documentation/http/0.13.6/http/Client/delete.html)([Uri](https://api.flutter.dev/flutter/dart-core/Uri-class.html) url, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), [String](https://api.flutter.dev/flutter/dart-core/String-class.html)>? headers, [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)? body, [Encoding](https://api.flutter.dev/flutter/dart-convert/Encoding-class.html)? encoding}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Response](https://pub.dev/documentation/http/0.13.6/http/Response-class.html)> - - - -Sends an HTTP DELETE request with the given headers to the given URL. -_inherited_ - - - -##### [get](https://pub.dev/documentation/http/0.13.6/http/Client/get.html)([Uri](https://api.flutter.dev/flutter/dart-core/Uri-class.html) url, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), [String](https://api.flutter.dev/flutter/dart-core/String-class.html)>? headers}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Response](https://pub.dev/documentation/http/0.13.6/http/Response-class.html)> - - - -Sends an HTTP GET request with the given headers to the given URL. -_inherited_ - - - -##### [head](https://pub.dev/documentation/http/0.13.6/http/Client/head.html)([Uri](https://api.flutter.dev/flutter/dart-core/Uri-class.html) url, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), [String](https://api.flutter.dev/flutter/dart-core/String-class.html)>? headers}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Response](https://pub.dev/documentation/http/0.13.6/http/Response-class.html)> - - - -Sends an HTTP HEAD request with the given headers to the given URL. -_inherited_ - - - -##### [noSuchMethod](https://pub.dev/documentation/mockito/5.4.0/mockito/Mock/noSuchMethod.html)([Invocation](https://api.flutter.dev/flutter/dart-core/Invocation-class.html) invocation, {[Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)? returnValue, [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)? returnValueForMissingStub = deferToDefaultResponse}) dynamic - - - -Handles method stubbing, method call verification, and real method calls. -_inherited_ - - - -##### [patch](https://pub.dev/documentation/http/0.13.6/http/Client/patch.html)([Uri](https://api.flutter.dev/flutter/dart-core/Uri-class.html) url, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), [String](https://api.flutter.dev/flutter/dart-core/String-class.html)>? headers, [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)? body, [Encoding](https://api.flutter.dev/flutter/dart-convert/Encoding-class.html)? encoding}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Response](https://pub.dev/documentation/http/0.13.6/http/Response-class.html)> - - - -Sends an HTTP PATCH request with the given headers and body to the given -URL. -_inherited_ - - - -##### [post](https://pub.dev/documentation/http/0.13.6/http/Client/post.html)([Uri](https://api.flutter.dev/flutter/dart-core/Uri-class.html) url, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), [String](https://api.flutter.dev/flutter/dart-core/String-class.html)>? headers, [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)? body, [Encoding](https://api.flutter.dev/flutter/dart-convert/Encoding-class.html)? encoding}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Response](https://pub.dev/documentation/http/0.13.6/http/Response-class.html)> - - - -Sends an HTTP POST request with the given headers and body to the given -URL. -_inherited_ - - - -##### [put](https://pub.dev/documentation/http/0.13.6/http/Client/put.html)([Uri](https://api.flutter.dev/flutter/dart-core/Uri-class.html) url, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), [String](https://api.flutter.dev/flutter/dart-core/String-class.html)>? headers, [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html)? body, [Encoding](https://api.flutter.dev/flutter/dart-convert/Encoding-class.html)? encoding}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Response](https://pub.dev/documentation/http/0.13.6/http/Response-class.html)> - - - -Sends an HTTP PUT request with the given headers and body to the given -URL. -_inherited_ - - - -##### [read](https://pub.dev/documentation/http/0.13.6/http/Client/read.html)([Uri](https://api.flutter.dev/flutter/dart-core/Uri-class.html) url, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), [String](https://api.flutter.dev/flutter/dart-core/String-class.html)>? headers}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)> - - - -Sends an HTTP GET request with the given headers to the given URL and -returns a Future that completes to the body of the response as a String. -_inherited_ - - - -##### [readBytes](https://pub.dev/documentation/http/0.13.6/http/Client/readBytes.html)([Uri](https://api.flutter.dev/flutter/dart-core/Uri-class.html) url, {[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), [String](https://api.flutter.dev/flutter/dart-core/String-class.html)>? headers}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[Uint8List](https://api.flutter.dev/flutter/dart-typed_data/Uint8List-class.html)> - - - -Sends an HTTP GET request with the given headers to the given URL and -returns a Future that completes to the body of the response as a list of -bytes. -_inherited_ - - - -##### [send](../services_graphql_config/MockHttpClient/send.md)([BaseRequest](https://pub.dev/documentation/http/0.13.6/http/BaseRequest-class.html)? request) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[StreamedResponse](https://pub.dev/documentation/http/0.13.6/http/StreamedResponse-class.html)> - - - -Sends an HTTP request and asynchronously returns the response. -_override_ - - - -##### [toString](https://pub.dev/documentation/mockito/5.4.0/mockito/Mock/toString.html)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -A string representation of this object. -_inherited_ - - - - - -## Operators - -##### [operator ==](https://pub.dev/documentation/mockito/5.4.0/mockito/Mock/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/services_navigation_service/NavigationService-class.md b/docs/talawa-mobile-docs/services_navigation_service/NavigationService-class.md deleted file mode 100644 index 5485dfc4e0d..00000000000 --- a/docs/talawa-mobile-docs/services_navigation_service/NavigationService-class.md +++ /dev/null @@ -1,203 +0,0 @@ - - - -# NavigationService class - - - - - - - - - -

NavigationService class provides different functions as service in the context of navigation.

-

Services include:

-
    -
  • pushScreen
  • -
  • popAndPushScreen
  • -
  • pushReplacementScreen
  • -
  • removeAllAndPush
  • -
  • showSnackBar
  • -
  • pushDialog
  • -
  • showTalawaErrorWidget
  • -
  • showTalawaErrorDialog
  • -
  • pop
  • -
- - - - -## Constructors - -[NavigationService](../services_navigation_service/NavigationService/NavigationService.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_ - - - -##### [navigatorKey](../services_navigation_service/NavigationService/navigatorKey.md) ↔ [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[NavigatorState](https://api.flutter.dev/flutter/widgets/NavigatorState-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_ - - - - - -## Methods - -##### [fromInviteLink](../services_navigation_service/NavigationService/fromInviteLink.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html)> routeNames, [List](https://api.flutter.dev/flutter/dart-core/List-class.html) arguments) void - - - - - - - - -##### [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_ - - - -##### [pop](../services_navigation_service/NavigationService/pop.md)() void - - - -This function pops the current state. - - - - -##### [popAndPushScreen](../services_navigation_service/NavigationService/popAndPushScreen.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) routeName, {dynamic arguments}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function pop the initial route and push the new route to the navigator. - - - - -##### [pushDialog](../services_navigation_service/NavigationService/pushDialog.md)([Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) dialog) void - - - -This function is used to show the custom Dialog. - - - - -##### [pushReplacementScreen](../services_navigation_service/NavigationService/pushReplacementScreen.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) routeName, {dynamic arguments}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function push the route and replace the screen. - - - - -##### [pushScreen](../services_navigation_service/NavigationService/pushScreen.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) routeName, {dynamic arguments}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function push the route to the navigator. - - - - -##### [removeAllAndPush](../services_navigation_service/NavigationService/removeAllAndPush.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) routeName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) tillRoute, {dynamic arguments}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function remove all the routes till the particular route and add new route. - - - - -##### [showSnackBar](../services_navigation_service/NavigationService/showSnackBar.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) message, {[Duration](https://api.flutter.dev/flutter/dart-core/Duration-class.html) duration = const Duration(seconds: 2)}) void - - - -This is used for the quick alert of duration: 2 seconds with text message(passed). - - - - -##### [showTalawaErrorDialog](../services_navigation_service/NavigationService/showTalawaErrorDialog.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) errorMessage, [MessageType](../enums_enums/MessageType.md) messageType) void - - - - - - - - -##### [showTalawaErrorSnackBar](../services_navigation_service/NavigationService/showTalawaErrorSnackBar.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) errorMessage, [MessageType](../enums_enums/MessageType.md) messageType, {[Duration](https://api.flutter.dev/flutter/dart-core/Duration-class.html) duration = const Duration(seconds: 2)}) void - - - - - - - - -##### [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/services_navigation_service/NavigationService/popAndPushScreen.md b/docs/talawa-mobile-docs/services_navigation_service/NavigationService/popAndPushScreen.md deleted file mode 100644 index 2dd7b0e99e0..00000000000 --- a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/popAndPushScreen.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# popAndPushScreen method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) popAndPushScreen -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) routeName, {dynamic arguments}) - - - - - -

This function pop the initial route and push the new route to the navigator.

-

params:

-
    -
  • routeName
  • -
  • arguments : necessary data for the route
  • -
- - - -## Implementation - -```dart -Future popAndPushScreen(String routeName, {dynamic arguments}) { - navigatorKey.currentState!.pop(); - return pushScreen(routeName, arguments: arguments); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/pushReplacementScreen.md b/docs/talawa-mobile-docs/services_navigation_service/NavigationService/pushReplacementScreen.md deleted file mode 100644 index d424e9278e6..00000000000 --- a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/pushReplacementScreen.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# pushReplacementScreen method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) pushReplacementScreen -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) routeName, {dynamic arguments}) - - - - - -

This function push the route and replace the screen.

-

params:

-
    -
  • routeName
  • -
  • arguments : necessary data for the route
  • -
- - - -## Implementation - -```dart -Future pushReplacementScreen(String routeName, {dynamic arguments}) { - return navigatorKey.currentState! - .pushReplacementNamed(routeName, arguments: arguments); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/pushScreen.md b/docs/talawa-mobile-docs/services_navigation_service/NavigationService/pushScreen.md deleted file mode 100644 index cee22161313..00000000000 --- a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/pushScreen.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# pushScreen method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) pushScreen -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) routeName, {dynamic arguments}) - - - - - -

This function push the route to the navigator.

-

params:

-
    -
  • routeName
  • -
  • arguments : necessary data for the route
  • -
- - - -## Implementation - -```dart -Future pushScreen(String routeName, {dynamic arguments}) { - return navigatorKey.currentState! - .pushNamed(routeName, arguments: arguments); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/removeAllAndPush.md b/docs/talawa-mobile-docs/services_navigation_service/NavigationService/removeAllAndPush.md deleted file mode 100644 index 675e9d43030..00000000000 --- a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/removeAllAndPush.md +++ /dev/null @@ -1,51 +0,0 @@ - - - -# removeAllAndPush method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) removeAllAndPush -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) routeName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) tillRoute, {dynamic arguments}) - - - - - -

This function remove all the routes till the particular route and add new route.

-

params:

-
    -
  • routeName : route that need to add
  • -
  • tillRoute : remove all route until this route.
  • -
  • arguments : necessary data for the route
  • -
- - - -## Implementation - -```dart -Future removeAllAndPush( - String routeName, - String tillRoute, { - dynamic arguments, -}) { - return navigatorKey.currentState!.pushNamedAndRemoveUntil( - routeName, - ModalRoute.withName(tillRoute), - arguments: arguments, - ); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/showSnackBar.md b/docs/talawa-mobile-docs/services_navigation_service/NavigationService/showSnackBar.md deleted file mode 100644 index 26dee20c015..00000000000 --- a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/showSnackBar.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -# showSnackBar method - - - - - - - - -void showSnackBar -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) message, {[Duration](https://api.flutter.dev/flutter/dart-core/Duration-class.html) duration = const Duration(seconds: 2)}) - - - - - -

This is used for the quick alert of duration: 2 seconds with text message(passed).

- - - -## Implementation - -```dart -void showSnackBar( - String message, { - Duration duration = const Duration(seconds: 2), -}) { - ScaffoldMessenger.of(navigatorKey.currentContext!).showSnackBar( - SnackBar( - behavior: SnackBarBehavior.floating, - duration: duration, - content: Text(message), - ), - ); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/showTalawaErrorSnackBar.md b/docs/talawa-mobile-docs/services_navigation_service/NavigationService/showTalawaErrorSnackBar.md deleted file mode 100644 index 565c775000b..00000000000 --- a/docs/talawa-mobile-docs/services_navigation_service/NavigationService/showTalawaErrorSnackBar.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# showTalawaErrorSnackBar method - - - - - - - - -void showTalawaErrorSnackBar -([String](https://api.flutter.dev/flutter/dart-core/String-class.html) errorMessage, [MessageType](../../enums_enums/MessageType.md) messageType, {[Duration](https://api.flutter.dev/flutter/dart-core/Duration-class.html) duration = const Duration(seconds: 2)}) - - - - - - - - -## Implementation - -```dart -void showTalawaErrorSnackBar( - String errorMessage, - MessageType messageType, { - Duration duration = const Duration(seconds: 2), -}) { - ScaffoldMessenger.of(navigatorKey.currentContext!).showSnackBar( - SnackBar( - padding: EdgeInsets.zero, - content: TalawaErrorSnackBar( - messageType: messageType, - errorMessage: errorMessage, - ), - backgroundColor: const Color.fromRGBO(65, 65, 66, 1), - ), - ); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_task_service/TaskService-class.md b/docs/talawa-mobile-docs/services_task_service/TaskService-class.md deleted file mode 100644 index 12a51accd43..00000000000 --- a/docs/talawa-mobile-docs/services_task_service/TaskService-class.md +++ /dev/null @@ -1,163 +0,0 @@ - - - -# TaskService class - - - - - - - - - -

PostService class provides functions in the context of a Task.

-

Services include:

-
    -
  • getTasksForEvent : to get the task for the event.
  • -
  • getTasksByUser : to get the task added by the user.
  • -
  • editTask : to edit the task added by the user.
  • -
  • createTask : to create the task for the event.
  • -
  • deleteTask : to delete the task added by the user.
  • -
- - - - -## Constructors - -[TaskService](../services_task_service/TaskService/TaskService.md) () - - - - -## Properties - -##### [callbackNotifyListeners](../services_task_service/TaskService/callbackNotifyListeners.md) ↔ [VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) - - - - -_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_ - - - -##### [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_ - - - -##### [tasks](../services_task_service/TaskService/tasks.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Task](../models_task_task_model/Task-class.md)> - - - - -_read-only_ - - - - - -## Methods - -##### [createTask](../services_task_service/TaskService/createTask.md)({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) description, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) deadline, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - -This function is used to create a new task for the event. - - - - -##### [deleteTask](../services_task_service/TaskService/deleteTask.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) taskId, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) creatorId) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to delete a task. - - - - -##### [editTask](../services_task_service/TaskService/editTask.md)({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) description, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) deadline, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) taskId}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - -This function is used to edit the task created by the user. - - - - -##### [getTasksByUser](../services_task_service/TaskService/getTasksByUser.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to fetch and return all tasks added by the current user. - - - - -##### [getTasksForEvent](../services_task_service/TaskService/getTasksForEvent.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to get all the tasks for the event. - - - - -##### [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/services_task_service/TaskService/createTask.md b/docs/talawa-mobile-docs/services_task_service/TaskService/createTask.md deleted file mode 100644 index 3e08ed9d61b..00000000000 --- a/docs/talawa-mobile-docs/services_task_service/TaskService/createTask.md +++ /dev/null @@ -1,66 +0,0 @@ - - - -# createTask method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> createTask -({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) description, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) deadline, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId}) - - - - - -

This function is used to create a new task for the event.

-

params:

-
    -
  • title : task title.
  • -
  • description : task description.
  • -
  • deadline : task deadline.
  • -
  • eventId : Event for which task need to be create.
  • -
- - - -## Implementation - -```dart -Future createTask({ - required String title, - required String description, - required String deadline, - required String eventId, -}) async { - _databaseMutationFunctions - .refreshAccessToken(_userConfig.currentUser.refreshToken!); - final res = await _databaseMutationFunctions.gqlAuthMutation( - TaskQueries.addTask( - title: title, - description: description, - deadline: deadline, - eventId: eventId, - ), - ); - - if (res != null) { - final task = res.data!['createTask'] as Map; - _tasks.add(Task.fromJson(task)); - callbackNotifyListeners(); - return true; - } - return false; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_task_service/TaskService/editTask.md b/docs/talawa-mobile-docs/services_task_service/TaskService/editTask.md deleted file mode 100644 index e0ff4bf2c2b..00000000000 --- a/docs/talawa-mobile-docs/services_task_service/TaskService/editTask.md +++ /dev/null @@ -1,72 +0,0 @@ - - - -# editTask method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> editTask -({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) description, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) deadline, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) taskId}) - - - - - -

This function is used to edit the task created by the user.

-

params:

-
    -
  • title : task title.
  • -
  • description : task description.
  • -
  • deadline : task deadline.
  • -
  • taskId : task Id.
  • -
- - - -## Implementation - -```dart -Future editTask({ - required String title, - required String description, - required String deadline, - required String taskId, -}) async { - _databaseMutationFunctions - .refreshAccessToken(_userConfig.currentUser.refreshToken!); - final res = await _databaseMutationFunctions.gqlAuthMutation( - TaskQueries.editTask( - title: title, - description: description, - deadline: deadline, - taskId: taskId, - ), - ); - - // if res is not null. - if (res != null) { - final updatedtaskJson = res.data!['updateTask'] as Map; - final index = _tasks.indexWhere((task) => task.id == taskId); - if (index == -1) return false; - final updatedtask = Task.fromJson(updatedtaskJson); - updatedtask.event.title = _tasks[index].event.title; - _tasks[index] = updatedtask; - callbackNotifyListeners(); - // if successfully updated then return true. - return true; - } - return false; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_third_party_service_multi_media_pick_service/MultiMediaPickerService-class.md b/docs/talawa-mobile-docs/services_third_party_service_multi_media_pick_service/MultiMediaPickerService-class.md deleted file mode 100644 index 318a00e2358..00000000000 --- a/docs/talawa-mobile-docs/services_third_party_service_multi_media_pick_service/MultiMediaPickerService-class.md +++ /dev/null @@ -1,125 +0,0 @@ - - - -# MultiMediaPickerService class - - - - - - - - - -

This is a third party service which provide the service to select the image from.

-

gallery and then image can be cropped as well.

-

Services include:

-
    -
  • getPhotoFromGallery - Used to select photo from gallery.
  • -
  • cropImage - Used to crop the selected image.
  • -
- - - - -## Constructors - -[MultiMediaPickerService](../services_third_party_service_multi_media_pick_service/MultiMediaPickerService/MultiMediaPickerService.md) () - - - - -## Properties - -##### [fileStream](../services_third_party_service_multi_media_pick_service/MultiMediaPickerService/fileStream.md) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html) - - - -This function returns the stream of files. -_read-only_ - - - -##### [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 - -##### [cropImage](../services_third_party_service_multi_media_pick_service/MultiMediaPickerService/cropImage.md)({required [File](https://api.flutter.dev/flutter/dart-io/File-class.html) imageFile}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[File](https://api.flutter.dev/flutter/dart-io/File-class.html)?> - - - -This function is used to crop the image selected by the user. - - - - -##### [getPhotoFromGallery](../services_third_party_service_multi_media_pick_service/MultiMediaPickerService/getPhotoFromGallery.md)({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) camera = false}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[File](https://api.flutter.dev/flutter/dart-io/File-class.html)?> - - - -This function is used to pick the image from gallery or to click the image from user's camera. - - - - -##### [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/services_third_party_service_multi_media_pick_service/MultiMediaPickerService/cropImage.md b/docs/talawa-mobile-docs/services_third_party_service_multi_media_pick_service/MultiMediaPickerService/cropImage.md deleted file mode 100644 index fdff8f3c195..00000000000 --- a/docs/talawa-mobile-docs/services_third_party_service_multi_media_pick_service/MultiMediaPickerService/cropImage.md +++ /dev/null @@ -1,77 +0,0 @@ - - - -# cropImage method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[File](https://api.flutter.dev/flutter/dart-io/File-class.html)?> cropImage -({required [File](https://api.flutter.dev/flutter/dart-io/File-class.html) imageFile}) - - - - - -

This function is used to crop the image selected by the user.

-

The function accepts a File type image and returns File type of cropped image.

-

params:

-
    -
  • imageFile: the image file to be cropped.
  • -
-

returns:

-
    -
  • Future<File?>: the image after been cropped.
  • -
- - - -## Implementation - -```dart -Future cropImage({required File imageFile}) async { - // try, to crop the image and returns a File with cropped image path. - try { - final CroppedFile? croppedImage = await locator().cropImage( - sourcePath: imageFile.path, - aspectRatioPresets: [ - CropAspectRatioPreset.square, - CropAspectRatioPreset.original, - ], - uiSettings: [ - AndroidUiSettings( - toolbarTitle: 'Crop Image', - toolbarColor: const Color(0xff18191A), - toolbarWidgetColor: Colors.white, - backgroundColor: Colors.black, - cropGridColor: Colors.white, - initAspectRatio: CropAspectRatioPreset.original, - lockAspectRatio: false, - ), - IOSUiSettings( - minimumAspectRatio: 1.0, - ) - ], - ); - if (croppedImage != null) { - return File(croppedImage.path); - } - } catch (e) { - print( - "MultiMediaPickerService : Exception occurred while cropping Image", - ); - } - return null; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_third_party_service_multi_media_pick_service/MultiMediaPickerService/getPhotoFromGallery.md b/docs/talawa-mobile-docs/services_third_party_service_multi_media_pick_service/MultiMediaPickerService/getPhotoFromGallery.md deleted file mode 100644 index d97759f541a..00000000000 --- a/docs/talawa-mobile-docs/services_third_party_service_multi_media_pick_service/MultiMediaPickerService/getPhotoFromGallery.md +++ /dev/null @@ -1,78 +0,0 @@ - - - -# getPhotoFromGallery method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[File](https://api.flutter.dev/flutter/dart-io/File-class.html)?> getPhotoFromGallery -({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) camera = false}) - - - - - -

This function is used to pick the image from gallery or to click the image from user's camera.

-

The function first ask for the permission to access the camera, if denied then returns a message in.

-

custom Dialog Box. This function returns a File type for which camera variable is false by default.

-

params:

-
    -
  • camera: if true then open camera for image, else open gallery to select image.
  • -
-

returns:

-
    -
  • Future<File?>: the image the user choosed.
  • -
- - - -## Implementation - -```dart -Future getPhotoFromGallery({bool camera = false}) async { - // asking for user's camera access permission. - try { - // checking for the image source, it could be camera or gallery. - final image = await _picker.pickImage( - source: camera ? ImageSource.camera : ImageSource.gallery, - ); - // if image is selected or not null, call the cropImage function that provide service to crop the selected image. - if (image != null) { - return await cropImage(imageFile: File(image.path)); - } - } catch (e) { - // if the permission denied or error occurs. - if (e is PlatformException && e.code == 'camera_access_denied') { - // push the dialog alert with the message. - locator().pushDialog( - CustomAlertDialog( - success: () { - locator().pop(); - openAppSettings(); - }, - dialogTitle: 'Permission Denied', - successText: 'SETTINGS', - dialogSubTitle: - "Camera permission is required, to use this feature, give permission from app settings", - ), - ); - } - print( - "MultiMediaPickerService : Exception occurred while choosing photo from the gallery $e", - ); - } - return null; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/services_user_config/UserConfig-class.md b/docs/talawa-mobile-docs/services_user_config/UserConfig-class.md deleted file mode 100644 index 01c67b0d42b..00000000000 --- a/docs/talawa-mobile-docs/services_user_config/UserConfig-class.md +++ /dev/null @@ -1,237 +0,0 @@ - - - -# UserConfig class - - - - - - - - - -

UserConfig class provides different services in the context of the User.

-

Services include:

-
    -
  • userLoggedIn : helps to make user logged in to the application.
  • -
  • updateUserJoinedOrg : helps to update the user joined organization.
  • -
  • updateUserCreatedOrg : helps to update the user created organization.
  • -
  • updateUserMemberRequestOrg : helps to update the User membership request for the organization.
  • -
  • updateUserAdminOrg : helps to update the Admin of the Organization.
  • -
  • updateAccessToken : helps to update the access token of an user.
  • -
  • updateUser : helps to update the user.
  • -
- - - - -## Constructors - -[UserConfig](../services_user_config/UserConfig/UserConfig.md) () - - - - -## Properties - -##### [currentOrg](../services_user_config/UserConfig/currentOrg.md) ↔ [OrgInfo](../models_organization_org_info/OrgInfo-class.md) - - - - -_read / write_ - - - -##### [currentOrgInfoController](../services_user_config/UserConfig/currentOrgInfoController.md) → [StreamController](https://api.flutter.dev/flutter/dart-async/StreamController-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> - - - - -_read-only_ - - - -##### [currentOrgInfoStream](../services_user_config/UserConfig/currentOrgInfoStream.md) → [Stream](https://api.flutter.dev/flutter/dart-async/Stream-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> - - - - -_read-only_ - - - -##### [currentOrgName](../services_user_config/UserConfig/currentOrgName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-only_ - - - -##### [currentUser](../services_user_config/UserConfig/currentUser.md) ↔ [User](../models_user_user_info/User-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_ - - - -##### [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 - -##### [initialiseStream](../services_user_config/UserConfig/initialiseStream.md)() void - - - - - - - - -##### [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_ - - - -##### [saveCurrentOrgInHive](../services_user_config/UserConfig/saveCurrentOrgInHive.md)([OrgInfo](../models_organization_org_info/OrgInfo-class.md) saveOrgAsCurrent) void - - - - - - - - -##### [saveUserInHive](../services_user_config/UserConfig/saveUserInHive.md)() void - - - - - - - - -##### [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_ - - - -##### [updateAccessToken](../services_user_config/UserConfig/updateAccessToken.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) accessToken, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) refreshToken}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to updated the access token of the user. - - - - -##### [updateUser](../services_user_config/UserConfig/updateUser.md)([User](../models_user_user_info/User-class.md) updatedUserDetails) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - -This function is used to update the user details. - - - - -##### [updateUserAdminOrg](../services_user_config/UserConfig/updateUserAdminOrg.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> orgDetails) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to update the organization admin. - - - - -##### [updateUserCreatedOrg](../services_user_config/UserConfig/updateUserCreatedOrg.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> orgDetails) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to update the user created organization. - - - - -##### [updateUserJoinedOrg](../services_user_config/UserConfig/updateUserJoinedOrg.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> orgDetails) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to update the user joined organization. - - - - -##### [updateUserMemberRequestOrg](../services_user_config/UserConfig/updateUserMemberRequestOrg.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[OrgInfo](../models_organization_org_info/OrgInfo-class.md)> orgDetails) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) - - - -This function is used to update the user request to join the organization. - - - - -##### [userLoggedIn](../services_user_config/UserConfig/userLoggedIn.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - -This function is used to log in the user. - - - - - - -## 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/services_user_config/UserConfig/updateAccessToken.md b/docs/talawa-mobile-docs/services_user_config/UserConfig/updateAccessToken.md deleted file mode 100644 index 7d38a3491e0..00000000000 --- a/docs/talawa-mobile-docs/services_user_config/UserConfig/updateAccessToken.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# updateAccessToken method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html) updateAccessToken -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) accessToken, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) refreshToken}) - - - - - -

This function is used to updated the access token of the user.

-

params:

-
    -
  • accessToken
  • -
  • refreshToken
  • -
- - - -## Implementation - -```dart -Future updateAccessToken({ - required String accessToken, - required String refreshToken, -}) async { - _currentUser!.refreshToken = refreshToken; - _currentUser!.authToken = accessToken; - saveUserInHive(); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/splash_screen/SplashScreen-class.md b/docs/talawa-mobile-docs/splash_screen/SplashScreen-class.md deleted file mode 100644 index ec5863795fc..00000000000 --- a/docs/talawa-mobile-docs/splash_screen/SplashScreen-class.md +++ /dev/null @@ -1,199 +0,0 @@ - - - -# SplashScreen class - - - - - - - - - -

This widget return the SplashScreen. Splash Screen is the first screen that -we see when we run our application. It is also known as Launch 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) -- SplashScreen - - - - - - - - -## Constructors - -[SplashScreen](../splash_screen/SplashScreen/SplashScreen.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, [int](https://api.flutter.dev/flutter/dart-core/int-class.html) mainScreenIndex = 0}) - - _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_ - - - -##### [mainScreenIndex](../splash_screen/SplashScreen/mainScreenIndex.md) → [int](https://api.flutter.dev/flutter/dart-core/int-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 - -##### [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](../splash_screen/SplashScreen/createState.md)() _SplashScreenState - - - -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/splash_screen/SplashScreen/SplashScreen.md b/docs/talawa-mobile-docs/splash_screen/SplashScreen/SplashScreen.md deleted file mode 100644 index f1eb432e839..00000000000 --- a/docs/talawa-mobile-docs/splash_screen/SplashScreen/SplashScreen.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# SplashScreen constructor - - - - - - -const -SplashScreen({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, [int](https://api.flutter.dev/flutter/dart-core/int-class.html) mainScreenIndex = 0}) - - - - - -## Implementation - -```dart -const SplashScreen({required Key key, this.mainScreenIndex = 0}) - : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/splash_screen/SplashScreen/createState.md b/docs/talawa-mobile-docs/splash_screen/SplashScreen/createState.md deleted file mode 100644 index 23428f6f61e..00000000000 --- a/docs/talawa-mobile-docs/splash_screen/SplashScreen/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_SplashScreenState 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 -_SplashScreenState createState() => _SplashScreenState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/utils_app_localization/AppLocalizations-class.md b/docs/talawa-mobile-docs/utils_app_localization/AppLocalizations-class.md deleted file mode 100644 index d54ee7ff25e..00000000000 --- a/docs/talawa-mobile-docs/utils_app_localization/AppLocalizations-class.md +++ /dev/null @@ -1,169 +0,0 @@ - - - -# AppLocalizations class - - - - - - - - - -

This class provides methods to localize the application so that it can be available -to users with different languages.

- - - - -## Constructors - -[AppLocalizations](../utils_app_localization/AppLocalizations/AppLocalizations.md) ([Locale](https://api.flutter.dev/flutter/dart-ui/Locale-class.html) locale, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isTest = false}) - - - - -## 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_ - - - -##### [isTest](../utils_app_localization/AppLocalizations/isTest.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read / write_ - - - -##### [locale](../utils_app_localization/AppLocalizations/locale.md) → [Locale](https://api.flutter.dev/flutter/dart-ui/Locale-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 - -##### [load](../utils_app_localization/AppLocalizations/load.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - - - - - - -##### [loadTest](../utils_app_localization/AppLocalizations/loadTest.md)([Locale](https://api.flutter.dev/flutter/dart-ui/Locale-class.html) locale) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[AppLocalizations](../utils_app_localization/AppLocalizations-class.md)> - - - - - - - - -##### [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_ - - - -##### [strictTranslate](../utils_app_localization/AppLocalizations/strictTranslate.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) key) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [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_ - - - -##### [translate](../utils_app_localization/AppLocalizations/translate.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html)? key) [String](https://api.flutter.dev/flutter/dart-core/String-class.html)? - - - - - - - - - - -## 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_ - - - - - - - -## Static Methods - -##### [of](../utils_app_localization/AppLocalizations/of.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [AppLocalizations](../utils_app_localization/AppLocalizations-class.md)? - - - - - - - - - - - -## Constants - -##### [delegate](../utils_app_localization/AppLocalizations/delegate-constant.md) const [LocalizationsDelegate](https://api.flutter.dev/flutter/widgets/LocalizationsDelegate-class.html)<[AppLocalizations](../utils_app_localization/AppLocalizations-class.md)> - - - - - - - - - - - - - diff --git a/docs/talawa-mobile-docs/utils_app_localization/AppLocalizations/AppLocalizations.md b/docs/talawa-mobile-docs/utils_app_localization/AppLocalizations/AppLocalizations.md deleted file mode 100644 index bb06e087a76..00000000000 --- a/docs/talawa-mobile-docs/utils_app_localization/AppLocalizations/AppLocalizations.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# AppLocalizations constructor - - - - - - - -AppLocalizations([Locale](https://api.flutter.dev/flutter/dart-ui/Locale-class.html) locale, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isTest = false}) - - - - - -## Implementation - -```dart -AppLocalizations( - this.locale, { - this.isTest = false, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/utils_app_localization/AppLocalizationsDelegate-class.md b/docs/talawa-mobile-docs/utils_app_localization/AppLocalizationsDelegate-class.md deleted file mode 100644 index 0c6f3c2d004..00000000000 --- a/docs/talawa-mobile-docs/utils_app_localization/AppLocalizationsDelegate-class.md +++ /dev/null @@ -1,150 +0,0 @@ - - - -# AppLocalizationsDelegate class - - - - - - - - - - - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [LocalizationsDelegate](https://api.flutter.dev/flutter/widgets/LocalizationsDelegate-class.html)<[AppLocalizations](../utils_app_localization/AppLocalizations-class.md)> -- AppLocalizationsDelegate - - - - - - - - -## Constructors - -[AppLocalizationsDelegate](../utils_app_localization/AppLocalizationsDelegate/AppLocalizationsDelegate.md) ({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isTest = false}) - - _const_ - - -## 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_ - - - -##### [isTest](../utils_app_localization/AppLocalizationsDelegate/isTest.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_ - - - -##### [type](https://api.flutter.dev/flutter/widgets/LocalizationsDelegate/type.html) → [Type](https://api.flutter.dev/flutter/dart-core/Type-class.html) - - - -The type of the object returned by the load method, T by default. -_read-onlyinherited_ - - - - - -## Methods - -##### [isSupported](../utils_app_localization/AppLocalizationsDelegate/isSupported.md)([Locale](https://api.flutter.dev/flutter/dart-ui/Locale-class.html) locale) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether resources for the given locale can be loaded by this delegate. -_override_ - - - -##### [load](../utils_app_localization/AppLocalizationsDelegate/load.md)([Locale](https://api.flutter.dev/flutter/dart-ui/Locale-class.html) locale) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[AppLocalizations](../utils_app_localization/AppLocalizations-class.md)> - - - -Start loading the resources for locale. The returned future completes -when the resources have finished loading. -_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_ - - - -##### [shouldReload](../utils_app_localization/AppLocalizationsDelegate/shouldReload.md)(covariant [AppLocalizationsDelegate](../utils_app_localization/AppLocalizationsDelegate-class.md) old) [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Returns true if the resources for this delegate should be loaded -again by calling the load method. -_override_ - - - -##### [toString](https://api.flutter.dev/flutter/widgets/LocalizationsDelegate/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/utils_app_localization/AppLocalizationsDelegate/AppLocalizationsDelegate.md b/docs/talawa-mobile-docs/utils_app_localization/AppLocalizationsDelegate/AppLocalizationsDelegate.md deleted file mode 100644 index 3f42f908e1f..00000000000 --- a/docs/talawa-mobile-docs/utils_app_localization/AppLocalizationsDelegate/AppLocalizationsDelegate.md +++ /dev/null @@ -1,31 +0,0 @@ - - - -# AppLocalizationsDelegate constructor - - - - - - -const -AppLocalizationsDelegate({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isTest = false}) - - - - - -## Implementation - -```dart -const AppLocalizationsDelegate({ - this.isTest = false, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/utils_event_queries/EventQueries-class.md b/docs/talawa-mobile-docs/utils_event_queries/EventQueries-class.md deleted file mode 100644 index 102d424219d..00000000000 --- a/docs/talawa-mobile-docs/utils_event_queries/EventQueries-class.md +++ /dev/null @@ -1,146 +0,0 @@ - - - -# EventQueries class - - - - - - - - - -

This class creates queries related to the events.

- - - - -## Constructors - -[EventQueries](../utils_event_queries/EventQueries/EventQueries.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 - -##### [addEvent](../utils_event_queries/EventQueries/addEvent.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [deleteEvent](../utils_event_queries/EventQueries/deleteEvent.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) id) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [fetchOrgEvents](../utils_event_queries/EventQueries/fetchOrgEvents.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) orgId) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [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_ - - - -##### [registerForEvent](../utils_event_queries/EventQueries/registerForEvent.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [registrantsByEvent](../utils_event_queries/EventQueries/registrantsByEvent.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [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_ - - - -##### [updateEvent](../utils_event_queries/EventQueries/updateEvent.md)({dynamic eventId}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - - - -## 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/utils_event_queries/EventQueries/updateEvent.md b/docs/talawa-mobile-docs/utils_event_queries/EventQueries/updateEvent.md deleted file mode 100644 index 3d5cf74f9bf..00000000000 --- a/docs/talawa-mobile-docs/utils_event_queries/EventQueries/updateEvent.md +++ /dev/null @@ -1,67 +0,0 @@ - - - -# updateEvent method - - - - - - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) updateEvent -({dynamic eventId}) - - - - - - - - -## Implementation - -```dart -String updateEvent({ - eventId, -}) { - return """mutation updateEvent( - \$title:String!, - \$description: String!, - \$startTime: Time, - \$endTime: Time, - \$allDay: Boolean!, - \$recurring: Boolean!, - \$isPublic: Boolean!, - \$isRegisterable: Boolean!, - \$location: String, - ) { - updateEvent( - id: "$eventId" - data:{ - title: \$title, - description: \$description, - isPublic: \$isPublic, - isRegisterable: \$isRegisterable, - recurring: \$recurring, - allDay: \$allDay, - startTime: \$startTime - endTime: \$endTime - location: \$location - } - ){ - _id - title - description - } - }"""; -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/utils_task_queries/TaskQueries-class.md b/docs/talawa-mobile-docs/utils_task_queries/TaskQueries-class.md deleted file mode 100644 index 9c6198bcd98..00000000000 --- a/docs/talawa-mobile-docs/utils_task_queries/TaskQueries-class.md +++ /dev/null @@ -1,139 +0,0 @@ - - - -# TaskQueries class - - - - - - - - - -

This class creates queries for the tasks in the application.

- - - - -## Constructors - -[TaskQueries](../utils_task_queries/TaskQueries/TaskQueries.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 - -##### [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_ - - - - - - - -## Static Methods - -##### [addTask](../utils_task_queries/TaskQueries/addTask.md)({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) description, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) deadline, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [deleteTask](../utils_task_queries/TaskQueries/deleteTask.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) taskId) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [editTask](../utils_task_queries/TaskQueries/editTask.md)({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) description, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) deadline, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) taskId}) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [eventTasks](../utils_task_queries/TaskQueries/eventTasks.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - -##### [userTasks](../utils_task_queries/TaskQueries/userTasks.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) userId) [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - - - - - - - - - - - - - diff --git a/docs/talawa-mobile-docs/utils_task_queries/TaskQueries/addTask.md b/docs/talawa-mobile-docs/utils_task_queries/TaskQueries/addTask.md deleted file mode 100644 index 9152376d4fd..00000000000 --- a/docs/talawa-mobile-docs/utils_task_queries/TaskQueries/addTask.md +++ /dev/null @@ -1,61 +0,0 @@ - - - -# addTask method - - - - - - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) addTask -({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) description, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) deadline, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId}) - - - - - - - - -## Implementation - -```dart -static String addTask({ - required String title, - required String description, - required String deadline, - required String eventId, -}) => - ''' - mutation { - createTask( - data: { title: "$title", description: "$description", deadline: "$deadline" } - eventId: "$eventId" - ) { - _id - title - description - createdAt - deadline - creator { - _id - firstName - } - event { - _id - title - } - } - } - '''; -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/utils_task_queries/TaskQueries/editTask.md b/docs/talawa-mobile-docs/utils_task_queries/TaskQueries/editTask.md deleted file mode 100644 index f176f847ff1..00000000000 --- a/docs/talawa-mobile-docs/utils_task_queries/TaskQueries/editTask.md +++ /dev/null @@ -1,59 +0,0 @@ - - - -# editTask method - - - - - - - - -[String](https://api.flutter.dev/flutter/dart-core/String-class.html) editTask -({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) description, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) deadline, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) taskId}) - - - - - - - - -## Implementation - -```dart -static String editTask({ - required String title, - required String description, - required String deadline, - required String taskId, -}) => - ''' - mutation { - updateTask( - data: { title: "$title", description: "$description", deadline: "$deadline" } - id: "$taskId" - ) { - _id - title - description - createdAt - deadline - creator { - _id - } - event { - _id - } - } - } - '''; -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel-class.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel-class.md deleted file mode 100644 index d1cf1ebe114..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel-class.md +++ /dev/null @@ -1,262 +0,0 @@ - - - -# AddPostViewModel class - - - - - - - - - -

AddPostViewModel class have different functions that are used.

-

to interact with the model to add a new post in the organization.

- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- AddPostViewModel - - - - - - - - -## Constructors - -[AddPostViewModel](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/AddPostViewModel.md) () - - - - -## Properties - -##### [controller](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/controller.md) → [TextEditingController](https://api.flutter.dev/flutter/widgets/TextEditingController-class.html) - - - -Post body text controller. -_read-only_ - - - -##### [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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [imageFile](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/imageFile.md) → [File](https://api.flutter.dev/flutter/dart-io/File-class.html)? - - - -The image file that is to be uploaded. -_read-only_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [orgName](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/orgName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -The organisation name. -_read-only_ - - - -##### [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_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - -##### [titleController](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/titleController.md) → [TextEditingController](https://api.flutter.dev/flutter/widgets/TextEditingController-class.html) - - - -Post title text controller. -_read-only_ - - - -##### [userName](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/userName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -The Username. -_read-only_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [dispose](https://api.flutter.dev/flutter/foundation/ChangeNotifier/dispose.html)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_inherited_ - - - -##### [getImageFromGallery](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/getImageFromGallery.md)({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) camera = false}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to get the image from gallery. - - - - -##### [initialise](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/initialise.md)() void - - - -This function is usedto do initialisation of stuff in the view model. - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [removeImage](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/removeImage.md)() void - - - -This function removes the image selected. - - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_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_ - - - -##### [uploadPost](../view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/uploadPost.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function uploads the post finally, and navigate the success message or error message in Snack Bar. - - - - - - -## 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/view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/getImageFromGallery.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/getImageFromGallery.md deleted file mode 100644 index 4b687e6e28e..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_add_post_view_models_add_post_view_model/AddPostViewModel/getImageFromGallery.md +++ /dev/null @@ -1,55 +0,0 @@ - - - -# getImageFromGallery method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> getImageFromGallery -({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) camera = false}) - - - - - -

This function is used to get the image from gallery.

-

The function uses the _multiMediaPickerService services.

-

params:

-
    -
  • camera: if true then open camera for image, else open gallery to select image.
  • -
-

returns:

-
    -
  • Future<void>: Getting image from gallery returns future
  • -
- - - -## Implementation - -```dart -Future getImageFromGallery({bool camera = false}) async { - final image = - await _multiMediaPickerService.getPhotoFromGallery(camera: camera); - if (image != null) { - _imageFile = image; - _navigationService.showTalawaErrorSnackBar( - "Image is added", - MessageType.info, - ); - notifyListeners(); - } -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-class.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-class.md deleted file mode 100644 index 38267d729c3..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-class.md +++ /dev/null @@ -1,432 +0,0 @@ - - - -# CreateEventViewModel class - - - - - - - - - -

CreateEventViewModel class have methods to interact with model in.

-

the context of creating the event in the organization.

-

Methods include:

-
    -
  • createEvent : to create an event.
  • -
  • getImageFromGallery : to select image for a post.
  • -
  • removeImage : to remove the image.
  • -
  • getCurrentOrgUsersList : to get all user list of current organization.
  • -
  • removeUserFromList : to remove a user from list.
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- CreateEventViewModel - - - - - - - - -## Constructors - -[CreateEventViewModel](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/CreateEventViewModel.md) () - - - - -## Properties - -##### [descriptionFocus](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/descriptionFocus.md) ↔ [FocusNode](https://api.flutter.dev/flutter/widgets/FocusNode-class.html) - - - -DescriptionFocus FocusNode. -_read / write_ - - - -##### [eventDescriptionTextController](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/eventDescriptionTextController.md) ↔ [TextEditingController](https://api.flutter.dev/flutter/widgets/TextEditingController-class.html) - - - -Event Description Text Controller. -_read / write_ - - - -##### [eventEndDate](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/eventEndDate.md) ↔ [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html) - - - -Event End Date. -_read / write_ - - - -##### [eventEndTime](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/eventEndTime.md) ↔ [TimeOfDay](https://api.flutter.dev/flutter/material/TimeOfDay-class.html) - - - -Event End Time. -_read / write_ - - - -##### [eventLocationTextController](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/eventLocationTextController.md) ↔ [TextEditingController](https://api.flutter.dev/flutter/widgets/TextEditingController-class.html) - - - -Event Location Text Controller. -_read / write_ - - - -##### [eventStartDate](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/eventStartDate.md) ↔ [DateTime](https://api.flutter.dev/flutter/dart-core/DateTime-class.html) - - - -Event Start Date. -_read / write_ - - - -##### [eventStartTime](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/eventStartTime.md) ↔ [TimeOfDay](https://api.flutter.dev/flutter/material/TimeOfDay-class.html) - - - -Event Start Time. -_read / write_ - - - -##### [eventTitleTextController](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/eventTitleTextController.md) ↔ [TextEditingController](https://api.flutter.dev/flutter/widgets/TextEditingController-class.html) - - - -Event Title Text Controller. -_read / write_ - - - -##### [formKey](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/formKey.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[FormState](https://api.flutter.dev/flutter/widgets/FormState-class.html)> - - - -Global FormKey. -_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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [imageFile](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/imageFile.md) → [File](https://api.flutter.dev/flutter/dart-io/File-class.html)? - - - -Getter to return imageFile. -_read-only_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [isPublicSwitch](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/isPublicSwitch.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Public Event or Not. -_read / write_ - - - -##### [isRegisterableSwitch](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/isRegisterableSwitch.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -If event is registerable after creation. -_read / write_ - - - -##### [latitude](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/latitude.md) ↔ [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? - - - -Latitude store. -_read / write_ - - - -##### [locationFocus](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/locationFocus.md) ↔ [FocusNode](https://api.flutter.dev/flutter/widgets/FocusNode-class.html) - - - -LocationFocus FocusNode. -_read / write_ - - - -##### [longitude](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/longitude.md) ↔ [double](https://api.flutter.dev/flutter/dart-core/double-class.html)? - - - -Longitude store. -_read / write_ - - - -##### [memberCheckedMap](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/memberCheckedMap.md) → [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html)> - - - -Getter to return members map. -_read-only_ - - - -##### [orgMembersList](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/orgMembersList.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)> - - - -Organisation Members List. -_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_ - - - -##### [selectedMembers](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/selectedMembers.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)> - - - -Getter to return selected members. -_read-only_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - -##### [titleFocus](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/titleFocus.md) ↔ [FocusNode](https://api.flutter.dev/flutter/widgets/FocusNode-class.html) - - - -TitleFocus FocusNode. -_read / write_ - - - -##### [validate](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/validate.md) ↔ [AutovalidateMode](https://api.flutter.dev/flutter/widgets/AutovalidateMode.html) - - - -AutoValidateMode default to disabled. -_read / write_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [buildUserList](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/buildUserList.md)() void - - - -This function build the user list. - - - - -##### [createEvent](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/createEvent.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to create the event for the organization. - - - - -##### [dispose](https://api.flutter.dev/flutter/foundation/ChangeNotifier/dispose.html)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_inherited_ - - - -##### [getCurrentOrgUsersList](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/getCurrentOrgUsersList.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<[List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)>> - - - -This function fetch all the users in the current organization and return List. - - - - -##### [getImageFromGallery](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/getImageFromGallery.md)({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) camera = false}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to get the image from gallery. - - - - -##### [initialize](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/initialize.md)() void - - - -Function To Initialize. - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [removeImage](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/removeImage.md)() void - - - -This function remove the selected image. - - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [removeUserFromList](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/removeUserFromList.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) userId}) void - - - -This function is used to remove a user from user's list. - - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_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/view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/getImageFromGallery.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/getImageFromGallery.md deleted file mode 100644 index 8401473f63a..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/getImageFromGallery.md +++ /dev/null @@ -1,51 +0,0 @@ - - - -# getImageFromGallery method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> getImageFromGallery -({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) camera = false}) - - - - - -

This function is used to get the image from gallery.

-

The function uses the _multiMediaPickerService services.

-

params:

-
    -
  • camera: if true then open camera for image, else open gallery to select image.
  • -
-

returns:

-
    -
  • Future<void>: Asynchronous function for getting image from gallery
  • -
- - - -## Implementation - -```dart -Future getImageFromGallery({bool camera = false}) async { - final image = - await _multiMediaPickerService.getPhotoFromGallery(camera: camera); - if (image != null) { - _imageFile = image; - notifyListeners(); - } -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/removeUserFromList.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/removeUserFromList.md deleted file mode 100644 index eafdab6ecd2..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel/removeUserFromList.md +++ /dev/null @@ -1,46 +0,0 @@ - - - -# removeUserFromList method - - - - - - - - -void removeUserFromList -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) userId}) - - - - - -

This function is used to remove a user from user's list.

-

params:

-
    -
  • userId: id of the user that need to be removed.
  • -
-

returns: - None

- - - -## Implementation - -```dart -void removeUserFromList({required String userId}) { - _selectedMembers.removeWhere((user) => user.id == userId); - _memberCheckedMap[userId] = false; - - notifyListeners(); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel-class.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel-class.md deleted file mode 100644 index ca90a6094d5..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel-class.md +++ /dev/null @@ -1,248 +0,0 @@ - - - -# EventInfoViewModel class - - - - - - - - - -

EventInfoViewModel class helps interacting with model to serve view with the event information data.'

-

Methods include:

-
    -
  • registerForEvent : to register user for an event.
  • -
  • getFabTitle : to get the status of "registration" for an event.
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- EventInfoViewModel - - - - - - - - -## Constructors - -[EventInfoViewModel](../view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/EventInfoViewModel.md) () - - - - -## Properties - -##### [event](../view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/event.md) ↔ [Event](../models_events_event_model/Event-class.md) - - - - -_read / write_ - - - -##### [exploreEventsInstance](../view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/exploreEventsInstance.md) ↔ [ExploreEventsViewModel](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel-class.md) - - - - -_read / write_ - - - -##### [fabTitle](../view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/fabTitle.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [registrants](../view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/registrants.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[User](../models_user_user_info/User-class.md)> - - - - -_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_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [dispose](https://api.flutter.dev/flutter/foundation/ChangeNotifier/dispose.html)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_inherited_ - - - -##### [getFabTitle](../view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/getFabTitle.md)() [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -This function returns String type for the event registration status. - - - - -##### [initialize](../view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/initialize.md)({required [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> args}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -initialise with the event data fetched from the model. - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [registerForEvent](../view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/registerForEvent.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function helps the user to register for an event. - - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_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/view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/initialize.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/initialize.md deleted file mode 100644 index 4c6cd87ca6e..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_event_info_view_model/EventInfoViewModel/initialize.md +++ /dev/null @@ -1,54 +0,0 @@ - - - -# initialize method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> initialize -({required [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> args}) - - - - - -

initialise with the event data fetched from the model.

- - - -## Implementation - -```dart -Future initialize({required Map args}) async { - event = args["event"] as Event; - exploreEventsInstance = - args["exploreEventViewModel"] as ExploreEventsViewModel; - fabTitle = getFabTitle(); - setState(ViewState.busy); - final fetchRegistrantsByEventQueryResult = await locator() - .fetchRegistrantsByEvent(event.id!) as QueryResult; - final registrantsJsonList = fetchRegistrantsByEventQueryResult - .data!['registrantsByEvent'] as List; - registrants = registrantsJsonList - .map( - (registrantJson) => User.fromJson( - registrantJson! as Map, - fromOrg: true, - ), - ) - .toList(); - setState(ViewState.idle); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel-class.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel-class.md deleted file mode 100644 index 0db9f1f4b02..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel-class.md +++ /dev/null @@ -1,281 +0,0 @@ - - - -# ExploreEventsViewModel class - - - - - - - - - -

ExploreEventsViewModel class helps to interact with model to serve data to view for event explore section.

-

Methods include:

-
    -
  • fetchNewEvents : to fetch new events in the organization.
  • -
  • refreshEvents : to refersh the event.
  • -
  • checkIfExistsAndAddNewEvent : to check if the event exists or not, if now add a new event.
  • -
  • deleteEvent : to delete the event.
  • -
  • choseValueFromDropdown : to return the relevant message in the dropdown after any action.
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- ExploreEventsViewModel - - - - - - - - -## Constructors - -[ExploreEventsViewModel](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/ExploreEventsViewModel.md) () - - - - -## Properties - -##### [chosenValue](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/chosenValue.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-only_ - - - -##### [emptyListMessage](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/emptyListMessage.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-only_ - - - -##### [events](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/events.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Event](../models_events_event_model/Event-class.md)> - - - - -_read-only_ - - - -##### [eventService](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/eventService.md) → [EventService](../services_event_service/EventService-class.md) - - - - -_read-only_ - - - -##### [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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_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_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [checkIfExistsAndAddNewEvent](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/checkIfExistsAndAddNewEvent.md)([Event](../models_events_event_model/Event-class.md) newEvent) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function add a new event if the event not exist. - - - - -##### [choseValueFromDropdown](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/choseValueFromDropdown.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) value) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function takes the choosen value from dropdown and -return the filter events, if empty list then return relevant message. - - - - -##### [deleteEvent](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/deleteEvent.md)({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function deletes the event. - - - - -##### [dispose](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/dispose.md)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_override_ - - - -##### [fetchNewEvents](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/fetchNewEvents.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to fetch new events in the organization. -The function uses getEvents method from EventService. - - - - -##### [initialise](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/initialise.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - - - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [refreshEvents](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/refreshEvents.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to refresh the events in the organization. -The function uses getEvents method from EventService. - - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_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/view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/deleteEvent.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/deleteEvent.md deleted file mode 100644 index 62435c10d05..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel/deleteEvent.md +++ /dev/null @@ -1,64 +0,0 @@ - - - -# deleteEvent method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> deleteEvent -({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId}) - - - - - -

This function deletes the event.

-

params:

-
    -
  • eventId : id of the event that need to be delete.
  • -
- - - -## Implementation - -```dart -Future deleteEvent({required String eventId}) async { - // push the custom alert dialog to ask for confirmation. - navigationService.pushDialog( - CustomAlertDialog( - reverse: true, - dialogSubTitle: 'Are you sure you want to delete this event?', - successText: 'Delete', - success: () { - navigationService.pop(); - _eventService.deleteEvent(eventId).then( - (result) async { - if (result != null) { - navigationService.pop(); - setState(ViewState.busy); - print(result); - _uniqueEventIds.remove(eventId); - _events.removeWhere((element) => element.id == eventId); - await Future.delayed(const Duration(milliseconds: 500)); - setState(ViewState.idle); - } - }, - ); - }, - ), - ); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel-class.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel-class.md deleted file mode 100644 index 3241daad6db..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel-class.md +++ /dev/null @@ -1,306 +0,0 @@ - - - -# OrganizationFeedViewModel class - - - - - - - - - -

OrganizationFeedViewModel class helps to interact with model to serve data to view for organization feed section.

-

Methods include:

-
    -
  • setCurrentOrganizationName : to set current organization name.
  • -
  • fetchNewPosts : to fetch new posts in the organization.
  • -
  • navigateToIndividualPage : to navigate to individual page.
  • -
  • navigateToPinnedPostPage : to navigate to pinned post page.
  • -
  • addNewPost : to add new post in the organization.
  • -
  • updatedPost : to update a post in the organization.
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- OrganizationFeedViewModel - - - - - - - - -## Constructors - -[OrganizationFeedViewModel](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/OrganizationFeedViewModel.md) () - - - - -## Properties - -##### [currentOrgName](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/currentOrgName.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - - -_read-only_ - - - -##### [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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [istest](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/istest.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read / write_ - - - -##### [pinnedPosts](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/pinnedPosts.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../models_post_post_model/Post-class.md)> - - - - -_read-only_ - - - -##### [posts](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/posts.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../models_post_post_model/Post-class.md)> - - - - -_read-only_ - - - -##### [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_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [addNewPost](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/addNewPost.md)([Post](../models_post_post_model/Post-class.md) newPost) void - - - -This function adds new Post. - - - - -##### [buildNewPosts](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/buildNewPosts.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Post](../models_post_post_model/Post-class.md)> newPosts) void - - - -This function initialise _posts with newPosts. - - - - -##### [dispose](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/dispose.md)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_override_ - - - -##### [fetchNewPosts](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/fetchNewPosts.md)() void - - - -This function fetches new posts in the organization. - - - - -##### [initialise](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/initialise.md)({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isTest = false}) void - - - - - - - - -##### [initializeWithDemoData](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/initializeWithDemoData.md)() void - - - - - - - - -##### [navigateToIndividualPage](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/navigateToIndividualPage.md)([Post](../models_post_post_model/Post-class.md) post) void - - - -This function navigate to individual post page. - - - - -##### [navigateToPinnedPostPage](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/navigateToPinnedPostPage.md)() void - - - -This function navigate to pinned post page. - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [setCurrentOrganizationName](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/setCurrentOrganizationName.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) updatedOrganization) void - - - -This function sets the organization name after update. - - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_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_ - - - -##### [updatedPost](../view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/updatedPost.md)([Post](../models_post_post_model/Post-class.md) post) void - - - -This function updates the post. - - - - - - -## 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/view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/initialise.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/initialise.md deleted file mode 100644 index cea956cdbab..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_feed_view_models_organization_feed_view_model/OrganizationFeedViewModel/initialise.md +++ /dev/null @@ -1,58 +0,0 @@ - - - -# initialise method - - - - - - - - -void initialise -({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isTest = false}) - - - - - - - - -## Implementation - -```dart -void initialise( - // bool forTest, - { - bool isTest = false, -}) { - // For caching/initializing the current organization after the stream subscription has canceled and the stream is updated - - _currentOrgName = _userConfig.currentOrg.name!; - // ------ - // Attaching the stream subscription to rebuild the widgets automatically - _currentOrganizationStreamSubscription = - _userConfig.currentOrgInfoStream.listen( - (updatedOrganization) => - setCurrentOrganizationName(updatedOrganization.name!), - ); - _postsSubscription = _postService.postStream.listen((newPosts) { - return buildNewPosts(newPosts); - }); - - _updatePostSubscription = - _postService.updatedPostStream.listen((post) => updatedPost(post)); - if (isTest) { - istest = true; - } -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel-class.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel-class.md deleted file mode 100644 index f83ea766cfd..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel-class.md +++ /dev/null @@ -1,275 +0,0 @@ - - - -# EditProfilePageViewModel class - - - - - - - - - -

EditProfilePageViewModel class helps to interact with model to serve data to edit profile views.

-

Methods include:

-
    -
  • getImageFromGallery
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- EditProfilePageViewModel - - - - - - - - -## Constructors - -[EditProfilePageViewModel](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/EditProfilePageViewModel.md) () - - - - -## Properties - -##### [databaseService](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/databaseService.md) → [DataBaseMutationFunctions](../services_database_mutation_functions/DataBaseMutationFunctions-class.md) - - - - -_final_ - - - -##### [firstNameFocus](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/firstNameFocus.md) ↔ [FocusNode](https://api.flutter.dev/flutter/widgets/FocusNode-class.html) - - - - -_read / write_ - - - -##### [firstNameTextController](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/firstNameTextController.md) ↔ [TextEditingController](https://api.flutter.dev/flutter/widgets/TextEditingController-class.html) - - - - -_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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [imageFile](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/imageFile.md) ↔ [File](https://api.flutter.dev/flutter/dart-io/File-class.html)? - - - - -_read / write_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [lastNameFocus](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/lastNameFocus.md) ↔ [FocusNode](https://api.flutter.dev/flutter/widgets/FocusNode-class.html) - - - - -_read / write_ - - - -##### [lastNameTextController](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/lastNameTextController.md) ↔ [TextEditingController](https://api.flutter.dev/flutter/widgets/TextEditingController-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_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - -##### [user](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/user.md) → [User](../models_user_user_info/User-class.md) - - - - -_final_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [dispose](https://api.flutter.dev/flutter/foundation/ChangeNotifier/dispose.html)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_inherited_ - - - -##### [getImageFromGallery](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/getImageFromGallery.md)({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) camera = false}) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function is used to get the image from gallery. -The function uses the _multiMediaPickerService services. - - - - -##### [initialize](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/initialize.md)() void - - - - - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [removeImage](../view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/removeImage.md)() void - - - -This function remove the selected image. - - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_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/view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/getImageFromGallery.md b/docs/talawa-mobile-docs/view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/getImageFromGallery.md deleted file mode 100644 index b1f5eda7ceb..00000000000 --- a/docs/talawa-mobile-docs/view_model_after_auth_view_models_profile_view_models_edit_profile_view_model/EditProfilePageViewModel/getImageFromGallery.md +++ /dev/null @@ -1,47 +0,0 @@ - - - -# getImageFromGallery method - - - - - - - - -[Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> getImageFromGallery -({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) camera = false}) - - - - - -

This function is used to get the image from gallery. -The function uses the _multiMediaPickerService services.

-

params:

-
    -
  • camera : if true then open camera for image, else open gallery to select image.
  • -
- - - -## Implementation - -```dart -Future getImageFromGallery({bool camera = false}) async { - final image = - await _multiMediaPickerService.getPhotoFromGallery(camera: camera); - if (image != null) { - imageFile = image; - notifyListeners(); - } -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_lang_view_model/AppLanguage-class.md b/docs/talawa-mobile-docs/view_model_lang_view_model/AppLanguage-class.md deleted file mode 100644 index 2927d291db5..00000000000 --- a/docs/talawa-mobile-docs/view_model_lang_view_model/AppLanguage-class.md +++ /dev/null @@ -1,292 +0,0 @@ - - - -# AppLanguage class - - - - - - - - - -

AppLanguage view model class interact with modal in the context of the App Language. -The class provides methods that set's the language, change the language in the modal.

-

Methods include:

-
    -
  • fetchLocale
  • -
  • changeLanguage
  • -
  • selectLanguagePress
  • -
  • dbLanguageUpdate
  • -
  • appLanguageQuery
  • -
  • userLanguageQuery
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- AppLanguage - - - - - - - - -## Constructors - -[AppLanguage](../view_model_lang_view_model/AppLanguage/AppLanguage.md) ({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isTest = false}) - - - - -## Properties - -##### [appLocal](../view_model_lang_view_model/AppLanguage/appLocal.md) → [Locale](https://api.flutter.dev/flutter/dart-ui/Locale-class.html) - - - - -_read-only_ - - - -##### [databaseFunctions](../view_model_lang_view_model/AppLanguage/databaseFunctions.md) → [DataBaseMutationFunctions](../services_database_mutation_functions/DataBaseMutationFunctions-class.md) - - - - -_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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [isTest](../view_model_lang_view_model/AppLanguage/isTest.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_final_ - - - -##### [navigationService](../view_model_lang_view_model/AppLanguage/navigationService.md) → [NavigationService](../services_navigation_service/NavigationService-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_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [appLanguageQuery](../view_model_lang_view_model/AppLanguage/appLanguageQuery.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function perform graphQL query to check the app language. -The function uses gqlAuthQuery method provided by Database Functions Services. - - - - -##### [changeLanguage](../view_model_lang_view_model/AppLanguage/changeLanguage.md)([Locale](https://api.flutter.dev/flutter/dart-ui/Locale-class.html) type) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function change the app default language. - - - - -##### [dbLanguageUpdate](../view_model_lang_view_model/AppLanguage/dbLanguageUpdate.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function updates the Database Language by running the graphQL mutations. - - - - -##### [dispose](https://api.flutter.dev/flutter/foundation/ChangeNotifier/dispose.html)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_inherited_ - - - -##### [fetchLocale](../view_model_lang_view_model/AppLanguage/fetchLocale.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function fetch the language of the user's app. - - - - -##### [initialize](../view_model_lang_view_model/AppLanguage/initialize.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - - - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [selectLanguagePress](../view_model_lang_view_model/AppLanguage/selectLanguagePress.md)() [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function navigate user to /appSettingsPage route if the user is authenticated -else navigate to /setUrl route. - - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_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_ - - - -##### [userLanguageQuery](../view_model_lang_view_model/AppLanguage/userLanguageQuery.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) userId) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function perform graphQL query to check the user's language in the database. -The function uses gqlAuthQuery method provided by Database Functions Services. - - - - - - -## 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/view_model_lang_view_model/AppLanguage/AppLanguage.md b/docs/talawa-mobile-docs/view_model_lang_view_model/AppLanguage/AppLanguage.md deleted file mode 100644 index 893a5b3d798..00000000000 --- a/docs/talawa-mobile-docs/view_model_lang_view_model/AppLanguage/AppLanguage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# AppLanguage constructor - - - - - - - -AppLanguage({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isTest = false}) - - - - - -## Implementation - -```dart -AppLanguage({this.isTest = false}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel-class.md b/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel-class.md deleted file mode 100644 index 6935ca705f4..00000000000 --- a/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel-class.md +++ /dev/null @@ -1,616 +0,0 @@ - - - -# MainScreenViewModel class - - - - - - - - - -

MainScreenViewModel class provide methods to interact with the modal to serve data in user's action in Main Screen Views.

-

The functions in this class are -mainly in the context of Tutorials for different componenets of the App.

-

Functions include:

-
    -
  • showTutorial
  • -
  • showHome
  • -
  • tourEventTargets
  • -
  • tourAddPost
  • -
  • tourChat
  • -
  • tourProfile
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- MainScreenViewModel - - - - - - - - -## Constructors - -[MainScreenViewModel](../view_model_main_screen_view_model/MainScreenViewModel/MainScreenViewModel.md) () - - - - -## Properties - -##### [context](../view_model_main_screen_view_model/MainScreenViewModel/context.md) ↔ [BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) - - - -context consist of parent info. -_read / write_ - - - -##### [currentPageIndex](../view_model_main_screen_view_model/MainScreenViewModel/currentPageIndex.md) ↔ [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - -var for current page in index. -_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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [keyBNChat](../view_model_main_screen_view_model/MainScreenViewModel/keyBNChat.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keyBNEvents](../view_model_main_screen_view_model/MainScreenViewModel/keyBNEvents.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keyBNHome](../view_model_main_screen_view_model/MainScreenViewModel/keyBNHome.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keyBNPost](../view_model_main_screen_view_model/MainScreenViewModel/keyBNPost.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keyBNProfile](../view_model_main_screen_view_model/MainScreenViewModel/keyBNProfile.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySEAdd](../view_model_main_screen_view_model/MainScreenViewModel/keySEAdd.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySECard](../view_model_main_screen_view_model/MainScreenViewModel/keySECard.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySECategoryMenu](../view_model_main_screen_view_model/MainScreenViewModel/keySECategoryMenu.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySEDateFilter](../view_model_main_screen_view_model/MainScreenViewModel/keySEDateFilter.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySHMenuIcon](../view_model_main_screen_view_model/MainScreenViewModel/keySHMenuIcon.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySHOrgName](../view_model_main_screen_view_model/MainScreenViewModel/keySHOrgName.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySHPinnedPost](../view_model_main_screen_view_model/MainScreenViewModel/keySHPinnedPost.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySHPost](../view_model_main_screen_view_model/MainScreenViewModel/keySHPost.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySPAppSetting](../view_model_main_screen_view_model/MainScreenViewModel/keySPAppSetting.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySPDonateUs](../view_model_main_screen_view_model/MainScreenViewModel/keySPDonateUs.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySPEditProfile](../view_model_main_screen_view_model/MainScreenViewModel/keySPEditProfile.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySPHelp](../view_model_main_screen_view_model/MainScreenViewModel/keySPHelp.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySPInvite](../view_model_main_screen_view_model/MainScreenViewModel/keySPInvite.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySPLogout](../view_model_main_screen_view_model/MainScreenViewModel/keySPLogout.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keySPPalisadoes](../view_model_main_screen_view_model/MainScreenViewModel/keySPPalisadoes.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [navBarItems](../view_model_main_screen_view_model/MainScreenViewModel/navBarItems.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[BottomNavigationBarItem](https://api.flutter.dev/flutter/widgets/BottomNavigationBarItem-class.html)> - - - -Actual BottomNavigationBarItems that show up on the screen. -_read / write_ - - - -##### [pages](../view_model_main_screen_view_model/MainScreenViewModel/pages.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[StatelessWidget](https://api.flutter.dev/flutter/widgets/StatelessWidget-class.html)> - - - -Contains the Widgets to be rendered for corresponding navbar items. -_read / write_ - - - -##### [pluginList](../view_model_main_screen_view_model/MainScreenViewModel/pluginList.md) ↔ [List](https://api.flutter.dev/flutter/dart-core/List-class.html) - - - -list of all the pluginList. -_read / write_ - - - -##### [pluginPrototypeData](../view_model_main_screen_view_model/MainScreenViewModel/pluginPrototypeData.md) ↔ [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html) - - - -Maps the feature names with their proper Icon and Page. -_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_ - - - -##### [showAppTour](../view_model_main_screen_view_model/MainScreenViewModel/showAppTour.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -bool to determine if we wanna show the apptour. -_read / write_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - -##### [targets](../view_model_main_screen_view_model/MainScreenViewModel/targets.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[TargetFocus](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/TargetFocus-class.html)> - - - -array of target. -_final_ - - - -##### [tourComplete](../view_model_main_screen_view_model/MainScreenViewModel/tourComplete.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -bool to determine if apptour is complete. -_read / write_ - - - -##### [tourSkipped](../view_model_main_screen_view_model/MainScreenViewModel/tourSkipped.md) ↔ [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -bool to determine if apptour is skipped. -_read / write_ - - - -##### [tutorialCoachMark](../view_model_main_screen_view_model/MainScreenViewModel/tutorialCoachMark.md) ↔ [TutorialCoachMark](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/TutorialCoachMark-class.html) - - - -tutorialCoachMark consist of coach used to give tutorial. -_read / write_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [dispose](https://api.flutter.dev/flutter/foundation/ChangeNotifier/dispose.html)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_inherited_ - - - -##### [fetchAndAddPlugins](../view_model_main_screen_view_model/MainScreenViewModel/fetchAndAddPlugins.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) void - - - -Dynamically adds BottomNavigationBarItems in BottomNavigationBar. - - - - -##### [focusTarget](../view_model_main_screen_view_model/MainScreenViewModel/focusTarget.md)([GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> key, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) keyName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) description, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isCircle = false, [ContentAlign](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/ContentAlign.html) align = ContentAlign.bottom, [CrossAxisAlignment](https://api.flutter.dev/flutter/rendering/CrossAxisAlignment.html) crossAlign = CrossAxisAlignment.start, [Alignment](https://api.flutter.dev/flutter/painting/Alignment-class.html) skipAlignment = Alignment.topRight, [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)? next, [CrossAxisAlignment](https://api.flutter.dev/flutter/rendering/CrossAxisAlignment.html) nextCrossAlign = CrossAxisAlignment.end, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isEnd = false}) [TargetFocus](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/TargetFocus-class.html) - - - -This returns a widget for a step in a tutorial. - - - - -##### [initialise](../view_model_main_screen_view_model/MainScreenViewModel/initialise.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) ctx, {required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) fromSignUp, required [int](https://api.flutter.dev/flutter/dart-core/int-class.html) mainScreenIndex}) void - - - -Initalizing function. - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [onTabTapped](../view_model_main_screen_view_model/MainScreenViewModel/onTabTapped.md)([int](https://api.flutter.dev/flutter/dart-core/int-class.html) index) void - - - -Handles click on BottomNavigationBarItem. - - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_inherited_ - - - -##### [showHome](../view_model_main_screen_view_model/MainScreenViewModel/showHome.md)([TargetFocus](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/TargetFocus-class.html) clickedTarget) void - - - -This function shows the Home screen. - - - - -##### [showTutorial](../view_model_main_screen_view_model/MainScreenViewModel/showTutorial.md)({required dynamic onClickTarget([TargetFocus](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/TargetFocus-class.html)), required dynamic onFinish()}) void - - - -This function show tutorial to user. - - - - -##### [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_ - - - -##### [tourAddPost](../view_model_main_screen_view_model/MainScreenViewModel/tourAddPost.md)() void - - - -This function show the tutorial to add Post in the organization. - - - - -##### [tourChat](../view_model_main_screen_view_model/MainScreenViewModel/tourChat.md)() void - - - -This function show the tour of chats. - - - - -##### [tourEventTargets](../view_model_main_screen_view_model/MainScreenViewModel/tourEventTargets.md)() void - - - -This function show the tutorial for Events. - - - - -##### [tourHomeTargets](../view_model_main_screen_view_model/MainScreenViewModel/tourHomeTargets.md)() void - - - -this functions starts the tour and info to be displayed is mentioned in this functions. - - - - -##### [tourProfile](../view_model_main_screen_view_model/MainScreenViewModel/tourProfile.md)() void - - - -This function show the tutorial for the profile page. - - - - - - -## 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_ - - - - - -## Static Properties - -##### [keyDrawerCurOrg](../view_model_main_screen_view_model/MainScreenViewModel/keyDrawerCurOrg.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keyDrawerJoinOrg](../view_model_main_screen_view_model/MainScreenViewModel/keyDrawerJoinOrg.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keyDrawerLeaveCurrentOrg](../view_model_main_screen_view_model/MainScreenViewModel/keyDrawerLeaveCurrentOrg.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [keyDrawerSwitchableOrg](../view_model_main_screen_view_model/MainScreenViewModel/keyDrawerSwitchableOrg.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -static variables. -_final_ - - - -##### [scaffoldKey](../view_model_main_screen_view_model/MainScreenViewModel/scaffoldKey.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[ScaffoldState](https://api.flutter.dev/flutter/material/ScaffoldState-class.html)> - - - -static variables. -_final_ - - - - - - - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel/focusTarget.md b/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel/focusTarget.md deleted file mode 100644 index 0e1e09f121f..00000000000 --- a/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel/focusTarget.md +++ /dev/null @@ -1,124 +0,0 @@ - - - -# focusTarget method - - - - - - - - -[TargetFocus](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/TargetFocus-class.html) focusTarget -([GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> key, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) keyName, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) description, {[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isCircle = false, [ContentAlign](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/ContentAlign.html) align = ContentAlign.bottom, [CrossAxisAlignment](https://api.flutter.dev/flutter/rendering/CrossAxisAlignment.html) crossAlign = CrossAxisAlignment.start, [Alignment](https://api.flutter.dev/flutter/painting/Alignment-class.html) skipAlignment = Alignment.topRight, [Function](https://api.flutter.dev/flutter/dart-core/Function-class.html)? next, [CrossAxisAlignment](https://api.flutter.dev/flutter/rendering/CrossAxisAlignment.html) nextCrossAlign = CrossAxisAlignment.end, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isEnd = false}) - - - - - -

This returns a widget for a step in a tutorial.

-

params:

-
    -
  • key: key of type GlobalKey.
  • -
  • keyName: key where the widget shows.
  • -
  • description: description of the step.
  • -
  • isCircle: bool to specify if circle
  • -
  • align: align of type ContentAlign to align button.
  • -
  • crossAlign: Cross align axes
  • -
  • skipAlignment: to give alignment of skip option
  • -
  • next: Functiontype, this show the next step orkey` to show the tour of.
  • -
  • nextCrossAlign: nextCrossAlign to give alignment of next option
  • -
  • isEnd: true if last step of the tour.
  • -
-

returns:

-
    -
  • TargetFocus: This return widget foa a step in a tut
  • -
- - - -## Implementation - -```dart -TargetFocus focusTarget( - GlobalKey key, - String keyName, - String description, { - bool isCircle = false, - ContentAlign align = ContentAlign.bottom, - CrossAxisAlignment crossAlign = CrossAxisAlignment.start, - Alignment skipAlignment = Alignment.topRight, - Function? next, - CrossAxisAlignment nextCrossAlign = CrossAxisAlignment.end, - bool isEnd = false, -}) { - return TargetFocus( - enableOverlayTab: true, - color: Colors.transparent, - identify: keyName, - keyTarget: key, - alignSkip: skipAlignment, - shape: isCircle ? ShapeLightFocus.Circle : ShapeLightFocus.RRect, - contents: [ - TargetContent( - align: align, - builder: (context, controller) { - return Container( - child: Column( - mainAxisSize: MainAxisSize.max, - crossAxisAlignment: crossAlign, - children: [ - Text( - description, - style: TextStyle( - color: Theme.of(context).colorScheme.background, - fontSize: 20, - ), - ), - ], - ), - ); - }, - ), - TargetContent( - align: ContentAlign.custom, - customPosition: CustomTargetContentPosition( - bottom: SizeConfig.screenHeight! * 0.025, - ), - builder: (context, controller) { - return GestureDetector( - onTap: () { - if (next != null) { - // ignore: avoid_dynamic_calls - next(); - } - tutorialCoachMark.next(); - }, - child: Column( - mainAxisSize: MainAxisSize.min, - crossAxisAlignment: nextCrossAlign, - children: [ - Text( - isEnd ? 'COMPLETE' : 'NEXT', - style: TextStyle( - color: Theme.of(context).colorScheme.background, - fontSize: 20, - ), - ), - ], - ), - ); - }, - ), - ], - ); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel/initialise.md b/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel/initialise.md deleted file mode 100644 index 6f369532606..00000000000 --- a/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel/initialise.md +++ /dev/null @@ -1,85 +0,0 @@ - - - -# initialise method - - - - - - - - -void initialise -([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) ctx, {required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) fromSignUp, required [int](https://api.flutter.dev/flutter/dart-core/int-class.html) mainScreenIndex}) - - - - - -

Initalizing function.

-

params:

-
    -
  • ctx: BuildContext, contain parent info
  • -
  • fromSignUp: Bool to find user entry
  • -
  • mainScreenIndex: Index to find tab on mainScreen
  • -
-

returns: - None

- - - -## Implementation - -```dart -void initialise( - BuildContext ctx, { - required bool fromSignUp, - required int mainScreenIndex, -}) { - currentPageIndex = mainScreenIndex; - showAppTour = fromSignUp; - - pluginPrototypeData = { - "Donation": { - "icon": Icons.attach_money_outlined, - "page": const ChangeThemeTile(), - } - }; - - notifyListeners(); - if (!showAppTour) { - tourComplete = true; - tourSkipped = false; - } else { - Future.delayed( - const Duration(seconds: 1), - () => navigationService.pushDialog( - CustomAlertDialog( - dialogTitle: 'App Tour', - dialogSubTitle: 'Start app tour to know talawa functioning', - successText: 'Start', - secondaryButtonText: 'Skip', - success: () { - context = ctx; - navigationService.pop(); - tourHomeTargets(); - }, - secondaryButtonTap: () { - tourComplete = false; - tourSkipped = true; - notifyListeners(); - }, - ), - ), - ); - } -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel/showTutorial.md b/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel/showTutorial.md deleted file mode 100644 index 010e415b6b8..00000000000 --- a/docs/talawa-mobile-docs/view_model_main_screen_view_model/MainScreenViewModel/showTutorial.md +++ /dev/null @@ -1,69 +0,0 @@ - - - -# showTutorial method - - - - - - - - -void showTutorial -({required dynamic onClickTarget([TargetFocus](https://pub.dev/documentation/tutorial_coach_mark/1.2.9/tutorial_coach_mark/TargetFocus-class.html)), required dynamic onFinish()}) - - - - - -

This function show tutorial to user.

-

params:

-
    -
  • onClickTarget: Its a function which is required to run desired tasks on click.
  • -
  • onFinish: Its a function which is required to run desired tasks on finish
  • -
-

returns: - None

- - - -## Implementation - -```dart -void showTutorial({ - required dynamic Function(TargetFocus) onClickTarget, - required dynamic Function() onFinish, -}) { - tutorialCoachMark = TutorialCoachMark( - targets: targets, - colorShadow: Theme.of(context).colorScheme.secondaryContainer, - textSkip: "SKIP", - textStyleSkip: TextStyle( - color: Theme.of(context).colorScheme.background, - fontSize: 20, - ), - paddingFocus: 10, - opacityShadow: 1.0, - onFinish: onFinish, - onClickTarget: onClickTarget, - onSkip: () { - if (scaffoldKey.currentState!.isDrawerOpen) { - navigationService.pop(); - } - tourSkipped = true; - onTabTapped(0); - }, - onClickOverlay: (target) { - onClickTarget(target); - }, - )..show(context: context); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel-class.md b/docs/talawa-mobile-docs/view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel-class.md deleted file mode 100644 index eea1cc27f43..00000000000 --- a/docs/talawa-mobile-docs/view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel-class.md +++ /dev/null @@ -1,319 +0,0 @@ - - - -# SetUrlViewModel class - - - - - - - - - -

SetUrlViewModel class helps to interact with model to serve data.

-

and react to user's input for Set Url Section. -Methods include:

-
    -
  • checkURLandNavigate
  • -
  • scanQR
  • -
  • initialise
  • -
  • checkURLandNavigate
  • -
  • checkURLandShowPopUp
  • -
  • scanQR
  • -
  • _onQRViewCreated
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- SetUrlViewModel - - - - - - - - -## Constructors - -[SetUrlViewModel](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/SetUrlViewModel.md) () - - - - -## Properties - -##### [formKey](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/formKey.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[FormState](https://api.flutter.dev/flutter/widgets/FormState-class.html)> - - - -formKey. -_final_ - - - -##### [greeting](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/greeting.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>> - - - -qrController. -_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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [orgId](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/orgId.md) ↔ [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -organizationID. -_read / write_ - - - -##### [qrKey](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/qrKey.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[State](https://api.flutter.dev/flutter/widgets/State-class.html)<[StatefulWidget](https://api.flutter.dev/flutter/widgets/StatefulWidget-class.html)>> - - - -qrKey. -_final_ - - - -##### [result](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/result.md) ↔ [Barcode](https://pub.dev/documentation/qr_code_scanner/1.0.1/qr_code_scanner/Barcode-class.html) - - - -qrText. -_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_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - -##### [url](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/url.md) ↔ [TextEditingController](https://api.flutter.dev/flutter/widgets/TextEditingController-class.html) - - - -url. -_read / write_ - - - -##### [urlFocus](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/urlFocus.md) ↔ [FocusNode](https://api.flutter.dev/flutter/widgets/FocusNode-class.html) - - - -urlFocus. -_read / write_ - - - -##### [validate](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/validate.md) ↔ [AutovalidateMode](https://api.flutter.dev/flutter/widgets/AutovalidateMode.html) - - - -qrValidator. -_read / write_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [checkURLandNavigate](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/checkURLandNavigate.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) navigateTo, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) argument) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function check the URL and navigate to the respective URL. - - - - -##### [checkURLandShowPopUp](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/checkURLandShowPopUp.md)([String](https://api.flutter.dev/flutter/dart-core/String-class.html) argument) [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)<void> - - - -This function check the URL and navigate to the respective URL. - - - - -##### [dispose](https://api.flutter.dev/flutter/foundation/ChangeNotifier/dispose.html)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_inherited_ - - - -##### [initialise](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/initialise.md)({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) inviteUrl = ''}) void - - - -This function initialises the variables. - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [scanQR](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/scanQR.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) void - - - -This function create a widget which is used to scan the QR-code. - - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_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_ - - - - - - - - - - -## Constants - -##### [imageUrlKey](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/imageUrlKey-constant.md) const [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -imageUrlKey. - - - - -##### [urlKey](../view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/urlKey-constant.md) const [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -urlKey. - - - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/initialise.md b/docs/talawa-mobile-docs/view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/initialise.md deleted file mode 100644 index 828addb8fa7..00000000000 --- a/docs/talawa-mobile-docs/view_model_pre_auth_view_models_set_url_view_model/SetUrlViewModel/initialise.md +++ /dev/null @@ -1,89 +0,0 @@ - - - -# initialise method - - - - - - - - -void initialise -({[String](https://api.flutter.dev/flutter/dart-core/String-class.html) inviteUrl = ''}) - - - - - -

This function initialises the variables.

-

params:

-
    -
  • inviteUrl: url
  • -
-

returns: - None

- - - -## Implementation - -```dart -void initialise({String inviteUrl = ''}) { - final uri = inviteUrl; - if (uri.isNotEmpty) { - /// assigning the invite server url to the url text controller. - url.text = uri; - final box = Hive.box('url'); - box.put(urlKey, uri); - box.put(imageUrlKey, "$uri/talawa/"); - graphqlConfig.getOrgUrl(); - } - - /// greeting message. - greeting = [ - { - 'text': 'Join ', - 'textStyle': Theme.of(navigationService.navigatorKey.currentContext!) - .textTheme - .titleLarge! - .copyWith(fontSize: 24, fontWeight: FontWeight.w700) - }, - { - 'text': 'and ', - 'textStyle': Theme.of(navigationService.navigatorKey.currentContext!) - .textTheme - .headlineSmall - }, - { - 'text': 'Collaborate ', - 'textStyle': Theme.of(navigationService.navigatorKey.currentContext!) - .textTheme - .titleLarge! - .copyWith(fontSize: 24, fontWeight: FontWeight.w700) - }, - { - 'text': 'with your ', - 'textStyle': Theme.of(navigationService.navigatorKey.currentContext!) - .textTheme - .headlineSmall - }, - { - 'text': 'Organizations', - 'textStyle': Theme.of(navigationService.navigatorKey.currentContext!) - .textTheme - .headlineSmall! - .copyWith(fontSize: 24, color: const Color(0xFF4285F4)) - }, - ]; - notifyListeners(); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_theme_view_model/AppTheme-class.md b/docs/talawa-mobile-docs/view_model_theme_view_model/AppTheme-class.md deleted file mode 100644 index 237c0f90f86..00000000000 --- a/docs/talawa-mobile-docs/view_model_theme_view_model/AppTheme-class.md +++ /dev/null @@ -1,220 +0,0 @@ - - - -# AppTheme class - - - - - - - - - -

AppTheme class is a type of View Model to serve data from modal to views in the context of App Themes.

-

Methods include:

-
    -
  • switchTheme
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- AppTheme - - - - - - - - -## Constructors - -[AppTheme](../view_model_theme_view_model/AppTheme/AppTheme.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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [isdarkTheme](../view_model_theme_view_model/AppTheme/isdarkTheme.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-only_ - - - -##### [key](../view_model_theme_view_model/AppTheme/key.md) → [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_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [dispose](https://api.flutter.dev/flutter/foundation/ChangeNotifier/dispose.html)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_inherited_ - - - -##### [initialize](../view_model_theme_view_model/AppTheme/initialize.md)() void - - - - - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_inherited_ - - - -##### [switchTheme](../view_model_theme_view_model/AppTheme/switchTheme.md)({required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isOn}) void - - - -This function switches the app theme. - - - - -##### [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/view_model_theme_view_model/AppTheme/switchTheme.md b/docs/talawa-mobile-docs/view_model_theme_view_model/AppTheme/switchTheme.md deleted file mode 100644 index 25663ba89b3..00000000000 --- a/docs/talawa-mobile-docs/view_model_theme_view_model/AppTheme/switchTheme.md +++ /dev/null @@ -1,43 +0,0 @@ - - - -# switchTheme method - - - - - - - - -void switchTheme -({required [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) isOn}) - - - - - -

This function switches the app theme.

-
    -
  • Dart -> Light
  • -
  • Light -> Dark
  • -
- - - -## Implementation - -```dart -void switchTheme({required bool isOn}) { - _isDarkMode = isOn; - _saveToPrefs(); - notifyListeners(); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel-class.md b/docs/talawa-mobile-docs/view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel-class.md deleted file mode 100644 index f314993621a..00000000000 --- a/docs/talawa-mobile-docs/view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel-class.md +++ /dev/null @@ -1,260 +0,0 @@ - - - -# LikeButtonViewModel class - - - - - - - - - -

LikeButtonViewModel class helps to serve the data and -to react to user's input for Like Button Widget.

-

Methods include:

-
    -
  • toggleIsLiked
  • -
  • setIsLiked
  • -
  • updatePost
  • -
- - - -**Inheritance** - -- [Object](https://api.flutter.dev/flutter/dart-core/Object-class.html) -- [ChangeNotifier](https://api.flutter.dev/flutter/foundation/ChangeNotifier-class.html) -- [BaseModel](../view_model_base_view_model/BaseModel-class.md) -- LikeButtonViewModel - - - - - - - - -## Constructors - -[LikeButtonViewModel](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/LikeButtonViewModel.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_ - - - -##### [hasListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/hasListeners.html) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - -Whether any listeners are currently registered. -_read-onlyinherited_ - - - -##### [isBusy](../view_model_base_view_model/BaseModel/isBusy.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-onlyinherited_ - - - -##### [isLiked](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/isLiked.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) - - - - -_read-only_ - - - -##### [likedBy](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/likedBy.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[LikedBy](../models_post_post_model/LikedBy-class.md)> - - - - -_read-only_ - - - -##### [likesCount](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/likesCount.md) → [int](https://api.flutter.dev/flutter/dart-core/int-class.html) - - - - -_read-only_ - - - -##### [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_ - - - -##### [state](../view_model_base_view_model/BaseModel/state.md) → [ViewState](../enums_enums/ViewState.md) - - - - -_read-onlyinherited_ - - - - - -## Methods - -##### [addListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/addListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Register a closure to be called when the object changes. -_inherited_ - - - -##### [checkAndSetTheIsLiked](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/checkAndSetTheIsLiked.md)() void - - - - - - - - -##### [dispose](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/dispose.md)() void - - - -Discards any resources used by the object. After this is called, the -object is not in a usable state and should be discarded (calls to -addListener will throw after the object is disposed). -_override_ - - - -##### [initialize](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/initialize.md)([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[LikedBy](../models_post_post_model/LikedBy-class.md)> likedBy, [String](https://api.flutter.dev/flutter/dart-core/String-class.html) postID) void - - - - - - - - -##### [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_ - - - -##### [notifyListeners](https://api.flutter.dev/flutter/foundation/ChangeNotifier/notifyListeners.html)() void - - - -Call all the registered listeners. -_inherited_ - - - -##### [removeListener](https://api.flutter.dev/flutter/foundation/ChangeNotifier/removeListener.html)([VoidCallback](https://api.flutter.dev/flutter/dart-ui/VoidCallback.html) listener) void - - - -Remove a previously registered closure from the list of closures that are -notified when the object changes. -_inherited_ - - - -##### [setIsLiked](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/setIsLiked.md)({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) val = true}) void - - - -This function set _isLike to true. - - - - -##### [setState](../view_model_base_view_model/BaseModel/setState.md)([ViewState](../enums_enums/ViewState.md) viewState) void - - - - -_inherited_ - - - -##### [toggleIsLiked](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/toggleIsLiked.md)() void - - - -This function add like to the post if not liked and -remove the like from the post if liked. - - - - -##### [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_ - - - -##### [updatePost](../view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/updatePost.md)([Post](../models_post_post_model/Post-class.md) post) void - - - -This function updates the Post. - - - - - - -## 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/view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/setIsLiked.md b/docs/talawa-mobile-docs/view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/setIsLiked.md deleted file mode 100644 index 0f471fd1690..00000000000 --- a/docs/talawa-mobile-docs/view_model_widgets_view_models_like_button_view_model/LikeButtonViewModel/setIsLiked.md +++ /dev/null @@ -1,38 +0,0 @@ - - - -# setIsLiked method - - - - - - - - -void setIsLiked -({[bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) val = true}) - - - - - -

This function set _isLike to true.

- - - -## Implementation - -```dart -void setIsLiked({bool val = true}) { - _isLiked = val; - notifyListeners(); -} -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_add_post_page/AddPost-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_add_post_page/AddPost-class.md deleted file mode 100644 index f61800c2df5..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_add_post_page/AddPost-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# AddPost class - - - - - - - - - -

AddPost returns a widget to add(upload) the post.

- - - -**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) -- AddPost - - - - - - - - -## Constructors - -[AddPost](../views_after_auth_screens_add_post_page/AddPost/AddPost.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[ScaffoldState](https://api.flutter.dev/flutter/material/ScaffoldState-class.html)>? drawerKey}) - - _const_ - - -## Properties - -##### [drawerKey](../views_after_auth_screens_add_post_page/AddPost/drawerKey.md) → [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[ScaffoldState](https://api.flutter.dev/flutter/material/ScaffoldState-class.html)>? - - - -DrawerKey. -_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_ - - - - - -## Methods - -##### [build](../views_after_auth_screens_add_post_page/AddPost/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_after_auth_screens_add_post_page/AddPost/AddPost.md b/docs/talawa-mobile-docs/views_after_auth_screens_add_post_page/AddPost/AddPost.md deleted file mode 100644 index a98f0d2a1a4..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_add_post_page/AddPost/AddPost.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# AddPost constructor - - - - - - -const -AddPost({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, [GlobalKey](https://api.flutter.dev/flutter/widgets/GlobalKey-class.html)<[ScaffoldState](https://api.flutter.dev/flutter/material/ScaffoldState-class.html)>? drawerKey}) - - - - - -## Implementation - -```dart -const AddPost({Key? key, this.drawerKey}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_app_settings_app_settings_page/AppSettingsPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_app_settings_app_settings_page/AppSettingsPage-class.md deleted file mode 100644 index b86bb1fbdaf..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_app_settings_app_settings_page/AppSettingsPage-class.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# AppSettingsPage class - - - - - - - - - -

AppSettingsPage is a widget that has mutable state _AppSettingsPageState.

- - - -**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) -- AppSettingsPage - - - - - - - - -## Constructors - -[AppSettingsPage](../views_after_auth_screens_app_settings_app_settings_page/AppSettingsPage/AppSettingsPage.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 - -##### [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_after_auth_screens_app_settings_app_settings_page/AppSettingsPage/createState.md)() _AppSettingsPageState - - - -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_after_auth_screens_app_settings_app_settings_page/AppSettingsPage/AppSettingsPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_app_settings_app_settings_page/AppSettingsPage/AppSettingsPage.md deleted file mode 100644 index cef89c44bc3..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_app_settings_app_settings_page/AppSettingsPage/AppSettingsPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# AppSettingsPage constructor - - - - - - -const -AppSettingsPage({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const AppSettingsPage({Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_app_settings_app_settings_page/AppSettingsPage/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_app_settings_app_settings_page/AppSettingsPage/createState.md deleted file mode 100644 index f6f01c5f1db..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_app_settings_app_settings_page/AppSettingsPage/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_AppSettingsPageState 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 -_AppSettingsPageState createState() => _AppSettingsPageState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_list_screen/ChatPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_list_screen/ChatPage-class.md deleted file mode 100644 index d85f9dd3e1b..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_list_screen/ChatPage-class.md +++ /dev/null @@ -1,190 +0,0 @@ - - - -# ChatPage class - - - - - - - - - -

ChatPage returns a stateless widget for current user Chat Page which renders -the list of all the users that the current user has chat with.

- - - -**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) -- ChatPage - - - - - - - - -## Constructors - -[ChatPage](../views_after_auth_screens_chat_chat_list_screen/ChatPage/ChatPage.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_after_auth_screens_chat_chat_list_screen/ChatPage/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_after_auth_screens_chat_chat_list_screen/ChatPage/ChatPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_list_screen/ChatPage/ChatPage.md deleted file mode 100644 index c9653c01c9e..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_list_screen/ChatPage/ChatPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# ChatPage constructor - - - - - - -const -ChatPage({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const ChatPage({Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_message_screen/ChatMessageScreen-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_message_screen/ChatMessageScreen-class.md deleted file mode 100644 index 131bed19672..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_message_screen/ChatMessageScreen-class.md +++ /dev/null @@ -1,207 +0,0 @@ - - - -# ChatMessageScreen class - - - - - - - - - -

ChatMessageScreen returns a StatelessWidget for showing the chat message 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) -- ChatMessageScreen - - - - - - - - -## Constructors - -[ChatMessageScreen](../views_after_auth_screens_chat_chat_message_screen/ChatMessageScreen/ChatMessageScreen.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) chatId, required [DirectChatViewModel](../view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/DirectChatViewModel-class.md) model}) - - _const_ - - -## Properties - -##### [chatId](../views_after_auth_screens_chat_chat_message_screen/ChatMessageScreen/chatId.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_ - - - -##### [model](../views_after_auth_screens_chat_chat_message_screen/ChatMessageScreen/model.md) → [DirectChatViewModel](../view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/DirectChatViewModel-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](../views_after_auth_screens_chat_chat_message_screen/ChatMessageScreen/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_after_auth_screens_chat_chat_message_screen/ChatMessageScreen/ChatMessageScreen.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_message_screen/ChatMessageScreen/ChatMessageScreen.md deleted file mode 100644 index f6d0c8a5e6b..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_chat_message_screen/ChatMessageScreen/ChatMessageScreen.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# ChatMessageScreen constructor - - - - - - -const -ChatMessageScreen({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) chatId, required [DirectChatViewModel](../../view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/DirectChatViewModel-class.md) model}) - - - - - -## Implementation - -```dart -const ChatMessageScreen({Key? key, required this.chatId, required this.model}) - : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/ChatTile-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/ChatTile-class.md deleted file mode 100644 index aa7aa3b8907..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/ChatTile-class.md +++ /dev/null @@ -1,207 +0,0 @@ - - - -# ChatTile class - - - - - - - - - -

ChatTile return a widget for a tile in the list of Direct Chats in the Chat List 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) -- ChatTile - - - - - - - - -## Constructors - -[ChatTile](../views_after_auth_screens_chat_direct_chats/ChatTile/ChatTile.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [ChatListTileDataModel](../models_chats_chat_list_tile_data_model/ChatListTileDataModel-class.md) chat, required [DirectChatViewModel](../view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/DirectChatViewModel-class.md) model}) - - _const_ - - -## Properties - -##### [chat](../views_after_auth_screens_chat_direct_chats/ChatTile/chat.md) → [ChatListTileDataModel](../models_chats_chat_list_tile_data_model/ChatListTileDataModel-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_ - - - -##### [model](../views_after_auth_screens_chat_direct_chats/ChatTile/model.md) → [DirectChatViewModel](../view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/DirectChatViewModel-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](../views_after_auth_screens_chat_direct_chats/ChatTile/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_after_auth_screens_chat_direct_chats/ChatTile/ChatTile.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/ChatTile/ChatTile.md deleted file mode 100644 index d57031896b7..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/ChatTile/ChatTile.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# ChatTile constructor - - - - - - -const -ChatTile({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [ChatListTileDataModel](../../models_chats_chat_list_tile_data_model/ChatListTileDataModel-class.md) chat, required [DirectChatViewModel](../../view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/DirectChatViewModel-class.md) model}) - - - - - -## Implementation - -```dart -const ChatTile({Key? key, required this.chat, required this.model}) - : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/DirectChats-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/DirectChats-class.md deleted file mode 100644 index 2db88e0c78f..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/DirectChats-class.md +++ /dev/null @@ -1,190 +0,0 @@ - - - -# DirectChats class - - - - - - - - - -

DirectChats return a statelessWidget for rendering all the directs -chats of the current user in the Chat List 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) -- DirectChats - - - - - - - - -## Constructors - -[DirectChats](../views_after_auth_screens_chat_direct_chats/DirectChats/DirectChats.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_after_auth_screens_chat_direct_chats/DirectChats/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_after_auth_screens_chat_direct_chats/DirectChats/DirectChats.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/DirectChats/DirectChats.md deleted file mode 100644 index bacac35bade..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_direct_chats/DirectChats/DirectChats.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# DirectChats constructor - - - - - - -const -DirectChats({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const DirectChats({Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_event_chats/EventChats-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_event_chats/EventChats-class.md deleted file mode 100644 index afab3cf5883..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_event_chats/EventChats-class.md +++ /dev/null @@ -1,190 +0,0 @@ - - - -# EventChats class - - - - - - - - - -

EventChats return a statelessWidget for rendering all the events -chats of the current user in the Chat List 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) -- EventChats - - - - - - - - -## Constructors - -[EventChats](../views_after_auth_screens_chat_event_chats/EventChats/EventChats.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_after_auth_screens_chat_event_chats/EventChats/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_after_auth_screens_chat_event_chats/EventChats/EventChats.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_event_chats/EventChats/EventChats.md deleted file mode 100644 index 5186b082270..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_event_chats/EventChats/EventChats.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# EventChats constructor - - - - - - -const -EventChats({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const EventChats({Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_select_contact/SelectContact-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_select_contact/SelectContact-class.md deleted file mode 100644 index 790f504b5ac..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_select_contact/SelectContact-class.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# SelectContact class - - - - - - - - - -

SelectContact returns a widget that has mutable state _SelectContactState.

- - - -**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) -- SelectContact - - - - - - - - -## Constructors - -[SelectContact](../views_after_auth_screens_chat_select_contact/SelectContact/SelectContact.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 - -##### [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_after_auth_screens_chat_select_contact/SelectContact/createState.md)() _SelectContactState - - - -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_after_auth_screens_chat_select_contact/SelectContact/SelectContact.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_select_contact/SelectContact/SelectContact.md deleted file mode 100644 index d896d61fdaa..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_select_contact/SelectContact/SelectContact.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# SelectContact constructor - - - - - - -const -SelectContact({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const SelectContact({Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_select_contact/SelectContact/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_select_contact/SelectContact/createState.md deleted file mode 100644 index 34529da24d1..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_select_contact/SelectContact/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_SelectContactState 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 -_SelectContactState createState() => _SelectContactState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField-class.md deleted file mode 100644 index 8eb64608552..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField-class.md +++ /dev/null @@ -1,207 +0,0 @@ - - - -# ChatInputField class - - - - - - - - - -

ChatInputField returns a widget that has mutable state _ChatInputFieldState.

- - - -**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) -- ChatInputField - - - - - - - - -## Constructors - -[ChatInputField](../views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/ChatInputField.md) ({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) chatId, required [DirectChatViewModel](../view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/DirectChatViewModel-class.md) model, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - _const_ - - -## Properties - -##### [chatId](../views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/chatId.md) → [String](https://api.flutter.dev/flutter/dart-core/String-class.html) - - - -ChatId. -_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_ - - - -##### [model](../views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/model.md) → [DirectChatViewModel](../view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/DirectChatViewModel-class.md) - - - -DirectChatViewModel instance. -_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](../views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/createState.md)() [State](https://api.flutter.dev/flutter/widgets/State-class.html)<[ChatInputField](../views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField-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/views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/ChatInputField.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/ChatInputField.md deleted file mode 100644 index 9521860d9e9..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/ChatInputField.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# ChatInputField constructor - - - - - - -const -ChatInputField({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) chatId, required [DirectChatViewModel](../../view_model_after_auth_view_models_chat_view_models_direct_chat_view_model/DirectChatViewModel-class.md) model, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const ChatInputField({ - required this.chatId, - required this.model, - Key? key, -}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/createState.md deleted file mode 100644 index 1d7afc59b14..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField/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)<[ChatInputField](../../views_after_auth_screens_chat_widgets_chat_input_field/ChatInputField-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() => _ChatInputFieldState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_message_bubble/Message-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_message_bubble/Message-class.md deleted file mode 100644 index 7bb1eb07652..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_message_bubble/Message-class.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# Message class - - - - - - - - - -

Message returns a widget for chat message in the bubble form.

- - - -**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) -- Message - - - - - - - - -## Constructors - -[Message](../views_after_auth_screens_chat_widgets_chat_message_bubble/Message/Message.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [ChatMessage](../models_chats_chat_message/ChatMessage-class.md) message}) - - _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_after_auth_screens_chat_widgets_chat_message_bubble/Message/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_after_auth_screens_chat_widgets_chat_message_bubble/Message/Message.md b/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_message_bubble/Message/Message.md deleted file mode 100644 index 6f392e74818..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_chat_widgets_chat_message_bubble/Message/Message.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# Message constructor - - - - - - -const -Message({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [ChatMessage](../../models_chats_chat_message/ChatMessage-class.md) message}) - - - - - -## Implementation - -```dart -const Message({Key? key, required this.message}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_form/CreateEventForm-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_form/CreateEventForm-class.md deleted file mode 100644 index 6899a021e14..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_form/CreateEventForm-class.md +++ /dev/null @@ -1,199 +0,0 @@ - - - -# CreateEventForm class - - - - - - - - - -

CreateEventForm returns a widget of a Form for creating events in the organization. -This widget is used in CreateEventPage 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) -- CreateEventForm - - - - - - - - -## Constructors - -[CreateEventForm](../views_after_auth_screens_events_create_event_form/CreateEventForm/CreateEventForm.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [CreateEventViewModel](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-class.md) model}) - - _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](../views_after_auth_screens_events_create_event_form/CreateEventForm/model.md) → [CreateEventViewModel](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-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](../views_after_auth_screens_events_create_event_form/CreateEventForm/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_after_auth_screens_events_create_event_form/CreateEventForm/CreateEventForm.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_form/CreateEventForm/CreateEventForm.md deleted file mode 100644 index bc499612ce6..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_form/CreateEventForm/CreateEventForm.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# CreateEventForm constructor - - - - - - -const -CreateEventForm({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [CreateEventViewModel](../../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-class.md) model}) - - - - - -## Implementation - -```dart -const CreateEventForm({Key? key, required this.model}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_page/CreateEventPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_page/CreateEventPage-class.md deleted file mode 100644 index eae27c46b76..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_page/CreateEventPage-class.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# CreateEventPage class - - - - - - - - - -

CreateEventPage returns a widget that has mutable state _CreateEventPageState.

- - - -**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) -- CreateEventPage - - - - - - - - -## Constructors - -[CreateEventPage](../views_after_auth_screens_events_create_event_page/CreateEventPage/CreateEventPage.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 - -##### [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_after_auth_screens_events_create_event_page/CreateEventPage/createState.md)() _CreateEventPageState - - - -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_after_auth_screens_events_create_event_page/CreateEventPage/CreateEventPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_page/CreateEventPage/CreateEventPage.md deleted file mode 100644 index 3692c4ee96f..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_page/CreateEventPage/CreateEventPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# CreateEventPage constructor - - - - - - -const -CreateEventPage({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const CreateEventPage({Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_page/CreateEventPage/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_page/CreateEventPage/createState.md deleted file mode 100644 index 2b79419a36f..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_create_event_page/CreateEventPage/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_CreateEventPageState 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 -_CreateEventPageState createState() => _CreateEventPageState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_event_page/EditEventPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_event_page/EditEventPage-class.md deleted file mode 100644 index 612885d7f4b..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_event_page/EditEventPage-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# EditEventPage class - - - - - - - - - -

EditEventPage returns a widget that has mutable state _EditEventPageState.

- - - -**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) -- EditEventPage - - - - - - - - -## Constructors - -[EditEventPage](../views_after_auth_screens_events_edit_event_page/EditEventPage/EditEventPage.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Event](../models_events_event_model/Event-class.md) event}) - - _const_ - - -## Properties - -##### [event](../views_after_auth_screens_events_edit_event_page/EditEventPage/event.md) → [Event](../models_events_event_model/Event-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_ - - - -##### [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_after_auth_screens_events_edit_event_page/EditEventPage/createState.md)() _EditEventPageState - - - -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_after_auth_screens_events_edit_event_page/EditEventPage/EditEventPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_event_page/EditEventPage/EditEventPage.md deleted file mode 100644 index 101f34c3d25..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_event_page/EditEventPage/EditEventPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# EditEventPage constructor - - - - - - -const -EditEventPage({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Event](../../models_events_event_model/Event-class.md) event}) - - - - - -## Implementation - -```dart -const EditEventPage({Key? key, required this.event}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_event_page/EditEventPage/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_event_page/EditEventPage/createState.md deleted file mode 100644 index f095ce13c68..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_event_page/EditEventPage/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_EditEventPageState 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 -_EditEventPageState createState() => _EditEventPageState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_events_form/EditEventForm-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_events_form/EditEventForm-class.md deleted file mode 100644 index 4b944f02139..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_events_form/EditEventForm-class.md +++ /dev/null @@ -1,199 +0,0 @@ - - - -# EditEventForm class - - - - - - - - - -

EditEventForm returns a widget of a Form for editing an event. -This widget is used in EditEventPage 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) -- EditEventForm - - - - - - - - -## Constructors - -[EditEventForm](../views_after_auth_screens_events_edit_events_form/EditEventForm/EditEventForm.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [EditEventViewModel](../view_model_after_auth_view_models_event_view_models_edit_event_view_model/EditEventViewModel-class.md) model}) - - _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](../views_after_auth_screens_events_edit_events_form/EditEventForm/model.md) → [EditEventViewModel](../view_model_after_auth_view_models_event_view_models_edit_event_view_model/EditEventViewModel-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](../views_after_auth_screens_events_edit_events_form/EditEventForm/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_after_auth_screens_events_edit_events_form/EditEventForm/EditEventForm.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_events_form/EditEventForm/EditEventForm.md deleted file mode 100644 index 355dbe36f74..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_edit_events_form/EditEventForm/EditEventForm.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# EditEventForm constructor - - - - - - -const -EditEventForm({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [EditEventViewModel](../../view_model_after_auth_view_models_event_view_models_edit_event_view_model/EditEventViewModel-class.md) model}) - - - - - -## Implementation - -```dart -const EditEventForm({Key? key, required this.model}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_calendar/EventCalendar-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_event_calendar/EventCalendar-class.md deleted file mode 100644 index 5d56cb4be3e..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_calendar/EventCalendar-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# EventCalendar class - - - - - - - - - -

EventCalendar returns a widget that has mutable state _EventCalendarState.

- - - -**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) -- EventCalendar - - - - - - - - -## Constructors - -[EventCalendar](../views_after_auth_screens_events_event_calendar/EventCalendar/EventCalendar.md) ([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Event](../models_events_event_model/Event-class.md)> eventList, {[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - _const_ - - -## Properties - -##### [eventList](../views_after_auth_screens_events_event_calendar/EventCalendar/eventList.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Event](../models_events_event_model/Event-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_ - - - -##### [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_after_auth_screens_events_event_calendar/EventCalendar/createState.md)() [State](https://api.flutter.dev/flutter/widgets/State-class.html)<[EventCalendar](../views_after_auth_screens_events_event_calendar/EventCalendar-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/views_after_auth_screens_events_event_calendar/EventCalendar/EventCalendar.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_event_calendar/EventCalendar/EventCalendar.md deleted file mode 100644 index 65f8fdce03d..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_calendar/EventCalendar/EventCalendar.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# EventCalendar constructor - - - - - - -const -EventCalendar([List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Event](../../models_events_event_model/Event-class.md)> eventList, {[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const EventCalendar(this.eventList, {Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_calendar/EventCalendar/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_event_calendar/EventCalendar/createState.md deleted file mode 100644 index f0a5f419f05..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_calendar/EventCalendar/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)<[EventCalendar](../../views_after_auth_screens_events_event_calendar/EventCalendar-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() => _EventCalendarState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_body/EventInfoBody-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_body/EventInfoBody-class.md deleted file mode 100644 index 17d306b078c..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_body/EventInfoBody-class.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# EventInfoBody class - - - - - - - - - -

EventInfoBody returns a stateless widget which describes the body of a particular event.

- - - -**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) -- EventInfoBody - - - - - - - - -## Constructors - -[EventInfoBody](../views_after_auth_screens_events_event_info_body/EventInfoBody/EventInfoBody.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_after_auth_screens_events_event_info_body/EventInfoBody/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_after_auth_screens_events_event_info_body/EventInfoBody/EventInfoBody.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_body/EventInfoBody/EventInfoBody.md deleted file mode 100644 index f2834782c16..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_body/EventInfoBody/EventInfoBody.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# EventInfoBody constructor - - - - - - -const -EventInfoBody({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const EventInfoBody({Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_page/EventInfoPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_page/EventInfoPage-class.md deleted file mode 100644 index 10ec2c8e703..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_page/EventInfoPage-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# EventInfoPage class - - - - - - - - - -

EventInfoPage returns a widget that has mutable state _EventInfoPageState.

- - - -**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) -- EventInfoPage - - - - - - - - -## Constructors - -[EventInfoPage](../views_after_auth_screens_events_event_info_page/EventInfoPage/EventInfoPage.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> args}) - - _const_ - - -## Properties - -##### [args](../views_after_auth_screens_events_event_info_page/EventInfoPage/args.md) → [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> - - - - -_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_ - - - - - -## 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_after_auth_screens_events_event_info_page/EventInfoPage/createState.md)() _EventInfoPageState - - - -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_after_auth_screens_events_event_info_page/EventInfoPage/EventInfoPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_page/EventInfoPage/EventInfoPage.md deleted file mode 100644 index f5629766689..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_page/EventInfoPage/EventInfoPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# EventInfoPage constructor - - - - - - -const -EventInfoPage({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic> args}) - - - - - -## Implementation - -```dart -const EventInfoPage({Key? key, required this.args}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_page/EventInfoPage/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_page/EventInfoPage/createState.md deleted file mode 100644 index 40792cb7fe4..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_event_info_page/EventInfoPage/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_EventInfoPageState 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 -_EventInfoPageState createState() => _EventInfoPageState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog-class.md deleted file mode 100644 index fd5c8bca40f..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog-class.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# ExploreEventDialog class - - - - - - - - - -

ExploreEventDialog returns a widget that has mutable state _ExploreEventDialogState.

- - - -**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) -- ExploreEventDialog - - - - - - - - -## Constructors - -[ExploreEventDialog](../views_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog/ExploreEventDialog.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_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog/createState.md)() _ExploreEventDialogState - - - -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_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog/ExploreEventDialog.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog/ExploreEventDialog.md deleted file mode 100644 index a932b4294cf..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog/ExploreEventDialog.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# ExploreEventDialog constructor - - - - - - -const -ExploreEventDialog({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key}) - - - - - -## Implementation - -```dart -const ExploreEventDialog({required Key key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog/createState.md deleted file mode 100644 index f864e77ec60..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_event_dialogue/ExploreEventDialog/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_ExploreEventDialogState 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 -_ExploreEventDialogState createState() => _ExploreEventDialogState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_events/ExploreEvents-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_events/ExploreEvents-class.md deleted file mode 100644 index 31f1fd129ca..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_events/ExploreEvents-class.md +++ /dev/null @@ -1,207 +0,0 @@ - - - -# ExploreEvents class - - - - - - - - - -

Shows the list of events with options to categorize them.

- - - -**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) -- ExploreEvents - - - - - - - - -## Constructors - -[ExploreEvents](../views_after_auth_screens_events_explore_events/ExploreEvents/ExploreEvents.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, [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](../views_after_auth_screens_events_explore_events/ExploreEvents/homeModel.md) → [MainScreenViewModel](../view_model_main_screen_view_model/MainScreenViewModel-class.md)? - - - -homeModal is a type of MainScreenViewModel which provides methods to handle the data for this component. -_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](../views_after_auth_screens_events_explore_events/ExploreEvents/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_ - - - -##### [dropDownList](../views_after_auth_screens_events_explore_events/ExploreEvents/dropDownList.md)([ExploreEventsViewModel](../view_model_after_auth_view_models_event_view_models_explore_events_view_model/ExploreEventsViewModel-class.md) model, [BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context) [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) - - - -Shows a list of dropdown taken from model and context. - - - - -##### [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_after_auth_screens_events_explore_events/ExploreEvents/ExploreEvents.md b/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_events/ExploreEvents/ExploreEvents.md deleted file mode 100644 index 8329f47a916..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_events_explore_events/ExploreEvents/ExploreEvents.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# ExploreEvents constructor - - - - - - -const -ExploreEvents({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, [MainScreenViewModel](../../view_model_main_screen_view_model/MainScreenViewModel-class.md)? homeModel}) - - - - - -## Implementation - -```dart -const ExploreEvents({ - required Key key, - this.homeModel, -}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/CommentTemplate-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/CommentTemplate-class.md deleted file mode 100644 index fb53308d800..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/CommentTemplate-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# CommentTemplate class - - - - - - - - - -

CommentTemplate returns a widget of the individual user commented on the post.

- - - -**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) -- CommentTemplate - - - - - - - - -## Constructors - -[CommentTemplate](../views_after_auth_screens_feed_individual_post/CommentTemplate/CommentTemplate.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Comment](../models_comment_comment_model/Comment-class.md) comment}) - - _const_ - - -## Properties - -##### [comment](../views_after_auth_screens_feed_individual_post/CommentTemplate/comment.md) → [Comment](../models_comment_comment_model/Comment-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_ - - - -##### [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_after_auth_screens_feed_individual_post/CommentTemplate/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_after_auth_screens_feed_individual_post/CommentTemplate/CommentTemplate.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/CommentTemplate/CommentTemplate.md deleted file mode 100644 index 03d2489132a..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/CommentTemplate/CommentTemplate.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# CommentTemplate constructor - - - - - - -const -CommentTemplate({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Comment](../../models_comment_comment_model/Comment-class.md) comment}) - - - - - -## Implementation - -```dart -const CommentTemplate({ - Key? key, - required this.comment, -}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPageLikeSection-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPageLikeSection-class.md deleted file mode 100644 index 9a1ff325d4c..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPageLikeSection-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# IndividualPageLikeSection class - - - - - - - - - -

IndividualPageLikeSection returns a widget that show the list of all the users liked the post.

- - - -**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) -- IndividualPageLikeSection - - - - - - - - -## Constructors - -[IndividualPageLikeSection](../views_after_auth_screens_feed_individual_post/IndividualPageLikeSection/IndividualPageLikeSection.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[LikedBy](../models_post_post_model/LikedBy-class.md)> usersLiked}) - - _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_ - - - -##### [usersLiked](../views_after_auth_screens_feed_individual_post/IndividualPageLikeSection/usersLiked.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[LikedBy](../models_post_post_model/LikedBy-class.md)> - - - - -_final_ - - - - - -## Methods - -##### [build](../views_after_auth_screens_feed_individual_post/IndividualPageLikeSection/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_after_auth_screens_feed_individual_post/IndividualPageLikeSection/IndividualPageLikeSection.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPageLikeSection/IndividualPageLikeSection.md deleted file mode 100644 index 277f839a811..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPageLikeSection/IndividualPageLikeSection.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# IndividualPageLikeSection constructor - - - - - - -const -IndividualPageLikeSection({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[LikedBy](../../models_post_post_model/LikedBy-class.md)> usersLiked}) - - - - - -## Implementation - -```dart -const IndividualPageLikeSection({ - Key? key, - required this.usersLiked, -}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostCommentSection-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostCommentSection-class.md deleted file mode 100644 index ee38a46c9e7..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostCommentSection-class.md +++ /dev/null @@ -1,207 +0,0 @@ - - - -# IndividualPostCommentSection class - - - - - - - - - -

IndividualPostCommentSection returns a widget that show the list of all the users commented on the post.

- - - -**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) -- IndividualPostCommentSection - - - - - - - - -## Constructors - -[IndividualPostCommentSection](../views_after_auth_screens_feed_individual_post/IndividualPostCommentSection/IndividualPostCommentSection.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Comments](../models_post_post_model/Comments-class.md)> comments, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) postID}) - - _const_ - - -## Properties - -##### [comments](../views_after_auth_screens_feed_individual_post/IndividualPostCommentSection/comments.md) → [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Comments](../models_post_post_model/Comments-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_ - - - -##### [postID](../views_after_auth_screens_feed_individual_post/IndividualPostCommentSection/postID.md) → [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](../views_after_auth_screens_feed_individual_post/IndividualPostCommentSection/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_after_auth_screens_feed_individual_post/IndividualPostCommentSection/IndividualPostCommentSection.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostCommentSection/IndividualPostCommentSection.md deleted file mode 100644 index 211002b58ce..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostCommentSection/IndividualPostCommentSection.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# IndividualPostCommentSection constructor - - - - - - -const -IndividualPostCommentSection({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [List](https://api.flutter.dev/flutter/dart-core/List-class.html)<[Comments](../../models_post_post_model/Comments-class.md)> comments, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) postID}) - - - - - -## Implementation - -```dart -const IndividualPostCommentSection({ - Key? key, - required this.comments, - required this.postID, -}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostView-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostView-class.md deleted file mode 100644 index 453fc8cf29e..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostView-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# IndividualPostView class - - - - - - - - - -

IndividualPostView returns a widget that has mutable state _IndividualPostViewState.

- - - -**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) -- IndividualPostView - - - - - - - - -## Constructors - -[IndividualPostView](../views_after_auth_screens_feed_individual_post/IndividualPostView/IndividualPostView.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Post](../models_post_post_model/Post-class.md) post}) - - _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_ - - - -##### [post](../views_after_auth_screens_feed_individual_post/IndividualPostView/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 - -##### [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_after_auth_screens_feed_individual_post/IndividualPostView/createState.md)() _IndividualPostViewState - - - -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_after_auth_screens_feed_individual_post/IndividualPostView/IndividualPostView.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostView/IndividualPostView.md deleted file mode 100644 index 46d96357295..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostView/IndividualPostView.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# IndividualPostView constructor - - - - - - -const -IndividualPostView({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [Post](../../models_post_post_model/Post-class.md) post}) - - - - - -## Implementation - -```dart -const IndividualPostView({Key? key, required this.post}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostView/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostView/createState.md deleted file mode 100644 index dfbb3d183ab..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_individual_post/IndividualPostView/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_IndividualPostViewState 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 -_IndividualPostViewState createState() => _IndividualPostViewState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_feed_organization_feed/OrganizationFeed-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_organization_feed/OrganizationFeed-class.md deleted file mode 100644 index 8c5de718cfa..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_organization_feed/OrganizationFeed-class.md +++ /dev/null @@ -1,207 +0,0 @@ - - - -# OrganizationFeed class - - - - - - - - - -

OrganizationFeed returns a widget that shows the feed of the 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) -- OrganizationFeed - - - - - - - - -## Constructors - -[OrganizationFeed](../views_after_auth_screens_feed_organization_feed/OrganizationFeed/OrganizationFeed.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, [MainScreenViewModel](../view_model_main_screen_view_model/MainScreenViewModel-class.md)? homeModel, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) forTest = false}) - - _const_ - - -## Properties - -##### [forTest](../views_after_auth_screens_feed_organization_feed/OrganizationFeed/forTest.md) → [bool](https://api.flutter.dev/flutter/dart-core/bool-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_ - - - -##### [homeModel](../views_after_auth_screens_feed_organization_feed/OrganizationFeed/homeModel.md) → [MainScreenViewModel](../view_model_main_screen_view_model/MainScreenViewModel-class.md)? - - - - -_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](../views_after_auth_screens_feed_organization_feed/OrganizationFeed/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_after_auth_screens_feed_organization_feed/OrganizationFeed/OrganizationFeed.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_organization_feed/OrganizationFeed/OrganizationFeed.md deleted file mode 100644 index 553285ef8d7..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_organization_feed/OrganizationFeed/OrganizationFeed.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# OrganizationFeed constructor - - - - - - -const -OrganizationFeed({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, [MainScreenViewModel](../../view_model_main_screen_view_model/MainScreenViewModel-class.md)? homeModel, [bool](https://api.flutter.dev/flutter/dart-core/bool-class.html) forTest = false}) - - - - - -## Implementation - -```dart -const OrganizationFeed({ - required Key key, - this.homeModel, - this.forTest = false, -}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_feed_pinned_post_page/PinnedPostPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_pinned_post_page/PinnedPostPage-class.md deleted file mode 100644 index 03e0b0a904d..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_pinned_post_page/PinnedPostPage-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# PinnedPostPage class - - - - - - - - - -

PinnedPostPage returns a widget that shows the list of all the pinned post.

- - - -**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) -- PinnedPostPage - - - - - - - - -## Constructors - -[PinnedPostPage](../views_after_auth_screens_feed_pinned_post_page/PinnedPostPage/PinnedPostPage.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}) - - _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_ - - - -##### [pinnedPosts](../views_after_auth_screens_feed_pinned_post_page/PinnedPostPage/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](../views_after_auth_screens_feed_pinned_post_page/PinnedPostPage/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_after_auth_screens_feed_pinned_post_page/PinnedPostPage/PinnedPostPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_feed_pinned_post_page/PinnedPostPage/PinnedPostPage.md deleted file mode 100644 index e0f59c0c650..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_feed_pinned_post_page/PinnedPostPage/PinnedPostPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# PinnedPostPage constructor - - - - - - -const -PinnedPostPage({[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}) - - - - - -## Implementation - -```dart -const PinnedPostPage({Key? key, required this.pinnedPosts}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_access_request_screen/SendAccessRequest-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_access_request_screen/SendAccessRequest-class.md deleted file mode 100644 index c490c40bc3a..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_access_request_screen/SendAccessRequest-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# SendAccessRequest class - - - - - - - - - -

requestAccess

- - - -**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) -- SendAccessRequest - - - - - - - - -## Constructors - -[SendAccessRequest](../views_after_auth_screens_join_org_after_auth_access_request_screen/SendAccessRequest/SendAccessRequest.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [OrgInfo](../models_organization_org_info/OrgInfo-class.md) org}) - - _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_ - - - -##### [org](../views_after_auth_screens_join_org_after_auth_access_request_screen/SendAccessRequest/org.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_ - - - - - -## Methods - -##### [build](../views_after_auth_screens_join_org_after_auth_access_request_screen/SendAccessRequest/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_after_auth_screens_join_org_after_auth_access_request_screen/SendAccessRequest/SendAccessRequest.md b/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_access_request_screen/SendAccessRequest/SendAccessRequest.md deleted file mode 100644 index 40408e8de76..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_access_request_screen/SendAccessRequest/SendAccessRequest.md +++ /dev/null @@ -1,33 +0,0 @@ - - - -# SendAccessRequest constructor - - - - - - -const -SendAccessRequest({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [OrgInfo](../../models_organization_org_info/OrgInfo-class.md) org}) - - - - - -## Implementation - -```dart -const SendAccessRequest({ - Key? key, - required this.org, - // required this.model -}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth-class.md deleted file mode 100644 index dfd63ddc79b..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth-class.md +++ /dev/null @@ -1,207 +0,0 @@ - - - -# JoinOrganisationAfterAuth class - - - - - - - - - -

JoinOrganisationAfterAuth returns a widget for page to join the organization just after user 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) -- JoinOrganisationAfterAuth - - - - - - - - -## Constructors - -[JoinOrganisationAfterAuth](../views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth/JoinOrganisationAfterAuth.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) orgId}) - - _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_ - - - -##### [orgId](../views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth/orgId.md) → [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](../views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth/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_ - - - -##### [scanQR](../views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth/scanQR.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [SelectOrganizationViewModel](../view_model_pre_auth_view_models_select_organization_view_model/SelectOrganizationViewModel-class.md) model) void - - - -scanQR returns a widget that is use in joining the organization via the QR code. - - - - -##### [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_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth/JoinOrganisationAfterAuth.md b/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth/JoinOrganisationAfterAuth.md deleted file mode 100644 index 1b9db464b5d..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_join_org_after_auth_join_organisation_after_auth/JoinOrganisationAfterAuth/JoinOrganisationAfterAuth.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# JoinOrganisationAfterAuth constructor - - - - - - -const -JoinOrganisationAfterAuth({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) orgId}) - - - - - -## Implementation - -```dart -const JoinOrganisationAfterAuth({Key? key, required this.orgId}) - : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_profile_edit_profile_page/EditProfilePage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_profile_edit_profile_page/EditProfilePage-class.md deleted file mode 100644 index 62aad176932..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_profile_edit_profile_page/EditProfilePage-class.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# EditProfilePage class - - - - - - - - - -

EditProfilePage returns a widget that has mutable state _EditProfilePageState.

- - - -**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) -- EditProfilePage - - - - - - - - -## Constructors - -[EditProfilePage](../views_after_auth_screens_profile_edit_profile_page/EditProfilePage/EditProfilePage.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 - -##### [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_after_auth_screens_profile_edit_profile_page/EditProfilePage/createState.md)() _EditProfilePageState - - - -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_after_auth_screens_profile_edit_profile_page/EditProfilePage/EditProfilePage.md b/docs/talawa-mobile-docs/views_after_auth_screens_profile_edit_profile_page/EditProfilePage/EditProfilePage.md deleted file mode 100644 index 54f963a39f8..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_profile_edit_profile_page/EditProfilePage/EditProfilePage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# EditProfilePage constructor - - - - - - -const -EditProfilePage({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const EditProfilePage({Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_profile_edit_profile_page/EditProfilePage/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_profile_edit_profile_page/EditProfilePage/createState.md deleted file mode 100644 index cb46e96d331..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_profile_edit_profile_page/EditProfilePage/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_EditProfilePageState 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 -_EditProfilePageState createState() => _EditProfilePageState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_profile_profile_page/ProfilePage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_profile_profile_page/ProfilePage-class.md deleted file mode 100644 index 83715717f3d..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_profile_profile_page/ProfilePage-class.md +++ /dev/null @@ -1,207 +0,0 @@ - - - -# ProfilePage class - - - - - - - - - -

ProfilePage returns a widget that renders a page of user's profile.

- - - -**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) -- ProfilePage - - - - - - - - -## Constructors - -[ProfilePage](../views_after_auth_screens_profile_profile_page/ProfilePage/ProfilePage.md) ({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, [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](../views_after_auth_screens_profile_profile_page/ProfilePage/homeModel.md) → [MainScreenViewModel](../view_model_main_screen_view_model/MainScreenViewModel-class.md)? - - - - -_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](../views_after_auth_screens_profile_profile_page/ProfilePage/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_ - - - -##### [donate](../views_after_auth_screens_profile_profile_page/ProfilePage/donate.md)([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html) context, [ProfilePageViewModel](../view_model_after_auth_view_models_profile_view_models_profile_page_view_model/ProfilePageViewModel-class.md) model) void - - - - - - - - -##### [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_after_auth_screens_profile_profile_page/ProfilePage/ProfilePage.md b/docs/talawa-mobile-docs/views_after_auth_screens_profile_profile_page/ProfilePage/ProfilePage.md deleted file mode 100644 index 2007523608e..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_profile_profile_page/ProfilePage/ProfilePage.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# ProfilePage constructor - - - - - - -const -ProfilePage({required [Key](https://api.flutter.dev/flutter/foundation/Key-class.html) key, [MainScreenViewModel](../../view_model_main_screen_view_model/MainScreenViewModel-class.md)? homeModel}) - - - - - -## Implementation - -```dart -const ProfilePage({ - required Key key, - this.homeModel, -}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_create_task_page/CreateTaskPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_tasks_create_task_page/CreateTaskPage-class.md deleted file mode 100644 index c1403229560..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_create_task_page/CreateTaskPage-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# CreateTaskPage class - - - - - - - - - -

CreateTaskPage returns a widget for page to create task for the user.

- - - -**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) -- CreateTaskPage - - - - - - - - -## Constructors - -[CreateTaskPage](../views_after_auth_screens_tasks_create_task_page/CreateTaskPage/CreateTaskPage.md) ({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - _const_ - - -## Properties - -##### [eventId](../views_after_auth_screens_tasks_create_task_page/CreateTaskPage/eventId.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_ - - - - - -## Methods - -##### [build](../views_after_auth_screens_tasks_create_task_page/CreateTaskPage/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_after_auth_screens_tasks_create_task_page/CreateTaskPage/CreateTaskPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_tasks_create_task_page/CreateTaskPage/CreateTaskPage.md deleted file mode 100644 index 67c1b703b0e..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_create_task_page/CreateTaskPage/CreateTaskPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# CreateTaskPage constructor - - - - - - -const -CreateTaskPage({required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const CreateTaskPage({required this.eventId, Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_edit_task_page/EditTaskPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_tasks_edit_task_page/EditTaskPage-class.md deleted file mode 100644 index 8a8ff4c7f25..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_edit_task_page/EditTaskPage-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# EditTaskPage class - - - - - - - - - -

EditTaskPage returns a widget for page to edit the task for the user.

- - - -**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) -- EditTaskPage - - - - - - - - -## Constructors - -[EditTaskPage](../views_after_auth_screens_tasks_edit_task_page/EditTaskPage/EditTaskPage.md) ({required [Task](../models_task_task_model/Task-class.md) task, [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_ - - - -##### [task](../views_after_auth_screens_tasks_edit_task_page/EditTaskPage/task.md) → [Task](../models_task_task_model/Task-class.md) - - - - -_final_ - - - - - -## Methods - -##### [build](../views_after_auth_screens_tasks_edit_task_page/EditTaskPage/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_after_auth_screens_tasks_edit_task_page/EditTaskPage/EditTaskPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_tasks_edit_task_page/EditTaskPage/EditTaskPage.md deleted file mode 100644 index 204de2133ff..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_edit_task_page/EditTaskPage/EditTaskPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# EditTaskPage constructor - - - - - - -const -EditTaskPage({required [Task](../../models_task_task_model/Task-class.md) task, [Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const EditTaskPage({required this.task, Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_event_tasks_page/EventTasksPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_tasks_event_tasks_page/EventTasksPage-class.md deleted file mode 100644 index 25f2d41a0d7..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_event_tasks_page/EventTasksPage-class.md +++ /dev/null @@ -1,198 +0,0 @@ - - - -# EventTasksPage class - - - - - - - - - -

EventTasksPage return a widget for Event Task Page that is created by event creator.

- - - -**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) -- EventTasksPage - - - - - - - - -## Constructors - -[EventTasksPage](../views_after_auth_screens_tasks_event_tasks_page/EventTasksPage/EventTasksPage.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId}) - - _const_ - - -## Properties - -##### [eventId](../views_after_auth_screens_tasks_event_tasks_page/EventTasksPage/eventId.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_ - - - - - -## Methods - -##### [build](../views_after_auth_screens_tasks_event_tasks_page/EventTasksPage/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_after_auth_screens_tasks_event_tasks_page/EventTasksPage/EventTasksPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_tasks_event_tasks_page/EventTasksPage/EventTasksPage.md deleted file mode 100644 index fcfe45d50f6..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_event_tasks_page/EventTasksPage/EventTasksPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# EventTasksPage constructor - - - - - - -const -EventTasksPage({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [String](https://api.flutter.dev/flutter/dart-core/String-class.html) eventId}) - - - - - -## Implementation - -```dart -const EventTasksPage({Key? key, required this.eventId}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_user_tasks_page/UserTasksPage-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_tasks_user_tasks_page/UserTasksPage-class.md deleted file mode 100644 index ca207fe6d5d..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_user_tasks_page/UserTasksPage-class.md +++ /dev/null @@ -1,189 +0,0 @@ - - - -# UserTasksPage class - - - - - - - - - -

UserTasksPage returns a widget for page of User Tasks.

- - - -**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) -- UserTasksPage - - - - - - - - -## Constructors - -[UserTasksPage](../views_after_auth_screens_tasks_user_tasks_page/UserTasksPage/UserTasksPage.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_after_auth_screens_tasks_user_tasks_page/UserTasksPage/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_after_auth_screens_tasks_user_tasks_page/UserTasksPage/UserTasksPage.md b/docs/talawa-mobile-docs/views_after_auth_screens_tasks_user_tasks_page/UserTasksPage/UserTasksPage.md deleted file mode 100644 index 2263a899cfe..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_tasks_user_tasks_page/UserTasksPage/UserTasksPage.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# UserTasksPage constructor - - - - - - -const -UserTasksPage({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const UserTasksPage({Key? key}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_venue_map_screen/MapScreen-class.md b/docs/talawa-mobile-docs/views_after_auth_screens_venue_map_screen/MapScreen-class.md deleted file mode 100644 index c5eaefb15ae..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_venue_map_screen/MapScreen-class.md +++ /dev/null @@ -1,216 +0,0 @@ - - - -# MapScreen class - - - - - - - - - -

MapScreen returns a widget that has mutable state _MapScreenState.

- - - -**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) -- MapScreen - - - - - - - - -## Constructors - -[MapScreen](../views_after_auth_screens_venue_map_screen/MapScreen/MapScreen.md) ([CreateEventViewModel](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-class.md)? model, [double](https://api.flutter.dev/flutter/dart-core/double-class.html) latitude, [double](https://api.flutter.dev/flutter/dart-core/double-class.html) longitude, {[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_ - - - -##### [latitude](../views_after_auth_screens_venue_map_screen/MapScreen/latitude.md) → [double](https://api.flutter.dev/flutter/dart-core/double-class.html) - - - - -_final_ - - - -##### [longitude](../views_after_auth_screens_venue_map_screen/MapScreen/longitude.md) → [double](https://api.flutter.dev/flutter/dart-core/double-class.html) - - - - -_final_ - - - -##### [model](../views_after_auth_screens_venue_map_screen/MapScreen/model.md) → [CreateEventViewModel](../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-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](../views_after_auth_screens_venue_map_screen/MapScreen/createState.md)() _MapScreenState - - - -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_after_auth_screens_venue_map_screen/MapScreen/MapScreen.md b/docs/talawa-mobile-docs/views_after_auth_screens_venue_map_screen/MapScreen/MapScreen.md deleted file mode 100644 index c16e8d0beb0..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_venue_map_screen/MapScreen/MapScreen.md +++ /dev/null @@ -1,30 +0,0 @@ - - - -# MapScreen constructor - - - - - - -const -MapScreen([CreateEventViewModel](../../view_model_after_auth_view_models_event_view_models_create_event_view_model/CreateEventViewModel-class.md)? model, [double](https://api.flutter.dev/flutter/dart-core/double-class.html) latitude, [double](https://api.flutter.dev/flutter/dart-core/double-class.html) longitude, {[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key}) - - - - - -## Implementation - -```dart -const MapScreen(this.model, this.latitude, this.longitude, {Key? key}) - : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_after_auth_screens_venue_map_screen/MapScreen/createState.md b/docs/talawa-mobile-docs/views_after_auth_screens_venue_map_screen/MapScreen/createState.md deleted file mode 100644 index 713d88f2aad..00000000000 --- a/docs/talawa-mobile-docs/views_after_auth_screens_venue_map_screen/MapScreen/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_MapScreenState 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 -_MapScreenState createState() => _MapScreenState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_base_view/BaseView-class.md b/docs/talawa-mobile-docs/views_base_view/BaseView-class.md deleted file mode 100644 index 8946f6bb48c..00000000000 --- a/docs/talawa-mobile-docs/views_base_view/BaseView-class.md +++ /dev/null @@ -1,206 +0,0 @@ - - - -# BaseView<T extends ChangeNotifier> 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) -- BaseView - - - - - - - - -## Constructors - -[BaseView](../views_base_view/BaseView/BaseView.md) ({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) builder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html), T, [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)?), dynamic onModelReady(T)?}) - - _const_ - - -## Properties - -##### [builder](../views_base_view/BaseView/builder.md) → [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) Function([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html), T, [Widget](https://api.flutter.dev/flutter/widgets/Widget-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_ - - - -##### [onModelReady](../views_base_view/BaseView/onModelReady.md) → (dynamic Function(T)?) - - - - -_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](../views_base_view/BaseView/createState.md)() _BaseViewState<T> - - - -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_base_view/BaseView/BaseView.md b/docs/talawa-mobile-docs/views_base_view/BaseView/BaseView.md deleted file mode 100644 index b2b14d9c9ee..00000000000 --- a/docs/talawa-mobile-docs/views_base_view/BaseView/BaseView.md +++ /dev/null @@ -1,32 +0,0 @@ - - - -# BaseView<T extends ChangeNotifier> constructor - - - - - - -const -BaseView<T extends ChangeNotifier>({required [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html) builder([BuildContext](https://api.flutter.dev/flutter/widgets/BuildContext-class.html), T, [Widget](https://api.flutter.dev/flutter/widgets/Widget-class.html)?), dynamic onModelReady(T)?}) - - - - - -## Implementation - -```dart -const BaseView({ - required this.builder, - this.onModelReady, -}); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_base_view/BaseView/createState.md b/docs/talawa-mobile-docs/views_base_view/BaseView/createState.md deleted file mode 100644 index e14ec4540fa..00000000000 --- a/docs/talawa-mobile-docs/views_base_view/BaseView/createState.md +++ /dev/null @@ -1,49 +0,0 @@ - - - -# createState method - - - - - - - -- @[override](https://api.flutter.dev/flutter/dart-core/override-constant.html) - -_BaseViewState<T> 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 -_BaseViewState createState() => _BaseViewState(); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_main_screen/MainScreen-class.md b/docs/talawa-mobile-docs/views_main_screen/MainScreen-class.md deleted file mode 100644 index 27015e1078f..00000000000 --- a/docs/talawa-mobile-docs/views_main_screen/MainScreen-class.md +++ /dev/null @@ -1,197 +0,0 @@ - - - -# MainScreen 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) -- MainScreen - - - - - - - - -## Constructors - -[MainScreen](../views_main_screen/MainScreen/MainScreen.md) ({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [MainScreenArgs](../models_mainscreen_navigation_args/MainScreenArgs-class.md) mainScreenArgs}) - - _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_ - - - -##### [mainScreenArgs](../views_main_screen/MainScreen/mainScreenArgs.md) → [MainScreenArgs](../models_mainscreen_navigation_args/MainScreenArgs-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](../views_main_screen/MainScreen/createState.md)() [State](https://api.flutter.dev/flutter/widgets/State-class.html)<[MainScreen](../views_main_screen/MainScreen-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/views_main_screen/MainScreen/MainScreen.md b/docs/talawa-mobile-docs/views_main_screen/MainScreen/MainScreen.md deleted file mode 100644 index bdcd9e82ea8..00000000000 --- a/docs/talawa-mobile-docs/views_main_screen/MainScreen/MainScreen.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -# MainScreen constructor - - - - - - -const -MainScreen({[Key](https://api.flutter.dev/flutter/foundation/Key-class.html)? key, required [MainScreenArgs](../../models_mainscreen_navigation_args/MainScreenArgs-class.md) mainScreenArgs}) - - - - - -## Implementation - -```dart -const MainScreen({Key? key, required this.mainScreenArgs}) : super(key: key); -``` - - - - - - - diff --git a/docs/talawa-mobile-docs/views_main_screen/MainScreen/createState.md b/docs/talawa-mobile-docs/views_main_screen/MainScreen/createState.md deleted file mode 100644 index 6553b209034..00000000000 --- a/docs/talawa-mobile-docs/views_main_screen/MainScreen/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)<[MainScreen](../../views_main_screen/MainScreen-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() => _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"