Salnikov Sergey

Results 5 comments of Salnikov Sergey

Thanks! I'm trying to mitigate aggressive optimizations (limitations for app not whitelisted in their ROMs) by Huawei, Xiaomi, Meizy, etc

> Yes notification is not working in iOS > > File downloading is working on iOS simulator (iOS 15+) ? in my case it is not showing in file downloaded...

Same! Waiting for fix =) Quick fixed by bumping compileSdkVersion up to 28 in build script `find ~/.pub-cache/hosted/pub.dartlang.org/appcenter* -iname 'build.gradle' | xargs sed -i -e 's/\(compileSdkVersion \)27/\128/g'`

> > Same! > > Waiting for fix =) > > Quick fixed by bumping compileSdkVersion up to 28 in build script > > `find ~/.pub-cache/hosted/pub.dartlang.org/appcenter* -iname 'build.gradle' | xargs...

Aah! I found the issue - 0.9.1 version is not published to pub.dev but actual Readme says add_file_path_comments works Please publish 0.9.1 to pub.dev