Skip to content

Commit f616aa0

Browse files
committed
Update boring_to_beautiful
1 parent 8089b06 commit f616aa0

File tree

48 files changed

+944
-944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+944
-944
lines changed

boring_to_beautiful/final/android/app/src/main/kotlin/com/example/myartist/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package com.example.myartist
22

33
import io.flutter.embedding.android.FlutterActivity
44

5-
class MainActivity : FlutterActivity()
5+
class MainActivity: FlutterActivity()

boring_to_beautiful/final/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

boring_to_beautiful/final/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
33CC10F32044A3C60003C045 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F22044A3C60003C045 /* Assets.xcassets */; };
2828
33CC10F62044A3C60003C045 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 33CC10F42044A3C60003C045 /* MainMenu.xib */; };
2929
33CC11132044BFA00003C045 /* MainFlutterWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33CC11122044BFA00003C045 /* MainFlutterWindow.swift */; };
30-
51C1678A490EFAA9FD4EA1D8 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 78D281624421AE1E5EBDC669 /* Pods_Runner.framework */; };
31-
815ABAC7310F28FE9DE17C90 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5118B6D9BB7780F9EA132CE /* Pods_RunnerTests.framework */; };
30+
8F86CC48F84BC945E6BB473E /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4ACB22C2282ABF3956B25A9 /* Pods_RunnerTests.framework */; };
31+
B86B413C29212C31FC38EC3F /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04ABCC5B449296110056E869 /* Pods_Runner.framework */; };
3232
/* End PBXBuildFile section */
3333

3434
/* Begin PBXContainerItemProxy section */
@@ -62,6 +62,9 @@
6262
/* End PBXCopyFilesBuildPhase section */
6363

6464
/* Begin PBXFileReference section */
65+
04ABCC5B449296110056E869 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
66+
25AEB0B4D9F2B7DE622ADD81 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
67+
2C1F704CCF23FEB170D14D8D /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
6568
331C80D5294CF71000263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
6669
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
6770
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
@@ -78,32 +81,29 @@
7881
33E51913231747F40026EE4D /* DebugProfile.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DebugProfile.entitlements; sourceTree = "<group>"; };
7982
33E51914231749380026EE4D /* Release.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = Release.entitlements; sourceTree = "<group>"; };
8083
33E5194F232828860026EE4D /* AppInfo.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = AppInfo.xcconfig; sourceTree = "<group>"; };
81-
4B4A8142B74E7DB324D6CEC7 /* 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>"; };
82-
78D281624421AE1E5EBDC669 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
84+
6472EEBBCF09C3B25D8B2B86 /* 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>"; };
85+
78748BFA245045FBDE6ADA5B /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
8386
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
87+
95A6C08F876848F75FEA8E45 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
8488
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
85-
C443135232D66CD6898F295B /* 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>"; };
86-
C5AA25FE3D1893D2D323B0E5 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
87-
CA69B878DDE343EF556D0913 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
88-
CA79325D6AA2D545A5650B98 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
89-
D557F6B84B2A2A778999E43D /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
90-
F5118B6D9BB7780F9EA132CE /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
89+
C50E54638BEDED6CDD076255 /* 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>"; };
90+
E4ACB22C2282ABF3956B25A9 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
9191
/* End PBXFileReference section */
9292

