flutter-in-action icon indicating copy to clipboard operation
flutter-in-action copied to clipboard

[实例错误] File API新版更改

Open zhangrunhao opened this issue 5 years ago • 0 comments

文件地址: flutter-in-action/docs/chapter11/file_operation.md

错误代码: File('$dir/counter.txt')

错误原因: (new) File File(List<Object> fileBits, String fileName, [Map<dynamic, dynamic> options])

当前版本: [✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.15.2 19C57, locale en-CN)

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 11.3) [✓] Android Studio (version 3.5) [✓] VS Code (version 1.41.0) [✓] Connected device (1 available)

zhangrunhao avatar Dec 17 '19 03:12 zhangrunhao