返回 Skill 列表
extension
分类: 开发与工程无需 API Key

flutter-code-gen

代码生成指南

person作者: jakexiaohubgithub

Code Generation Guidelines

  • Generate code for:
    • Mappable classes
    • JSON serialization
    • Other generated code
  • Use this command for code generation: dart run build_runner build --delete-conflicting-outputs
  • Run code generation after:
    • Adding new Mappable classes
    • Modifying existing Mappable classes