Flutter 常用命令

106 阅读1分钟
flutter clean
flutter pub cache repair
flutter pub run build_runner clean

flutter doctor --verbose
flutter packages pub run build_runner build
flutter packages pub run build_runner build --delete-conflicting-outputs


发布Package

先验证
flutter packages pub publish --dry-run
flutter packages pub publish

Skit


flutter run --profile --trace-skia

flutter screenshot --type=skia --observatory-port=<port>