Skip to content

Conversation

@Ahmedatef5O5
Copy link

@Ahmedatef5O5 Ahmedatef5O5 commented Dec 14, 2025

Overview

Refactor the AndroidAlarmManager example app for better readability, null-safety, and maintainability.

Changes

  • Added null-safety improvements
  • Refactored button handlers into separate functions
  • Used final and const where applicable
  • Cleaned up logging and documentation
  • Preserved functionality

Impact

  • No API changes
  • No behavioral changes
  • Ready for Flutter stable >=3.0

Description

Related Issues

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I titled the PR using Conventional Commits.
  • I did not modify the CHANGELOG.md nor the plugin version in pubspec.yaml files.
  • All existing and new tests are passing.
  • The analyzer (flutter analyze) does not report any problems on my PR.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • No, this is not a breaking change.

### Overview
Refactor the AndroidAlarmManager example app for better readability, null-safety, and maintainability.

### Changes
- Added null-safety improvements
- Refactored button handlers into separate functions
- Used `final` and `const` where applicable
- Cleaned up logging and documentation
- Preserved functionality

### Impact
- No API changes
- No behavioral changes
- Ready for Flutter stable >=3.0
@vbuberen
Copy link
Collaborator

Same conclusion as in #3726. I see that you didn't even bother to fill the PR description properly. Based on 2 PRs of questionable quality I would ask you to avoid contributing to this repo.

@vbuberen vbuberen closed this Dec 15, 2025
@Ahmedatef5O5 Ahmedatef5O5 deleted the patch-2 branch December 15, 2025 17:43
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