tolotrasamuel / account_picker

Prompt user to pick an Email or a Phone number saved on device without requiring extra permission
MIT License
3 stars 4 forks source link

fixed #14 Gradle 8 -> Namespace not specified #15

Closed manoj1749 closed 6 days ago

manoj1749 commented 6 days ago

Updated the build.gradle file with specifying namespace

chickahoona commented 5 days ago

Thank both of you very much for the PR and the merge. Looking forward to the new release as this is currnetly blocking my upgrade to Gradle 8.

manoj1749 commented 4 days ago

You can update the local version of the package you have in your ./pub-cache/hosted/pub.dev/account_picker-2.1.0 and edit the build.gradle in it in the mean time inorder to fix this error, instead of waiting till the release. Thank You

chickahoona commented 4 days ago

I thought about this too, but we run / build our apps in build pipelines. So I'd have to create a script that dynamically modifes the file after every "pub get"... But anyway, it seems a new version was released a couple of hours ago. Thanks alot both of you for your help!