-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter : FAQ #217
Comments
flutter 架构说明:
为什么不用 js 系列方案(vue.js/react.js/electron) ?
关于 dart 和 flutter 的严肃讨论:
dart 速读:语法点分析:
|
为什么不用 js 系列方案(vue.js/react.js/electron) ?
fuck the CSS/JS:
flutter + dart 能解决问题吗?
|
flutter 版本时间线:
Roadmap:milestones: |
flutter 编译 Android 非常慢问题:
问题原因:
解决办法:
adb kill-server
adb start-server
# Android 正常状态:
Launching lib/main.dart on Redmi K30 Pro in debug mode...
Running Gradle task 'assembleDebug'... 18.7s
✓ Built build/app/outputs/flutter-apk/app-debug.apk.
W/FlutterActivityAndFragmentDelegate(13300): A splash screen was provided to Flutter, but this is deprecated. See flutter.dev/go/android-splash-migration for migration steps.
I/flutter (13300): 🐛 >> init AppConfig
# iphone 正常状态:
Automatically signing iOS for device deployment using specified development team in Xcode project: xxxx
Running pod install... 6.6s
Running Xcode build...
Xcode build done. 104.6s
Installing and launching...
flutter: 🐛 >> init AppConfig
|
1 |
xxxxxx:
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related:
The text was updated successfully, but these errors were encountered: