Skip to content

Pulling latest changes #19

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

Merged
merged 27 commits into from
Feb 27, 2023
Merged

Pulling latest changes #19

merged 27 commits into from
Feb 27, 2023

Conversation

yosraemad
Copy link

As this repository hosts two packages, please ensure the PR title starts with the name of the package that it relates to using square brackets (e.g. [flutter_local_notifications]). The contribution guidelines can be found at https://github.com/MaikuB/flutter_local_notifications/blob/master/CONTRIBUTING.md. Please review this as it contains details on what to follow when submitting a PR.

som-R91 and others added 27 commits November 13, 2022 11:34
Adds the import statement required for AppDelegate.swift and AppDelegate.m to use FlutterLocalNotificationsPlugin's setPluginRegistrantCallback function.
…aikuB#1791)

* update kotlin version so example app will compile

* updates for 12.0.3+1 release
…otification actions on Android (MaikuB#1798)

* fixes parsing of callback handles for notification actions on Android

* Google Java Format

Co-authored-by: github-actions <>
…ndroid build (MaikuB#1781)

* Upgraded AGP

* Moved comment

* Fixed example build issues and analysis issues

* Updated flutter version constraint

* Use a fork of the timezone package

* Reverted timezone plugin change

* Revert "Reverted timezone plugin change"

This reverts commit e876192.
…nd add build tasks that use Flutter 3.0 (MaikuB#1811)

* re-add import of dart:typed_data needed for flutter 3

* add example app build tasks for flutter 3.0 where possible
…t down chronometer with chronometerCountDown (MaikuB#1778)

* Adds ability to count down chronometer with chronometerCountDown

* Fix: Api doc correction for chronometerCountDown

* Fix: Added 'chronometerCountDown' for unit tests

* fix casing used for chronometerCountDown api doc

Co-authored-by: Edgars Belevics <>
Co-authored-by: Michael Bui <[email protected]>
…cribe callbacks more (MaikuB#1841)

* update api docs around initialize to describe callbacks in more depth

* bump plugin for 13.0.0 release
…aikuB#1815)

* Adapt code to allow inexact notifications on Android

* Google Java Format

* Change default setting of useInexactMode

* Fix unit tests and periodicallyShow options

* Change boolean flags to AndroidScheduleType parameter

* Add check for exact alarm support in Dart

* Export ScheduleType on putlie dart interface

* Use specific type adapter for ScheduleType

* Rename ScheduleType to ScheduleMode

* Add permission exception

* Handle permission exception in notification receivers

* Fix tests

* Google Java Format

* Fix fallback schedule mode handling in deserializer

Co-authored-by: github-actions <>
* updated cirrus.yml to use m1 macos vms

* update iOS runtime used for iOS integration tests

* update macos image tags from latest to 14.2 so it is more pinned
)

* Adapt code to allow inexact notifications on Android

* Google Java Format

* Change default setting of useInexactMode

* Fix unit tests and periodicallyShow options

* Change boolean flags to AndroidScheduleType parameter

* Add check for exact alarm support in Dart

* Export ScheduleType on putlie dart interface

* Use specific type adapter for ScheduleType

* Rename ScheduleType to ScheduleMode

* Add permission exception

* Handle permission exception in notification receivers

* Fix tests

* Google Java Format

* Fix fallback schedule mode handling in deserializer

* add guard around schedule mode to fix instant notifications not working whe

* Google Java Format

---------

Co-authored-by: github-actions <>
Co-authored-by: Michael Bui <[email protected]>
Bumps [xdg_directories](https://github.com/flutter/packages/tree/main/packages) from 0.2.0+3 to 1.0.0.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/xdg_directories-v1.0.0/packages)

---
updated-dependencies:
- dependency-name: xdg_directories
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Yasminehassan26 Yasminehassan26 merged commit 0bd4f61 into blink22:master Feb 27, 2023
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.