9393
/* Begin PBXFrameworksBuildPhase section */
9494
331C80D2294CF70F00263BE5 /* Frameworks */ = {
9595
isa = PBXFrameworksBuildPhase;
9696
buildActionMask = 2147483647;
9797
files = (
98-
815ABAC7310F28FE9DE17C90 /* Pods_RunnerTests.framework in Frameworks */,
98+
8F86CC48F84BC945E6BB473E /* Pods_RunnerTests.framework in Frameworks */,
9999
);
100100
runOnlyForDeploymentPostprocessing = 0;
101101
};
102102
33CC10EA2044A3C60003C045 /* Frameworks */ = {
103103
isa = PBXFrameworksBuildPhase;
104104
buildActionMask = 2147483647;
105105
files = (
106-
51C1678A490EFAA9FD4EA1D8 /* Pods_Runner.framework in Frameworks */,
106+
B86B413C29212C31FC38EC3F /* Pods_Runner.framework in Frameworks */,
107107
);
108108
runOnlyForDeploymentPostprocessing = 0;
109109
};
@@ -137,7 +137,7 @@
137137
331C80D6294CF71000263BE5 /* RunnerTests */,
138138
33CC10EE2044A3C60003C045 /* Products */,
139139
D73912EC22F37F3D000D13A0 /* Frameworks */,
140-
D9C725E837347320472EF00E /* Pods */,
140+
387E452E15F75ADFE5831EB2 /* Pods */,
141141
);
142142
sourceTree = "<group>";
143143
};
@@ -185,27 +185,27 @@
185185
path = Runner;
186186
sourceTree = "<group>";
187187
};
188-
D73912EC22F37F3D000D13A0 /* Frameworks */ = {
188+
387E452E15F75ADFE5831EB2 /* Pods */ = {
189189
isa = PBXGroup;
190190
children = (
191-
78D281624421AE1E5EBDC669 /* Pods_Runner.framework */,
192-
F5118B6D9BB7780F9EA132CE /* Pods_RunnerTests.framework */,
191+
25AEB0B4D9F2B7DE622ADD81 /* Pods-Runner.debug.xcconfig */,
192+
6472EEBBCF09C3B25D8B2B86 /* Pods-Runner.release.xcconfig */,
193+
C50E54638BEDED6CDD076255 /* Pods-Runner.profile.xcconfig */,
194+
2C1F704CCF23FEB170D14D8D /* Pods-RunnerTests.debug.xcconfig */,
195+
78748BFA245045FBDE6ADA5B /* Pods-RunnerTests.release.xcconfig */,
196+
95A6C08F876848F75FEA8E45 /* Pods-RunnerTests.profile.xcconfig */,
193197
);
194-
name = Frameworks;
198+
name = Pods;
199+
path = Pods;
195200
sourceTree = "<group>";
196201
};
197-
D9C725E837347320472EF00E /* Pods */ = {
202+
D73912EC22F37F3D000D13A0 /* Frameworks */ = {
198203
isa = PBXGroup;
199204
children = (
200-
D557F6B84B2A2A778999E43D /* Pods-Runner.debug.xcconfig */,
201-
C443135232D66CD6898F295B /* Pods-Runner.release.xcconfig */,
202-
4B4A8142B74E7DB324D6CEC7 /* Pods-Runner.profile.xcconfig */,
203-
C5AA25FE3D1893D2D323B0E5 /* Pods-RunnerTests.debug.xcconfig */,
204-
CA69B878DDE343EF556D0913 /* Pods-RunnerTests.release.xcconfig */,
205-
CA79325D6AA2D545A5650B98 /* Pods-RunnerTests.profile.xcconfig */,
205+
04ABCC5B449296110056E869 /* Pods_Runner.framework */,
206+
E4ACB22C2282ABF3956B25A9 /* Pods_RunnerTests.framework */,
206207
);
207-
name = Pods;
208-
path = Pods;
208+
name = Frameworks;
209209
sourceTree = "<group>";
210210
};
211211
/* End PBXGroup section */
@@ -215,7 +215,7 @@
215215
isa = PBXNativeTarget;
216216
buildConfigurationList = 331C80DE294CF71000263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
217217
buildPhases = (
218-
D25673144C910A3282177B04 /* [CP] Check Pods Manifest.lock */,
218+
DD21301A874393BF3ACDAA55 /* [CP] Check Pods Manifest.lock */,
219219
331C80D1294CF70F00263BE5 /* Sources */,
220220
331C80D2294CF70F00263BE5 /* Frameworks */,
221221
331C80D3294CF70F00263BE5 /* Resources */,
@@ -234,13 +234,13 @@
234234
isa = PBXNativeTarget;
235235
buildConfigurationList = 33CC10FB2044A3C60003C045 /* Build configuration list for PBXNativeTarget "Runner" */;
236236
buildPhases = (
237-
ABB374ED3576FD858355276B /* [CP] Check Pods Manifest.lock */,
237+
6CF97FA4FC5D30AA4AB0F085 /* [CP] Check Pods Manifest.lock */,
238238
33CC10E92044A3C60003C045 /* Sources */,
239239
33CC10EA2044A3C60003C045 /* Frameworks */,
240240
33CC10EB2044A3C60003C045 /* Resources */,
241241
33CC110E2044A8840003C045 /* Bundle Framework */,
242242
3399D490228B24CF009A79C7 /* ShellScript */,
243-
A43F5D11D0093E10F947CBCA /* [CP] Embed Pods Frameworks */,
243+
A536B83DA650A5A2D045D27C /* [CP] Embed Pods Frameworks */,
244244
);
245245
buildRules = (
246246
);
@@ -361,46 +361,46 @@
361361
shellPath = /bin/sh;
362362
shellScript = "\"$FLUTTER_ROOT\"/packages/flutter_tools/bin/macos_assemble.sh && touch Flutter/ephemeral/tripwire";
363363
};
364-
A43F5D11D0093E10F947CBCA /* [CP] Embed Pods Frameworks */ = {
364+
6CF97FA4FC5D30AA4AB0F085 /* [CP] Check Pods Manifest.lock */ = {
365365
isa = PBXShellScriptBuildPhase;
366366
buildActionMask = 2147483647;
367367
files = (
368368
);
369369
inputFileListPaths = (
370-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
371370
);
372-
name = "[CP] Embed Pods Frameworks";
371+
inputPaths = (
372+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
373+
"${PODS_ROOT}/Manifest.lock",
374+
);
375+
name = "[CP] Check Pods Manifest.lock";
373376
outputFileListPaths = (
374-
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
377+
);
378+
outputPaths = (
379+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
375380
);
376381
runOnlyForDeploymentPostprocessing = 0;
377382
shellPath = /bin/sh;
378-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
383+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
379384
showEnvVarsInLog = 0;
380385
};
381-
ABB374ED3576FD858355276B /* [CP] Check Pods Manifest.lock */ = {
386+
A536B83DA650A5A2D045D27C /* [CP] Embed Pods Frameworks */ = {
382387
isa = PBXShellScriptBuildPhase;
383388
buildActionMask = 2147483647;
384389
files = (
385390
);
386391
inputFileListPaths = (
392+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
387393
);
388-
inputPaths = (
389-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
390-
"${PODS_ROOT}/Manifest.lock",
391-
);
392-
name = "[CP] Check Pods Manifest.lock";
394+
name = "[CP] Embed Pods Frameworks";
393395
outputFileListPaths = (
394-
);
395-
outputPaths = (
396-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
396+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
397397
);
398398
runOnlyForDeploymentPostprocessing = 0;
399399
shellPath = /bin/sh;
400-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
400+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
401401
showEnvVarsInLog = 0;
402402
};
403-
D25673144C910A3282177B04 /* [CP] Check Pods Manifest.lock */ = {
403+
DD21301A874393BF3ACDAA55 /* [CP] Check Pods Manifest.lock */ = {
404404
isa = PBXShellScriptBuildPhase;
405405
buildActionMask = 2147483647;
406406
files = (
@@ -473,7 +473,7 @@
473473
/* Begin XCBuildConfiguration section */
474474
331C80DB294CF71000263BE5 /* Debug */ = {
475475
isa = XCBuildConfiguration;
476-
baseConfigurationReference = C5AA25FE3D1893D2D323B0E5 /* Pods-RunnerTests.debug.xcconfig */;
476+
baseConfigurationReference = 2C1F704CCF23FEB170D14D8D /* Pods-RunnerTests.debug.xcconfig */;
477477
buildSettings = {
478478
BUNDLE_LOADER = "$(TEST_HOST)";
479479
CURRENT_PROJECT_VERSION = 1;
@@ -488,7 +488,7 @@
488488
};
489489
331C80DC294CF71000263BE5 /* Release */ = {
490490
isa = XCBuildConfiguration;
491-
baseConfigurationReference = CA69B878DDE343EF556D0913 /* Pods-RunnerTests.release.xcconfig */;
491+
baseConfigurationReference = 78748BFA245045FBDE6ADA5B /* Pods-RunnerTests.release.xcconfig */;
492492
buildSettings = {
493493
BUNDLE_LOADER = "$(TEST_HOST)";
494494
CURRENT_PROJECT_VERSION = 1;
@@ -503,7 +503,7 @@
503503
};
504504
331C80DD294CF71000263BE5 /* Profile */ = {
505505
isa = XCBuildConfiguration;
506-
baseConfigurationReference = CA79325D6AA2D545A5650B98 /* Pods-RunnerTests.profile.xcconfig */;
506+
baseConfigurationReference = 95A6C08F876848F75FEA8E45 /* Pods-RunnerTests.profile.xcconfig */;
507507
buildSettings = {
508508
BUNDLE_LOADER = "$(TEST_HOST)";
509509
CURRENT_PROJECT_VERSION = 1;

boring_to_beautiful/final/macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PRODUCT_NAME = myartist
1111
PRODUCT_BUNDLE_IDENTIFIER = com.example.myartist
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2024 com.example. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2025 com.example. All rights reserved.

boring_to_beautiful/final/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ dependencies:
1818
desktop_window: ^0.4.2
1919
dynamic_color: ^1.7.0
2020
english_words: ^4.0.0
21-
flutter_bloc: ^8.1.6
21+
flutter_bloc: ^9.0.0
2222
freezed_annotation: ^2.4.4
23-
go_router: ^14.6.2
23+
go_router: ^14.6.3
2424
material_color_utilities: any
2525
universal_platform: ^1.1.0
2626
url_launcher: ^6.3.1
@@ -29,9 +29,9 @@ dependencies:
2929
dev_dependencies:
3030
flutter_test:
3131
sdk: flutter
32-
build_runner: ^2.4.13
32+
build_runner: ^2.4.14
3333
flutter_lints: ^5.0.0
34-
freezed: ^2.5.7
34+
freezed: ^2.5.8
3535

3636
flutter:
3737
uses-material-design: true

boring_to_beautiful/final/windows/runner/Runner.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ BEGIN
9393
VALUE "FileDescription", "myartist" "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "myartist" "\0"
96-
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
96+
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
9797
VALUE "OriginalFilename", "myartist.exe" "\0"
9898
VALUE "ProductName", "myartist" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

boring_to_beautiful/step_01/android/app/src/main/kotlin/com/example/myartist/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package com.example.myartist
22

33
import io.flutter.embedding.android.FlutterActivity
44

5-
class MainActivity : FlutterActivity()
5+
class MainActivity: FlutterActivity()

0 commit comments

Comments
 (0)