Skip to content

Commit 4da109d

Browse files
authored
[mixin_logger] refactor impl to c++ (#297)
* refactor go impl to c++ * fix file system * fix export C * add dart test * add c++ test * fix build on windows * skip test if no gtest package founded * fix warning * fix export symbol on windows * add Windows shell * fix release log context * fix build on linux * add linux shell file * ios * bump version to 0.2.0
1 parent d0c91d9 commit 4da109d

Some content is hidden

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

70 files changed

+8545
-1042
lines changed

packages/mixin_logger/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.0
2+
3+
* refactor implementation to c++, works on Windows/Linux/macOS/iOS.
4+
15
## 0.1.0
26

37
* refactor implementation to go. (macOS only)
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This file tracks properties of this Flutter project.
2+
# Used by Flutter tool to assess capabilities and perform upgrades etc.
3+
#
4+
# This file should be version controlled and should not be manually edited.
5+
6+
version:
7+
revision: "eefafdacdb2c1a406aaa9de3548b2c4746046fbe"
8+
channel: "master"
9+
10+
project_type: app
11+
12+
# Tracks metadata for the flutter migrate command
13+
migration:
14+
platforms:
15+
- platform: root
16+
create_revision: eefafdacdb2c1a406aaa9de3548b2c4746046fbe
17+
base_revision: eefafdacdb2c1a406aaa9de3548b2c4746046fbe
18+
- platform: linux
19+
create_revision: eefafdacdb2c1a406aaa9de3548b2c4746046fbe
20+
base_revision: eefafdacdb2c1a406aaa9de3548b2c4746046fbe
21+
22+
# User provided section
23+
24+
# List of Local paths (relative to this file) that should be
25+
# ignored by the migrate tool.
26+
#
27+
# Files that are not part of the templates will be ignored by default.
28+
unmanaged_files:
29+
- 'lib/main.dart'
30+
- 'ios/Runner.xcodeproj/project.pbxproj'
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
PODS:
2+
- Flutter (1.0.0)
3+
- mixin_logger (0.0.1):
4+
- Flutter
5+
6+
DEPENDENCIES:
7+
- Flutter (from `Flutter`)
8+
- mixin_logger (from `.symlinks/plugins/mixin_logger/ios`)
9+
10+
EXTERNAL SOURCES:
11+
Flutter:
12+
:path: Flutter
13+
mixin_logger:
14+
:path: ".symlinks/plugins/mixin_logger/ios"
15+
16+
SPEC CHECKSUMS:
17+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
18+
mixin_logger: 0a3c5fea7ff75f29e3295ad898ca24b71ba83651
19+
20+
PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189
21+
22+
COCOAPODS: 1.13.0

packages/mixin_logger/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 121 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11+
1586BF0CC954A93427E38937 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2157941D479E324AF4A537F1 /* Pods_RunnerTests.framework */; };
12+
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
1113
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1214
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1315
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1416
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1517
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
16-
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
18+
F46042900622CC506D875E7F /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7FFAE92ED5343063AEC21C4A /* Pods_Runner.framework */; };
1719
/* End PBXBuildFile section */
1820

1921
/* Begin PBXContainerItemProxy section */
@@ -40,43 +42,72 @@
4042
/* End PBXCopyFilesBuildPhase section */
4143

4244
/* Begin PBXFileReference section */
45+
02FD71690588B954AA887610 /* 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>"; };
4346
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4447
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
48+
2157941D479E324AF4A537F1 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
49+
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
50+
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
4551
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
52+
3DAF6263EF2822F95123D979 /* 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>"; };
53+
5706EF8B0307D2785A8DC02B /* 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>"; };
54+
6D146C9E732A6D741D7A2BAB /* 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>"; };
4655
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
4756
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4857
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
58+
7FFAE92ED5343063AEC21C4A /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4959
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
5060
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
5161
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
5262
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5363
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5464
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5565
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
56-
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
57-
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
66+
A973FB4A02EC1ED22B69D479 /* 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>"; };
67+
CD439D548DFA44F8A93D1A22 /* 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>"; };
5868
/* End PBXFileReference section */
5969

6070
/* Begin PBXFrameworksBuildPhase section */
71+
87E97A293F62873F8B00EBEF /* Frameworks */ = {
72+
isa = PBXFrameworksBuildPhase;
73+
buildActionMask = 2147483647;
74+
files = (
75+
1586BF0CC954A93427E38937 /* Pods_RunnerTests.framework in Frameworks */,
76+
);
77+
runOnlyForDeploymentPostprocessing = 0;
78+
};
6179
97C146EB1CF9000F007C117D /* Frameworks */ = {
6280
isa = PBXFrameworksBuildPhase;
6381
buildActionMask = 2147483647;
6482
files = (
83+
F46042900622CC506D875E7F /* Pods_Runner.framework in Frameworks */,
6584
);
6685
runOnlyForDeploymentPostprocessing = 0;
6786
};
6887
/* End PBXFrameworksBuildPhase section */
6988

