File tree 16 files changed +109
-97
lines changed
kotlin/com/example/music_player
16 files changed +109
-97
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android {
41
41
42
42
defaultConfig {
43
43
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
44
- applicationId " com.example.music_player "
44
+ applicationId " com.example.musico "
45
45
// You can update the following values to match your application needs.
46
46
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
47
47
minSdkVersion 21 // flutter.minSdkVersion
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.example.music_player " >
2
+ package =" com.example.musico " >
3
3
<!-- The INTERNET permission is required for development. Specifically,
4
4
the Flutter tool needs it to communicate with the running application
5
5
to allow setting breakpoints, to provide hot reload, etc.
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
xmlns : tools =" http://schemas.android.com/tools"
3
- package =" com.example.music_player " >
3
+ package =" com.example.musico " >
4
4
5
5
<uses-permission android : name =" android.permission.INTERNET" />
6
6
<uses-permission android : name =" android.permission.WAKE_LOCK" />
31
31
android : usesCleartextTraffic =" true"
32
32
>
33
33
34
+ <meta-data
35
+ android : name =" com.google.firebase.messaging.default_notification_icon"
36
+ android : resource =" @mipmap/launcher_icon" />
37
+
34
38
<activity
35
39
android : name =" com.ryanheise.audioservice.AudioServiceActivity"
36
40
android : exported =" true"
Original file line number Diff line number Diff line change 1
- package com.example.music_player
1
+ package com.example.musico
2
2
3
3
import io.flutter.embedding.android.FlutterActivity
4
4
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.example.music_player " >
2
+ package =" com.example.musico " >
3
3
<!-- The INTERNET permission is required for development. Specifically,
4
4
the Flutter tool needs it to communicate with the running application
5
5
to allow setting breakpoints, to provide hot reload, etc.
Original file line number Diff line number Diff line change 13
13
<key >CFBundleInfoDictionaryVersion </key >
14
14
<string >6.0 </string >
15
15
<key >CFBundleName </key >
16
- <string >music_player </string >
16
+ <string >musico </string >
17
17
<key >CFBundlePackageType </key >
18
18
<string >APPL </string >
19
19
<key >CFBundleShortVersionString </key >
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ project(runner LANGUAGES CXX)
4
4
5
5
# The name of the executable created for the application. Change this to change
6
6
# the on-disk name of your application.
7
- set (BINARY_NAME "music_player " )
7
+ set (BINARY_NAME "musico " )
8
8
# The unique GTK application identifier for this application. See:
9
9
# https://wiki.gnome.org/HowDoI/ChooseApplicationID
10
- set (APPLICATION_ID "com.example.music_player " )
10
+ set (APPLICATION_ID "com.example.musico " )
11
11
12
12
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
13
13
# versions of CMake.
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ static void my_application_activate(GApplication* application) {
40
40
if (use_header_bar) {
41
41
GtkHeaderBar* header_bar = GTK_HEADER_BAR (gtk_header_bar_new ());
42
42
gtk_widget_show (GTK_WIDGET (header_bar));
43
- gtk_header_bar_set_title (header_bar, " music_player " );
43
+ gtk_header_bar_set_title (header_bar, " musico " );
44
44
gtk_header_bar_set_show_close_button (header_bar, TRUE );
45
45
gtk_window_set_titlebar (window, GTK_WIDGET (header_bar));
46
46
} else {
47
- gtk_window_set_title (window, " music_player " );
47
+ gtk_window_set_title (window, " musico " );
48
48
}
49
49
50
50
gtk_window_set_default_size (window, 1280 , 720 );
Original file line number Diff line number Diff line change 54
54
/* Begin PBXFileReference section */
55
55
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
56
56
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
57
- 33CC10ED2044A3C60003C045 /* music_player .app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "music_player .app"; sourceTree = BUILT_PRODUCTS_DIR; };
57
+ 33CC10ED2044A3C60003C045 /* musico .app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "musico .app"; sourceTree = BUILT_PRODUCTS_DIR; };
58
58
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
59
59
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
60
60
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
105
105
33CC10EE2044A3C60003C045 /* Products */ = {
106
106
isa = PBXGroup;
107
107
children = (
108
- 33CC10ED2044A3C60003C045 /* music_player .app */,
108
+ 33CC10ED2044A3C60003C045 /* musico .app */,
109
109
);
110
110
name = Products;
111
111
sourceTree = "<group>";
172
172
);
173
173
name = Runner;
174
174
productName = Runner;
175
- productReference = 33CC10ED2044A3C60003C045 /* music_player .app */;
175
+ productReference = 33CC10ED2044A3C60003C045 /* musico .app */;
176
176
productType = "com.apple.product-type.application";
177
177
};
178
178
/* End PBXNativeTarget section */
Original file line number Diff line number Diff line change 15
15
<BuildableReference
16
16
BuildableIdentifier = " primary"
17
17
BlueprintIdentifier = " 33CC10EC2044A3C60003C045"
18
- BuildableName = " music_player .app"
18
+ BuildableName = " musico .app"
19
19
BlueprintName = " Runner"
20
20
ReferencedContainer = " container:Runner.xcodeproj" >
21
21
</BuildableReference >
31
31
<BuildableReference
32
32
BuildableIdentifier = " primary"
33
33
BlueprintIdentifier = " 33CC10EC2044A3C60003C045"
34
- BuildableName = " music_player .app"
34
+ BuildableName = " musico .app"
35
35
BlueprintName = " Runner"
36
36
ReferencedContainer = " container:Runner.xcodeproj" >
37
37
</BuildableReference >
54
54
<BuildableReference
55
55
BuildableIdentifier = " primary"
56
56
BlueprintIdentifier = " 33CC10EC2044A3C60003C045"
57
- BuildableName = " music_player .app"
57
+ BuildableName = " musico .app"
58
58
BlueprintName = " Runner"
59
59
ReferencedContainer = " container:Runner.xcodeproj" >
60
60
</BuildableReference >
71
71
<BuildableReference
72
72
BuildableIdentifier = " primary"
73
73
BlueprintIdentifier = " 33CC10EC2044A3C60003C045"
74
- BuildableName = " music_player .app"
74
+ BuildableName = " musico .app"
75
75
BlueprintName = " Runner"
76
76
ReferencedContainer = " container:Runner.xcodeproj" >
77
77
</BuildableReference >
Original file line number Diff line number Diff line change 5
5
// 'flutter create' template.
6
6
7
7
// The application's name. By default this is also the title of the Flutter window.
8
- PRODUCT_NAME = music_player
8
+ PRODUCT_NAME = musico
9
9
10
10
// The application's bundle identifier
11
11
PRODUCT_BUNDLE_IDENTIFIER = com.example.musicPlayer
You can’t perform that action at this time.
0 commit comments