Павел Никитин

Results 3 comments of Павел Никитин

After updating Flutter, the error disappeared

The error appears in the debug version, in the release it is not.

Add `ios/Podfile` ``` # Uncomment this line to define a global platform for your project platform :ios, '11.0' use_frameworks! use_modular_headers! def parse_KV_file(file,seperator='=') file_abs_path = File.expand_path(file) if !File.exists? file_abs_path return [];...