noor_go

Noor Go

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Libraries

customer_app/app_constants
customer_app/application/auth/auth_bloc
customer_app/application/chat/chat_bloc
customer_app/application/contacts/contacts_bloc
customer_app/application/main/main_bloc
customer_app/application/map/map_bloc
customer_app/application/order/order_bloc
customer_app/application/orders_history/order_history_bloc
customer_app/application/profile/profile_bloc
customer_app/application/schedule_time/schedule_time_bloc
customer_app/application/search_location/search_locations_bloc
customer_app/application/wallet/wallet_bloc
customer_app/domain/di/dependency_manager
customer_app/domain/interface/auth
customer_app/domain/interface/chat
customer_app/domain/interface/order
customer_app/domain/interface/payment
customer_app/domain/interface/profile
customer_app/domain/interface/upload_file
customer_app/domain/model/bonus_model
customer_app/domain/model/calculate_model
customer_app/domain/model/cards_response
customer_app/domain/model/draw_routing
customer_app/domain/model/equipment_model
customer_app/domain/model/fouls_model
customer_app/domain/model/location_model
customer_app/domain/model/map_user_model
customer_app/domain/model/message_model
customer_app/domain/model/notification_response
customer_app/domain/model/order_list_response
customer_app/domain/model/order_model
customer_app/domain/model/profile_response
customer_app/domain/model/review_response
customer_app/domain/model/statistic_model
customer_app/domain/model/transaction_model
customer_app/domain/model/type_model
customer_app/domain/service/helper
customer_app/domain/service/http_service
customer_app/domain/service/img_service
customer_app/domain/service/token_interceptor
customer_app/domain/service/tpying_delay
customer_app/domain/service/tr_keys
customer_app/domain/service/validators
customer_app/infrastructure/firebase/firebase_service
customer_app/infrastructure/local_storage/local_storage
customer_app/infrastructure/repository/auth_repository
customer_app/infrastructure/repository/chat_repository
customer_app/infrastructure/repository/order_repository
customer_app/infrastructure/repository/payment_repository
customer_app/infrastructure/repository/profile_repository
customer_app/infrastructure/repository/upload_file_repository
customer_app/main
customer_app/presentation/app_widget
customer_app/presentation/components/blur_wrap
customer_app/presentation/components/button/animation_button_effect
customer_app/presentation/components/button/custom_button
customer_app/presentation/components/button/pop_button
customer_app/presentation/components/custom_network_image
customer_app/presentation/components/custom_scaffold
customer_app/presentation/components/custom_tab_bar
customer_app/presentation/components/custom_textformfield
customer_app/presentation/components/keyboard_dismisser
customer_app/presentation/components/loading
customer_app/presentation/components/maps_list
customer_app/presentation/components/phone_field/intl_phone_number_input
customer_app/presentation/components/phone_field/intl_phone_number_input_test
customer_app/presentation/components/phone_field/src/models/country_list
customer_app/presentation/components/phone_field/src/models/country_model
customer_app/presentation/components/phone_field/src/providers/country_provider
customer_app/presentation/components/phone_field/src/utils/formatter/as_you_type_formatter
customer_app/presentation/components/phone_field/src/utils/phone_number
customer_app/presentation/components/phone_field/src/utils/phone_number/phone_number_util
customer_app/presentation/components/phone_field/src/utils/selector_config
customer_app/presentation/components/phone_field/src/utils/test/phone_number_test
customer_app/presentation/components/phone_field/src/utils/test/test_helper
customer_app/presentation/components/phone_field/src/utils/util
customer_app/presentation/components/phone_field/src/utils/widget_view
customer_app/presentation/components/phone_field/src/widgets/countries_search_list_widget
customer_app/presentation/components/phone_field/src/widgets/input_widget
customer_app/presentation/components/phone_field/src/widgets/item
customer_app/presentation/components/phone_field/src/widgets/selector_button
customer_app/presentation/components/time_picker/flutter_cupertino_date_picker_fork
customer_app/presentation/components/time_picker/src/date_picker
customer_app/presentation/components/time_picker/src/date_picker_constants
customer_app/presentation/components/time_picker/src/date_picker_theme
customer_app/presentation/components/time_picker/src/date_time_formatter
customer_app/presentation/components/time_picker/src/i18n/date_picker_i18n
customer_app/presentation/components/time_picker/src/widget/date_picker_title_widget
customer_app/presentation/components/time_picker/src/widget/date_picker_widget
customer_app/presentation/components/time_picker/src/widget/datetime_picker_widget
customer_app/presentation/components/time_picker/src/widget/time_picker_widget
customer_app/presentation/pages/app_setting/app_setting
customer_app/presentation/pages/app_setting/widgets/language
customer_app/presentation/pages/auth/auth_page
customer_app/presentation/pages/auth/auth_screen
customer_app/presentation/pages/auth/confirm_screen
customer_app/presentation/pages/auth/language_page
customer_app/presentation/pages/auth/splash_screen
customer_app/presentation/pages/auth/widgets/send_again_button
customer_app/presentation/pages/chat/chat_list_page
customer_app/presentation/pages/chat/chat_page
customer_app/presentation/pages/chat/widget/chat_item
customer_app/presentation/pages/chat/widget/focused_custom_menu
customer_app/presentation/pages/chat/widget/image_chat_screen
customer_app/presentation/pages/chat/widget/message_item
customer_app/presentation/pages/chat/widget/send_button
customer_app/presentation/pages/home/home_page
customer_app/presentation/pages/home/widget/equipment_list
customer_app/presentation/pages/home/widget/flowers_delivery
customer_app/presentation/pages/home/widget/order_cart
customer_app/presentation/pages/home/widget/prize_delivery
customer_app/presentation/pages/main/main_page
customer_app/presentation/pages/map/map_page
customer_app/presentation/pages/map/widgets/bottom_sheet
customer_app/presentation/pages/map/widgets/contacts_modal
customer_app/presentation/pages/map/widgets/menu/no_order_widget
customer_app/presentation/pages/map/widgets/menu/order_item
customer_app/presentation/pages/map/widgets/payment_modal
customer_app/presentation/pages/map/widgets/pop_and_my_location
customer_app/presentation/pages/map/widgets/schedule_time_modal
customer_app/presentation/pages/map/widgets/search_locations_modal
customer_app/presentation/pages/map/widgets/select_equipment
customer_app/presentation/pages/map/widgets/yandex_test
customer_app/presentation/pages/notification/notification_page
customer_app/presentation/pages/order/order_screen
customer_app/presentation/pages/order/orders_list
customer_app/presentation/pages/profile/change_password
customer_app/presentation/pages/profile/edit_account
customer_app/presentation/pages/profile/my_account
customer_app/presentation/pages/profile/widgets/avatar_edit
customer_app/presentation/pages/review/review_page
customer_app/presentation/route/app_route
customer_app/presentation/style/style
customer_app/presentation/style/theme/theme
customer_app/presentation/style/theme/theme_warpper
noor_go