Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates Android example files and CI configurations to improve dependency management and tooling consistency. Key changes include:
- Adding "flutter pub get" commands in CI steps for multiple modules.
- Completely disabling vector_map_tiles plugins by leaving related commands commented out.
- Updating CI workflows for better maintenance and consistency.
Reviewed Changes
Copilot reviewed 22 out of 40 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/on-pull-request.yml | Added dependency fetching commands and maintained commented-out code for vector_map_tiles plugins. |
| .github/workflows/on-commit-main.yml | Mirrored updates to ensure consistent dependency management across CI pipelines. |
Files not reviewed (18)
- example/.metadata: Language not supported
- example/android/.gitignore: Language not supported
- example/android/app/build.gradle: Language not supported
- example/android/app/build.gradle.kts: Language not supported
- example/android/app/src/main/AndroidManifest.xml: Language not supported
- example/android/app/src/main/kotlin/com/example/example/MainActivity.kt: Language not supported
- example/android/app/src/main/kotlin/com/example/flutter_map_plugins_example/MainActivity.kt: Language not supported
- example/android/build.gradle: Language not supported
- example/android/build.gradle.kts: Language not supported
- example/android/gradle.properties: Language not supported
- example/android/gradle/wrapper/gradle-wrapper.properties: Language not supported
- example/android/settings.gradle: Language not supported
- example/android/settings.gradle.kts: Language not supported
- example/lib/main.dart: Language not supported
- example/linux/runner/CMakeLists.txt: Language not supported
- example/linux/runner/main.cc: Language not supported
- example/linux/runner/my_application.cc: Language not supported
- example/linux/runner/my_application.h: Language not supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.