# flutter_template **Repository Path**: zhtao_code/flutter_template ## Basic Information - **Project Name**: flutter_template - **Description**: flutter Getx 模板 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-04 - **Last Updated**: 2023-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```shell # 1、一次性生成 flutter packages pub run build_runner build --delete-conflicting-outputs # 2. 试试监听变化 flutter packages pub run build_runner watch --delete-conflicting-outputs ```