7089
/* Begin PBXGroup section */
71-
9740EEB11CF90186004384FC /* Flutter */ = {
90+
007A0BD53BE3FB9FBE25729C /* Frameworks */ = {
7291
isa = PBXGroup;
7392
children = (
74-
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
75-
9740EEB21CF90195004384FC /* Debug.xcconfig */,
76-
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
77-
9740EEB31CF90195004384FC /* Generated.xcconfig */,
93+
7FFAE92ED5343063AEC21C4A /* Pods_Runner.framework */,
94+
2157941D479E324AF4A537F1 /* Pods_RunnerTests.framework */,
7895
);
79-
name = Flutter;
96+
name = Frameworks;
97+
sourceTree = "<group>";
98+
};
99+
13B7138CB3AFF7C75256CE6A /* Pods */ = {
100+
isa = PBXGroup;
101+
children = (
102+
3DAF6263EF2822F95123D979 /* Pods-Runner.debug.xcconfig */,
103+
5706EF8B0307D2785A8DC02B /* Pods-Runner.release.xcconfig */,
104+
CD439D548DFA44F8A93D1A22 /* Pods-Runner.profile.xcconfig */,
105+
A973FB4A02EC1ED22B69D479 /* Pods-RunnerTests.debug.xcconfig */,
106+
02FD71690588B954AA887610 /* Pods-RunnerTests.release.xcconfig */,
107+
6D146C9E732A6D741D7A2BAB /* Pods-RunnerTests.profile.xcconfig */,
108+
);
109+
name = Pods;
110+
path = Pods;
80111
sourceTree = "<group>";
81112
};
82113
331C8082294A63A400263BE5 /* RunnerTests */ = {
@@ -87,13 +118,26 @@
87118
path = RunnerTests;
88119
sourceTree = "<group>";
89120
};
121+
9740EEB11CF90186004384FC /* Flutter */ = {
122+
isa = PBXGroup;
123+
children = (
124+
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
125+
9740EEB21CF90195004384FC /* Debug.xcconfig */,
126+
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
127+
9740EEB31CF90195004384FC /* Generated.xcconfig */,
128+
);
129+
name = Flutter;
130+
sourceTree = "<group>";
131+
};
90132
97C146E51CF9000F007C117D = {
91133
isa = PBXGroup;
92134
children = (
93135
9740EEB11CF90186004384FC /* Flutter */,
94136
97C146F01CF9000F007C117D /* Runner */,
95137
97C146EF1CF9000F007C117D /* Products */,
96138
331C8082294A63A400263BE5 /* RunnerTests */,
139+
13B7138CB3AFF7C75256CE6A /* Pods */,
140+
007A0BD53BE3FB9FBE25729C /* Frameworks */,
97141
);
98142
sourceTree = "<group>";
99143
};
@@ -128,9 +172,10 @@
128172
isa = PBXNativeTarget;
129173
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
130174
buildPhases = (
175+
5275596CBA266AA923DE3FCE /* [CP] Check Pods Manifest.lock */,
131176
331C807D294A63A400263BE5 /* Sources */,
132-
331C807E294A63A400263BE5 /* Frameworks */,
133177
331C807F294A63A400263BE5 /* Resources */,
178+
87E97A293F62873F8B00EBEF /* Frameworks */,
134179
);
135180
buildRules = (
136181
);
@@ -146,12 +191,14 @@
146191
isa = PBXNativeTarget;
147192
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
148193
buildPhases = (
194+
3942E99539C8034E36F17132 /* [CP] Check Pods Manifest.lock */,
149195
9740EEB61CF901F6004384FC /* Run Script */,
150196
97C146EA1CF9000F007C117D /* Sources */,
151197
97C146EB1CF9000F007C117D /* Frameworks */,
152198
97C146EC1CF9000F007C117D /* Resources */,
153199
9705A1C41CF9048500538489 /* Embed Frameworks */,
154200
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
201+
BA17E51A73B0AB839C8B63E5 /* [CP] Embed Pods Frameworks */,
155202
);
156203
buildRules = (
157204
);
@@ -223,6 +270,28 @@
223270
/* End PBXResourcesBuildPhase section */
224271

225272
/* Begin PBXShellScriptBuildPhase section */
273+
3942E99539C8034E36F17132 /* [CP] Check Pods Manifest.lock */ = {
274+
isa = PBXShellScriptBuildPhase;
275+
buildActionMask = 2147483647;
276+
files = (
277+
);
278+
inputFileListPaths = (
279+
);
280+
inputPaths = (
281+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
282+
"${PODS_ROOT}/Manifest.lock",
283+
);
284+
name = "[CP] Check Pods Manifest.lock";
285+
outputFileListPaths = (
286+
);
287+
outputPaths = (
288+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
289+
);
290+
runOnlyForDeploymentPostprocessing = 0;
291+
shellPath = /bin/sh;
292+
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";
293+
showEnvVarsInLog = 0;
294+
};
226295
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
227296
isa = PBXShellScriptBuildPhase;
228297
alwaysOutOfDate = 1;
@@ -239,6 +308,28 @@
239308
shellPath = /bin/sh;
240309
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
241310
};
311+
5275596CBA266AA923DE3FCE /* [CP] Check Pods Manifest.lock */ = {
312+
isa = PBXShellScriptBuildPhase;
313+
buildActionMask = 2147483647;
314+
files = (
315+
);
316+
inputFileListPaths = (
317+
);
318+
inputPaths = (
319+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
320+
"${PODS_ROOT}/Manifest.lock",
321+
);
322+
name = "[CP] Check Pods Manifest.lock";
323+
outputFileListPaths = (
324+
);
325+
outputPaths = (
326+
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
327+
);
328+
runOnlyForDeploymentPostprocessing = 0;
329+
shellPath = /bin/sh;
330+
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";
331+
showEnvVarsInLog = 0;
332+
};
242333
9740EEB61CF901F6004384FC /* Run Script */ = {
243334
isa = PBXShellScriptBuildPhase;
244335
alwaysOutOfDate = 1;
@@ -254,6 +345,23 @@
254345
shellPath = /bin/sh;
255346
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
256347
};
348+
BA17E51A73B0AB839C8B63E5 /* [CP] Embed Pods Frameworks */ = {
349+
isa = PBXShellScriptBuildPhase;
350+
buildActionMask = 2147483647;
351+
files = (
352+
);
353+
inputFileListPaths = (
354+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
355+
);
356+
name = "[CP] Embed Pods Frameworks";
357+
outputFileListPaths = (
358+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
359+
);
360+
runOnlyForDeploymentPostprocessing = 0;
361+
shellPath = /bin/sh;
362+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
363+
showEnvVarsInLog = 0;
364+
};
257365
/* End PBXShellScriptBuildPhase section */
258366

