Skip to content

Commit aeb2622

Browse files
add
1 parent 2cfc739 commit aeb2622

File tree

251 files changed

+1153
-7422
lines changed

Some content is hidden

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

251 files changed

+1153
-7422
lines changed
-417 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-208 Bytes
Binary file not shown.
-164 Bytes
Binary file not shown.
Binary file not shown.
-279 Bytes
Binary file not shown.
-279 Bytes
Binary file not shown.
-279 Bytes
Binary file not shown.
-279 Bytes
Binary file not shown.
-279 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-400 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-358 Bytes
Binary file not shown.
-358 Bytes
Binary file not shown.
-358 Bytes
Binary file not shown.
-358 Bytes
Binary file not shown.
-358 Bytes
Binary file not shown.
-358 Bytes
Binary file not shown.
-358 Bytes
Binary file not shown.

flutter_app_upgrade/README.md

Lines changed: 19 additions & 2 deletions

flutter_fly/README.md

Lines changed: 10 additions & 20 deletions

flutter_fly/flutter_01.log

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
Flutter crash report; please file at https://github.com/flutter/flutter/issues.
2+
3+
## command
4+
5+
flutter --no-color run --machine --track-widget-creation --device-id=E4E241C8-4D16-45A8-AA43-D41E77CFD1D5 lib/main.dart
6+
7+
## exception
8+
9+
FileSystemException: FileSystemException: Cannot open file, path = '/Users/mengqingdong/project/studio/flutter_do/flutter_fly/.packages' (OS Error: No such file or directory, errno = 2)
10+
11+
```
12+
#0 _File.throwIfError (dart:io/file_impl.dart:645:7)
13+
#1 _File.openSync (dart:io/file_impl.dart:489:5)
14+
#2 _File.readAsBytesSync (dart:io/file_impl.dart:549:18)
15+
#3 ForwardingFile.readAsBytesSync (package:file/src/forwarding/forwarding_file.dart:95:62)
16+
#4 _parse (package:flutter_tools/src/dart/package_map.dart:13:50)
17+
#5 PackageMap.load (package:flutter_tools/src/dart/package_map.dart:37:14)
18+
#6 PackageMap.map (package:flutter_tools/src/dart/package_map.dart:41:5)
19+
#7 new PackageUriMapper (package:flutter_tools/src/compile.dart:202:84)
20+
#8 DefaultResidentCompiler._recompile (package:flutter_tools/src/compile.dart:590:26)
21+
#9 _RecompileRequest._run (package:flutter_tools/src/compile.dart:415:16)
22+
#10 _CompilationRequest.run (package:flutter_tools/src/compile.dart:395:30)
23+
#11 DefaultResidentCompiler._handleCompilationRequest (package:flutter_tools/src/compile.dart:634:23)
24+
#12 _rootRunUnary (dart:async/zone.dart:1138:13)
25+
#13 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
26+
#14 _CustomZone.runUnaryGuarded (dart:async/zone.dart:933:7)
27+
#15 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:338:11)
28+
#16 _DelayedData.perform (dart:async/stream_impl.dart:593:14)
29+
#17 _StreamImplEvents.handleNext (dart:async/stream_impl.dart:709:11)
30+
#18 _PendingEvents.schedule.<anonymous closure> (dart:async/stream_impl.dart:669:7)
31+
#19 _rootRun (dart:async/zone.dart:1122:38)
32+
#20 _CustomZone.run (dart:async/zone.dart:1023:19)
33+
#21 _CustomZone.runGuarded (dart:async/zone.dart:925:7)
34+
#22 _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:965:23)
35+
#23 _rootRun (dart:async/zone.dart:1126:13)
36+
#24 _CustomZone.run (dart:async/zone.dart:1023:19)
37+
#25 _CustomZone.runGuarded (dart:async/zone.dart:925:7)
38+
#26 _CustomZone.bindCallbackGuarded.<anonymous closure> (dart:async/zone.dart:965:23)
39+
#27 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
40+
#28 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
41+
#29 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
42+
#30 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:175:5)
43+
```
44+
45+
## flutter doctor
46+
47+
```
48+
[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.14.6 18G1012, locale zh-Hans-CN)
49+
• Flutter version 1.12.13+hotfix.5 at /Users/mengqingdong/project/flutter
50+
• Framework revision 27321ebbad (4 months ago), 2019-12-10 18:15:01 -0800
51+
• Engine revision 2994f7e1e6
52+
• Dart version 2.7.0
53+
54+
[!] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
55+
• Android SDK at /Users/mengqingdong/Library/Android/sdk
56+
• Android NDK location not configured (optional; useful for native profiling support)
57+
• Platform android-29, build-tools 29.0.2
58+
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
59+
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
60+
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
61+
62+
[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
63+
• Xcode at /Applications/Xcode.app/Contents/Developer
64+
• Xcode 11.3.1, Build version 11C504
65+
• CocoaPods version 1.8.4
66+
67+
[✓] Android Studio (version 3.5)
68+
• Android Studio at /Applications/Android Studio.app/Contents
69+
• Flutter plugin version 42.1.1
70+
• Dart plugin version 191.8593
71+
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
72+
73+
[✓] Connected device (1 available)
74+
• iPhone 11 Pro Max • E4E241C8-4D16-45A8-AA43-D41E77CFD1D5 • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-3 (simulator)
75+
76+
! Doctor found issues in 1 category.
77+
```

flutter_fly/flutter_fly.iml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
<excludeFolder url="file://$MODULE_DIR$/.idea" />
1010
<excludeFolder url="file://$MODULE_DIR$/.pub" />
1111
<excludeFolder url="file://$MODULE_DIR$/build" />
12+
<excludeFolder url="file://$MODULE_DIR$/flutter_upgrade/.dart_tool" />
13+
<excludeFolder url="file://$MODULE_DIR$/flutter_upgrade/.pub" />
14+
<excludeFolder url="file://$MODULE_DIR$/flutter_upgrade/build" />
15+
<excludeFolder url="file://$MODULE_DIR$/flutter_upgrade/example/.dart_tool" />
16+
<excludeFolder url="file://$MODULE_DIR$/flutter_upgrade/example/.pub" />
17+
<excludeFolder url="file://$MODULE_DIR$/flutter_upgrade/example/build" />
1218
<excludeFolder url="file://$MODULE_DIR$/flutter_upgrade/example/ios/.symlinks/plugins/flutter_upgrade/example/.dart_tool" />
1319
<excludeFolder url="file://$MODULE_DIR$/flutter_upgrade/example/ios/.symlinks/plugins/flutter_upgrade/example/.pub" />
1420
<excludeFolder url="file://$MODULE_DIR$/flutter_upgrade/example/ios/.symlinks/plugins/flutter_upgrade/example/build" />

flutter_fly/flutter_upgrade/CHANGELOG.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

flutter_fly/flutter_upgrade/LICENSE

Lines changed: 0 additions & 1 deletion
This file was deleted.

flutter_fly/flutter_upgrade/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

flutter_fly/flutter_upgrade/android/build.gradle

Lines changed: 0 additions & 44 deletions
This file was deleted.

flutter_fly/flutter_upgrade/android/flutter_upgrade_android.iml

Lines changed: 0 additions & 26 deletions
This file was deleted.

flutter_fly/flutter_upgrade/android/gradle.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.
Binary file not shown.

flutter_fly/flutter_upgrade/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)