Skip to content

Commit

Permalink
Update to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
orkun1675 committed Dec 4, 2024
1 parent 090b9d6 commit 22f46e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 4.2.0
## 5.0.0
* **BREAKING**: Old alarms (alarms created pre v5) will be deleted.
* BREAKING: Some API parameters have been renamed, this update requires a small amount of refactoring for users. No features have been removed.
* Add support for fading the alarm volume using a staircase function.

Expand Down
5 changes: 0 additions & 5 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ android {
}

defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.gdelataillade.alarm.alarm_example"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
Expand All @@ -54,8 +51,6 @@ android {

buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
}
}
Expand Down
1 change: 0 additions & 1 deletion lib/model/alarm_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class AlarmSettings {
this.androidFullScreenIntent = true,
});

// TODO(orkun1675): Ensure compatibility with older plugin versions.
/// Constructs an `AlarmSettings` instance from the given JSON data.
factory AlarmSettings.fromJson(Map<String, dynamic> json) =>
_$AlarmSettingsFromJson(json);
Expand Down

0 comments on commit 22f46e9

Please sign in to comment.