259367
/* Begin PBXSourcesBuildPhase section */
@@ -378,7 +486,7 @@
378486
};
379487
331C8088294A63A400263BE5 /* Debug */ = {
380488
isa = XCBuildConfiguration;
381-
baseConfigurationReference = AE0B7B92F70575B8D7E0D07E /* Pods-RunnerTests.debug.xcconfig */;
489+
baseConfigurationReference = A973FB4A02EC1ED22B69D479 /* Pods-RunnerTests.debug.xcconfig */;
382490
buildSettings = {
383491
BUNDLE_LOADER = "$(TEST_HOST)";
384492
CODE_SIGN_STYLE = Automatic;
@@ -396,7 +504,7 @@
396504
};
397505
331C8089294A63A400263BE5 /* Release */ = {
398506
isa = XCBuildConfiguration;
399-
baseConfigurationReference = 89B67EB44CE7B6631473024E /* Pods-RunnerTests.release.xcconfig */;
507+
baseConfigurationReference = 02FD71690588B954AA887610 /* Pods-RunnerTests.release.xcconfig */;
400508
buildSettings = {
401509
BUNDLE_LOADER = "$(TEST_HOST)";
402510
CODE_SIGN_STYLE = Automatic;
@@ -412,7 +520,7 @@
412520
};
413521
331C808A294A63A400263BE5 /* Profile */ = {
414522
isa = XCBuildConfiguration;
415-
baseConfigurationReference = 640959BDD8F10B91D80A66BE /* Pods-RunnerTests.profile.xcconfig */;
523+
baseConfigurationReference = 6D146C9E732A6D741D7A2BAB /* Pods-RunnerTests.profile.xcconfig */;
416524
buildSettings = {
417525
BUNDLE_LOADER = "$(TEST_HOST)";
418526
CODE_SIGN_STYLE = Automatic;

packages/mixin_logger/example/ios/Runner.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mixin_logger/example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'package:path/path.dart' as p;
88

99
Future<void> main() async {
1010
final path = p.join(Directory.systemTemp.path, 'mixin_logger_test');
11-
await initLogger(path);
11+
initLogger(path);
1212
debugPrint('log path: $path');
1313
i('test');
1414
runApp(const MyApp());
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flutter/ephemeral

0 commit comments

Comments
 (0)