It can be seen that when working with flutter version 3.22.0 it did not solve the problems, it only managed to solve some dependency compatibility problems. however, errors continued in them and problems with the "caroulse_sliders" already resolved.
Ref 1. (error1.jpg) Starting the application and managing to resolve dependency compatibility issues on the apiservices.dart page generates the error: on line 247. Response response = await dio.post( An exception was thrown. DioException (DioException [unknown]: nullError: Invalid argument(s): No host specified in URI get_type)
Ref 2. (erro2.jpg) in the emulator when giving next we find the second error on the page homeproviders.dart generates the error on line 23. sectionTypeModel = await ApiService().sectionType(); An exception occurred. DioException (DioException [unknown]: nullError: Invalid argument(s): No host specified in URI get_type)
Ref 3. (error3.jpg) Clicking next on the homeprovider .dart page generates the error on line 23. sectionTypeModel = await ApiService().sectionType(); sectionTypeModel = await ApiService().sectionType();
Use Flutter 3.10.5 for this app..
we are working on new update and upgrade latest version but meanwhile you can use flutter 3.10.5 and run it..
Regards,
Mr. Chirag