Skip to content

Update the example app to Android-specific platform channel methods.#299

Open
rolinbos wants to merge 1 commit intomainfrom
refactor-example-android
Open

Update the example app to Android-specific platform channel methods.#299
rolinbos wants to merge 1 commit intomainfrom
refactor-example-android

Conversation

@rolinbos
Copy link

@rolinbos rolinbos commented Mar 6, 2026

Update the example app to demonstrate Android-specific platform channel methods.

Pre-launch Checklist

  • I made sure the project builds.
  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I updated pubspec.yaml with an appropriate new version according to the pub versioning philosophy, or this PR is does not need version changes.
  • I updated CHANGELOG.md to add a description of the change.
  • I updated/added relevant documentation (doc comments with ///).
  • I rebased onto main.
  • I added new tests to check the change I am making, or this PR does not need tests.
  • I made sure all existing and new tests are passing.
  • I ran dart format . and committed any changes.
  • I ran flutter analyze and fixed any errors.

@rolinbos rolinbos force-pushed the refactor-example-android branch from 7788a97 to 9d44249 Compare March 13, 2026 10:01
@rolinbos rolinbos force-pushed the refactor-example-android branch from 9d44249 to 42ce1b1 Compare March 13, 2026 10:04
@rolinbos rolinbos changed the title WIP Update the example app to Android-specific platform channel methods. Mar 13, 2026
@rolinbos rolinbos requested a review from mvanbeusekom March 13, 2026 10:50
@rolinbos rolinbos marked this pull request as ready for review March 13, 2026 10:50
@@ -1,3 +1,7 @@
## 5.0.1

- Update the example app to demonstrate Android-specific platform channel methods.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The description is spot on, however we try to adhere to the Flutter plugin style guide for out CHANGELOG entries which states:

Entries should use present tense indicative for verbs, with "this version" as an implied subject. For example, "Adds cool new feature.", not "Add", "Added", or "Adding".

So please update the word "Update" to "Updates".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants