Open anton-kaliuzhnyi-altexsoft opened 5 months ago
feel free to open pull request
@anton-kaliuzhnyi-altexsoft for the workaround refer latest commit from git in your pubspec file,
webview_cookie_manager:
git:
url: https://github.com/fryette/webview_cookie_manager
ref: 923e514752ad7bb7e83849f11de767a301ac57b5
I can't build the project because
webview_cookie_manager
doesn't have namespace specified. I'm using the latest version of Flutter (3.22.0).All that is needed is to add a line with namespace into the
android/build.gradle
into sectionandroid
:See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.
This is the debug console output: