rmawatson / flutter_isolate

Launch an isolate that can use flutter plugins.
MIT License
262 stars 80 forks source link

added namespace for AGP8 compatibility #140

Closed deckerst closed 11 months ago

deckerst commented 11 months ago

@rmawatson could you please take a look?

rmawatson commented 11 months ago

@nmfisher hopefully will be able to take care of this for you. I no longer maintain this.

nmfisher commented 11 months ago

@deckerst can you please provide some context around this (e.g. links to Android docs explaining why this is required)? This will help if we need to revisit this in future.

deckerst commented 11 months ago

Android doc: https://developer.android.com/build/configure-app-module#set-namespace

Flutter PR addressing the issue: https://github.com/flutter/flutter/pull/126354