-
-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[geolocator_android] Resolves ./gradlew build issue #1593
base: main
Are you sure you want to change the base?
Conversation
fixes lint issue when ./gradlew ran
bumped version
fixes Missing permissions required by NotificationManagerCompat.notify: android.permission.POST_NOTIFICATIONS [MissingPermission]
upgraded geolocator_android version to 4.6.1
resolved build issue on ./gradlew 8.4
bumped version to 4.6.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good way to get passed this annoying issue for people with newer versions of gradle restrictions.
Facing the same issue, please merge this with main flutter geolocator branch. Thanks in advance |
@arrrrny @TitanKing , will this be able to be merged in soon? it's a bit of a blocker for me. |
When I ran ./gradlew clean
./gradlew build
I was getting below error. This PR fixes the build issue.
Pre-launch Checklist
pubspec.yaml
with an appropriate new version according to the [pub versioning philosophy], or this PR is does not need version changes.CHANGELOG.md
to add a description of the change.///
).main
.dart format .
and committed any changes.flutter analyze
and fixed any errors.