Skip to content

Commit db4f433

Browse files
committed
Tambahkan aset file audio untuk notifikasi reminder not track
1 parent d221010 commit db4f433

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

assets/audio/hasta_la_vista.aiff

210 KB
Binary file not shown.

macos/Runner.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
2828
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
2929
4EC5739BEEDB97A94D0FFC8E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = CE2AF559369BB712ED589DC0 /* GoogleService-Info.plist */; };
30+
7BC898412A658F1300EF0846 /* hasta_la_vista.aiff in Resources */ = {isa = PBXBuildFile; fileRef = 7BC898402A658F1200EF0846 /* hasta_la_vista.aiff */; };
3031
9775D885EC4B5A8A75A8CB10 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 903BB907AD2A1C8E9121EDFF /* Pods_Runner.framework */; };
3132
/* End PBXBuildFile section */
3233

@@ -72,6 +73,7 @@
7273
56981CAF1FB7B0AE07730924 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
7374
6449308975FE371A9B56DE42 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
7475
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
76+
7BC898402A658F1200EF0846 /* hasta_la_vista.aiff */ = {isa = PBXFileReference; lastKnownFileType = audio.aiff; path = hasta_la_vista.aiff; sourceTree = "<group>"; };
7577
903BB907AD2A1C8E9121EDFF /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7678
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
7779
CE2AF559369BB712ED589DC0 /* GoogleService-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "Runner/GoogleService-Info.plist"; sourceTree = "<group>"; };
@@ -103,6 +105,7 @@
103105
33CC10E42044A3C60003C045 = {
104106
isa = PBXGroup;
105107
children = (
108+
7BC898402A658F1200EF0846 /* hasta_la_vista.aiff */,
106109
33FAB671232836740065AC1E /* Runner */,
107110
33CEB47122A05771004F2AC0 /* Flutter */,
108111
33CC10EE2044A3C60003C045 /* Products */,
@@ -250,6 +253,7 @@
250253
files = (
251254
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */,
252255
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */,
256+
7BC898412A658F1300EF0846 /* hasta_la_vista.aiff in Resources */,
253257
4EC5739BEEDB97A94D0FFC8E /* GoogleService-Info.plist in Resources */,
254258
);
255259
runOnlyForDeploymentPostprocessing = 0;

macos/hasta_la_vista.aiff

210 KB
Binary file not shown.

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ flutter:
178178
- assets/fake_json/
179179
- assets/images/
180180
- assets/animations/
181+
- assets/audio/
181182

182183
# An image asset can refer to one or more resolution-specific "variants", see
183184
# https://flutter.dev/assets-and-images/#resolution-aware

0 commit comments

Comments
 (0)