Reid Baker
Reid Baker
I would add that google/android has a default proguard file that is included as part of AGP. https://www.zacsweers.dev/android-proguard-rules/
@HosseinYousefi what parts of this feature are you wanting team-android to do? @gmackall mentioned in triage that this is likely tracking work you are actively doing.
@tarrinneal I think we talked about this in a Ecosystem sync and your opinion was that we should let the android implementation pick which of "datastore" and "sharedPreferences" to use....
https://github.com/flutter/engine/pull/52022 has been merged. Users targeting Flutter master and beta/stable releases after (but not including) 3.27 will fail to compile if the plugin has references any v1 embedding classes. To...
Assigning as I think @matanlurey is working on a handful of videoplayer android issues. Will update tomorrow if that is not the case.
> No, this is unrelated to 43785; `shared_preferences` doesn't have any instance-based channels. > > Given that this is only affecting release Android builds, it feels like an R8 issue....
The flutter android teams current belief is that the issue is not related to shared preferences code but instead related possibly to the version of r8/d8 used during compilation.
> In my test project are minification and r8 disabled Sorry I missed "In my test project are minification and r8 disabled"
> Do you think you should be able to do a Pull Request ? No there are more than 100 identified plugins in the top 1000 and I do not...
> I was running into this issue today, much to my frustration. I suppose I'll have to downgrade to an older Flutter version until this gets resolved. The issue you...