Flutter Change Logs

– update sdk version 3.0
– null safety migrate
– update outdated libs

Flutter Effected Files

– android/app/build.gradle
– os/Runner/Info.plist
– lib/api/common/ps_api.dart
– lib/api/common/ps_api_reponse.dart
– lib/api/common/ps_api_stream_reponse.dart
– lib/api/common/ps_resource.dart
– lib/api/ps_api_service.dart
– lib/config/ps_colors.dart
– lib/config/ps_config.dart
– lib/config/router.dart
– lib/db/about_app_dao.dart
– lib/db/about_us_dao.dart
– lib/db/common/ps_app_database.dart
– lib/db/common/ps_dao.dart
– lib/db/common/ps_shared_preferences.dart
– lib/db/gallery_dao.dart
– lib/db/noti_dao.dart
– lib/db/point_dao.dart
– lib/db/shop_dao.dart
– lib/db/shop_info_dao.dart
– lib/db/shop_map_dao.dart
– lib/db/transaction_detail_dao.dart
– lib/db/transaction_header_dao.dart
– lib/db/transaction_map_dao.dart
– lib/db/transaction_status_dao.dart
– lib/db/user_dao.dart
– lib/db/user_login_dao.dart
– lib/main.dart
– lib/provider/about_app/about_app_provider.dart
– lib/provider/about_us/about_us_provider.dart
– lib/provider/app_info/app_info_provider.dart
– lib/provider/clear_all/clear_all_data_provider.dart
– lib/provider/common/main_dashboard_provider.dart
– lib/provider/common/notification_provider.dart
– lib/provider/common/ps_provider.dart
– lib/provider/common/ps_theme_provider.dart
– lib/provider/contact/contact_us_provider.dart
– lib/provider/delete_task/delete_task_provider.dart
– lib/provider/gallery/gallery_provider.dart
– lib/provider/language/language_provider.dart
– lib/provider/noti/noti_provider.dart
– lib/provider/payment_status/payment_status_provider.dart
– lib/provider/point/point_provider.dart
– lib/provider/ps_provider_dependencies.dart
– lib/provider/shop/featured_shop_provider.dart
– lib/provider/shop/new_shop_provider.dart
– lib/provider/shop/popular_shop_provider.dart
– lib/provider/shop/shop_provider.dart
– lib/provider/shop_info/shop_info_provider.dart
– lib/provider/token/token_provider.dart
– lib/provider/transaction/completed_order_provider.dart
– lib/provider/transaction/nearest_order_provider.dart
– lib/provider/transaction/order_accept_provider.dart
– lib/provider/transaction/pending_order_provider.dart
– lib/provider/transaction/transaction_detail_provider.dart
– lib/provider/transaction/transaction_header_provider.dart
– lib/provider/transaction_status/transaction_status_provider.dart
– lib/provider/user/user_login_provider.dart
– lib/provider/user/user_provider.dart
– lib/repository/Common/notification_repository.dart
– lib/repository/about_app_repository.dart
– lib/repository/about_us_repository.dart
– lib/repository/app_info_repository.dart
– lib/repository/contact_us_repository.dart
– lib/repository/gallery_repository.dart
– lib/repository/language_repository.dart
– lib/repository/noti_repository.dart
– lib/repository/payment_status_repository.dart
– lib/repository/point_repository.dart
– lib/repository/ps_theme_repository.dart
– lib/repository/shop_info_repository.dart
– lib/repository/shop_repository.dart
– lib/repository/tansaction_detail_repository.dart
– lib/repository/token_repository.dart
– lib/repository/transaction_header_repository.dart
– lib/repository/transaction_status_repository.dart
– lib/repository/user_repository.dart
– lib/ui/active_order/active_order_container_view.dart
– lib/ui/active_order/active_order_view.dart
– lib/ui/app_info/app_info_view.dart
– lib/ui/app_loading/app_loading_view.dart
– lib/ui/common/base/ps_widget.dart
– lib/ui/common/base/ps_widget_with_appbar.dart
– lib/ui/common/base/ps_widget_with_appbar_and_bottom_navigation.dart
– lib/ui/common/base/ps_widget_with_appbar_and_multi_provider.dart
– lib/ui/common/base/ps_widget_with_appbar_no_app_bar_title.dart
– lib/ui/common/base/ps_widget_with_appbar_with_no_provider.dart
– lib/ui/common/base/ps_widget_with_appbar_with_two_provider.dart
– lib/ui/common/base/ps_widget_with_multi_provider.dart
– lib/ui/common/dialog/chat_noti_dialog.dart
– lib/ui/common/dialog/confirm_dialog_view.dart
– lib/ui/common/dialog/error_dialog.dart
– lib/ui/common/dialog/info_dialog.dart
– lib/ui/common/dialog/noti_dialog.dart
– lib/ui/common/dialog/rating_dialog/conditions.dart
– lib/ui/common/dialog/rating_dialog/core.dart
– lib/ui/common/dialog/rating_dialog/dialogs.dart
– lib/ui/common/dialog/rating_dialog/style.dart
– lib/ui/common/dialog/rating_dialog/widgets.dart
– lib/ui/common/dialog/share_app_dialog.dart
– lib/ui/common/dialog/success_dialog.dart
– lib/ui/common/dialog/version_update_dialog.dart
– lib/ui/common/dialog/warning_dialog_view.dart
– lib/ui/common/expansion_tile.dart
– lib/ui/common/ps_admob_banner_widget.dart
– lib/ui/common/ps_back_button_with_circle_bg_widget.dart
– lib/ui/common/ps_button_widget.dart
– lib/ui/common/ps_dropdown_base_widget.dart
– lib/ui/common/ps_dropdown_base_with_controller_widget.dart
– lib/ui/common/ps_expansion_tile.dart
– lib/ui/common/ps_frame_loading_widget.dart
– lib/ui/common/ps_hero.dart
– lib/ui/common/ps_textfield_widget.dart
– lib/ui/common/ps_ui_widget.dart
– lib/ui/common/smooth_star_rating_widget.dart
– lib/ui/contact/contact_us_view.dart
– lib/ui/force_update/force_update_view.dart
– lib/ui/gallery/detail/gallery_view.dart
– lib/ui/gallery/item/gallery_grid_item.dart
– lib/ui/gallery/shop_gallery_grid_view.dart
– lib/ui/introslider/intro_slider_view.dart
– lib/ui/language/item/language_list_item.dart
– lib/ui/language/list/language_list_view.dart
– lib/ui/language/setting/language_setting_view.dart
– lib/ui/map/current_location_view.dart
– lib/ui/map/polyline_view.dart
– lib/ui/noti/detail/noti_view.dart
– lib/ui/noti/item/noti_list_item.dart
– lib/ui/noti/notification_setting/notification_setting_view.dart
– lib/ui/order/detail/order_item_list_view.dart
– lib/ui/order/detail/order_item_view.dart
– lib/ui/order/history/order_history_container_view.dart
– lib/ui/order/history/order_history_view.dart
– lib/ui/order/item/nearest_order_list_item.dart
– lib/ui/order/item/order_list_item.dart
– lib/ui/order/item/pending_order_list_item.dart
– lib/ui/order/noti_order_detail/noti_order_detail_item_list_view.dart
– lib/ui/order/noti_order_detail/noti_order_detail_item_view.dart
– lib/ui/order/status/order_status_list_item.dart
– lib/ui/privacy_policy/privacy_policy_container_view.dart
– lib/ui/setting/setting_container_view.dart
– lib/ui/setting/setting_privacy_policy_view.dart
– lib/ui/setting/setting_view.dart
– lib/ui/shop_dashboard/core_dashboard/core_appbar_dashboard_view.dart
– lib/ui/shop_dashboard/core_dashboard/core_drawer_dashboard_view.dart
– lib/ui/shop_dashboard/core_dashboard/shop_dashboard_view.dart
– lib/ui/shop_dashboard/shop_home/shop_home_dashboard_view.dart
– lib/ui/shop_info/address_tile_view.dart
– lib/ui/shop_info/contact_us_tile_view.dart
– lib/ui/shop_info/shop_info_container_view.dart
– lib/ui/shop_info/shop_info_view.dart
– lib/ui/terms_and_conditions/terms_and_conditions_view.dart
– lib/ui/user/edit_profile/edit_profile_view.dart
– lib/ui/user/forgot_password/forgot_password_container_view.dart
– lib/ui/user/forgot_password/forgot_password_view.dart
– lib/ui/user/login/login_container_view.dart
– lib/ui/user/login/login_view.dart
– lib/ui/user/more/more_container_view.dart
– lib/ui/user/more/more_view.dart
– lib/ui/user/password_update/change_password_view.dart
– lib/ui/user/pending_user/pending_user_view.dart
– lib/ui/user/phone/sign_in/phone_sign_in_container_view.dart
– lib/ui/user/phone/sign_in/phone_sign_in_view.dart
– lib/ui/user/phone/verify_phone/verify_phone_container_view.dart
– lib/ui/user/phone/verify_phone/verify_phone_view.dart
– lib/ui/user/profile/profile_container_view.dart
– lib/ui/user/profile/profile_view.dart
– lib/ui/user/register/register_container_view.dart
– lib/ui/user/register/register_view.dart
– lib/ui/user/reject_user/reject_user_view.dart
– lib/ui/user/verify/verify_email_container_view.dart
– lib/ui/user/verify/verify_email_view.dart
– lib/utils/ps_progress_dialog.dart
– lib/utils/utils.dart
– lib/viewobject/CustomizedDetail.dart
– lib/viewobject/CustomizedHeader.dart
– lib/viewobject/ItemColor.dart
– lib/viewobject/ItemSpec.dart
– lib/viewobject/about_app.dart
– lib/viewobject/about_us.dart
– lib/viewobject/add_on.dart
– lib/viewobject/api_status.dart
– lib/viewobject/basket.dart
– lib/viewobject/basket_selected_attribute.dart
– lib/viewobject/category.dart
– lib/viewobject/common/language.dart
– lib/viewobject/common/language_value_holder.dart
– lib/viewobject/common/ps_map_object.dart
– lib/viewobject/common/ps_object.dart
– lib/viewobject/common/ps_value_holder.dart
– lib/viewobject/default_icon.dart
– lib/viewobject/default_photo.dart
– lib/viewobject/delete_object.dart
– lib/viewobject/deli_boy_version.dart
– lib/viewobject/holder/accept_order_parameter_holder.dart
– lib/viewobject/holder/app_info_parameter_holder.dart
– lib/viewobject/holder/apple_login_parameter_holder.dart
– lib/viewobject/holder/change_password_holder.dart
– lib/viewobject/holder/completed_order_list_holder.dart
– lib/viewobject/holder/contact_us_holder.dart
– lib/viewobject/holder/current_location_update_holder.dart
– lib/viewobject/holder/fb_login_parameter_holder.dart
– lib/viewobject/holder/forgot_password_parameter_holder.dart
– lib/viewobject/holder/google_login_parameter_holder.dart
– lib/viewobject/holder/intent_holder/shop_data_intent_holer.dart
– lib/viewobject/holder/intent_holder/shop_list_intent_holder.dart
– lib/viewobject/holder/intent_holder/verify_phone_internt_holder.dart
– lib/viewobject/holder/noti_parameter_holder.dart
– lib/viewobject/holder/noti_post_parameter_holder.dart
– lib/viewobject/holder/noti_register_holder.dart
– lib/viewobject/holder/noti_unregister_holder.dart
– lib/viewobject/holder/payment_status_holder.dart
– lib/viewobject/holder/pending_order_list_holder.dart
– lib/viewobject/holder/phone_login_parameter_holder.dart
– lib/viewobject/holder/profile_update_view_holder.dart
– lib/viewobject/holder/resend_code_holder.dart
– lib/viewobject/holder/shop_parameter_holder.dart
– lib/viewobject/holder/trans_status_update_holder.dart
– lib/viewobject/transaction_parameter_holder.dart -> lib/viewobject/holder/transaction_parameter_holder.dart
– lib/viewobject/holder/user_email_verify_parameter_holder.dart
– lib/viewobject/holder/user_login_parameter_holder.dart
– lib/viewobject/holder/user_register_parameter_holder.dart
– lib/viewobject/legs.dart
– lib/viewobject/main_point.dart
– lib/viewobject/maneuver.dart
– lib/viewobject/noti.dart
– lib/viewobject/pending_order.dart
– lib/viewobject/product.dart
– lib/viewobject/ps_app_info.dart
– lib/viewobject/ps_app_version.dart
– lib/viewobject/rating_detail.dart
– lib/viewobject/shop.dart
– lib/viewobject/shop_info.dart
– lib/viewobject/shop_map.dart
– lib/viewobject/steps.dart
– lib/viewobject/sub_category.dart
– lib/viewobject/transaction_detail.dart
– lib/viewobject/transaction_header.dart
– lib/viewobject/transaction_map.dart
– lib/viewobject/transaction_status.dart
– lib/viewobject/trips.dart
– lib/viewobject/user.dart
– lib/viewobject/user_information.dart
– lib/viewobject/user_login.dart
   
* Delete all lib under packages folder

  

 
 
 

Subscribe to our free newsletter