# flutter_commons **Repository Path**: ichengchengcui/flutter_commons ## Basic Information - **Project Name**: flutter_commons - **Description**: flutter 公共服务类 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-02 - **Last Updated**: 2025-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目结构文档 ## 版本更新 - [flutter/157359] ([iOS] fixed an issue where dsym files were being incorrectly bundled with applications) - [flutter/158120](fixes a test which was causing Flutter`s internal CI to fail) - [flutter/155018] ([Android] fixes a crash on Android when a surface becomes unavailable) - [flutter/158243] ([iOS] fixes an issue where the use of some private symbols causes apps to be rejected from the app store) ## flavor 模式 - [main_dev] (开发) - [main_prod] (发布) - [main_stg] (测试) - [main_t] (集成测试) ## monorpeo 项目架构 一个仓库内包含多个开发项目(模块,包),各个模块在packages下独立管理,独立运行 ## mason mustache模板语法 安装mason dart pub global activate mason brew tap felangel/mason brew install mason 初始化mason mason init 创建模版 mason make {{name}} 使用 mason add --global {{name}} - [mason.json] (注册砖块,通过路径或git url进行引用) - [clean_archi] (文件的体系结构,使用了bloc:https://brickhub.dev/bricks/clean_archi/0.1.5) - [ebm_p_archi] (详细的文件体系结构,使用了riverpod:https://brickhub.dev/bricks/ebm_p_archi/0.1.0+2) - [widgetbook_starter] (组件管理,用于构建和交互 Flutter 组件库的工具。它允许您在单独的应用程序中构建和演示您的 Flutter 组件,以便您可以在不运行完整应用程序的情况下进行快速迭代和测试。)