Tag: Flutter

About Flutter

Introduction Flutter is a powerful framework which uses dart programming language, It eases your mobile application development. You can create high quality cross platform applications using flutter frameworks. That means you can create the applications for different platforms such as Android, iOS, Mac, iPad using single codebase in flutter. Flutter is an open source application […]

Error (Xcode): type argument ‘nw_proxy_config_t’ (aka ‘struct nw_proxy_config *’) is neither an Objective-C object nor a block type

Error during iOS build in flutter projects. The error has been started after updating Xcode 15 and after downloading iOS 17. Error (Xcode): type argument ‘nw_proxy_config_t’ (aka ‘struct nw_proxy_config *’) is neither an Objective-C object nor a block type Solution for the above error: As mentioned in the error log, open the below file and […]