flutter_in_action_2
flutter_in_action_2 copied to clipboard
Flutter实战第二版随书源码
编译项目报错
错误: 发现警告, 但指定了 -Werror 1 个错误 15 个警告 FAILURE: Build failed with an exception.
第二版电子书-第二版序-勘误中 [issue列表](https://github.com/flutterchina/flutter-in-action-2nd/issues) 的链接错了
Launching lib/main.dart on iPod touch (7th generation) in debug mode... Running Xcode build... Xcode build done. 25.3s Failed to build iOS app Error (Xcode): ../../.pub-cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method 'File.create' has...
可以尝试查看这篇文章,描述了一些可能遇到的问题并给出了解决方案:https://allinprogram.com/archives/bian-yi-bing-yun-xing-flutter-shi-zhan-di-er-ban-sui-shu-xiang-mu
大佬,可否上传第15章,github_client_app的源码?
Failed to build iOS app Lexical or Preprocessor Issue (Xcode): 'Flutter/Flutter.h' file not found /Users/zhanghaili/.pub-cache/hosted/pub.flutter-io.cn/webview_flutter_wkwebview- 2.9.5/ios/Classes/FWFWebsiteDataStoreHostApi.h:4:8 Lexical or Preprocessor Issue (Xcode): 'Flutter/Flutter.h' file not found /Users/zhanghaili/.pub-cache/hosted/pub.flutter-io.cn/webview_flutter_wkwebview- 2.9.5/ios/Classes/FWFWebViewHostApi.h:4:8 Lexical or Preprocessor...
flutter pub get 异常 ``` [gitme] flutter pub get Running "flutter pub get" in gitme... Resolving dependencies... Because gitme depends on json_model from path which doesn't exist (could not find...
flutter 3.7.7 中,chapter13中webview.dart报错,将Scaffold改为ScaffoldMessenger后正常