-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Allow specifying the alarm volume using steps/stops (#282)
* Add tests for fadeDuration and isRinging to example app * Use alarmPrint instead of debugPrint * Add staircase fade feature * Implement staircase fade for Android * Migrate to pigeon and revamp public API * Update deps * Migrate Kotlin and Swift code to Pigeon framework * Allow system volume customization when using audio fade * Update to v5 * Revert new alarm delay change * [Android] Store a copy of alarms natively
- Loading branch information
Showing
40 changed files
with
1,050 additions
and
1,048 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
include: package:very_good_analysis/analysis_options.yaml | ||
|
||
analyzer: | ||
exclude: [lib/src/generated/**] | ||
exclude: [lib/src/generated/**, lib/**/*.g.dart] | ||
errors: | ||
todo: ignore |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.