# flutter-tiptop **Repository Path**: china-jerry/flutter-tiptop ## Basic Information - **Project Name**: flutter-tiptop - **Description**: 通用flutter开发框架 - **Primary Language**: Dart - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-03-08 - **Last Updated**: 2025-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目简介​ 通用Flutter开发框架,支持全局状态管理、页面跳转、按需加载、主题切换、国际化、全局网络请求封装、自定义组件、数据持久化、文件管理,集成了TDesign组件库,含安卓和IOS原生能力调用示例。 # 项目结构 ​
flutter-tiptop/
├── android/              # Android 平台相关代码
├── ios/                  # iOS 平台相关代码
├── lib/                  # Dart 代码目录
│   ├── main.dart         # 项目入口文件
│   ├── pages/            # 页面模块
│   │   ├── home_page.dart
│   │   ├── login_page.dart
│   │   └── ...
│   ├── components/          # 自定义组件
│   │   ├── custom_button.dart
│   │   ├── custom_textfield.dart
│   │   └── ...
│   ├── entities/           # 数据模型
│   │   ├── user_model.dart
│   │   ├── product_model.dart
│   │   └── ...
│   ├── apis/         # 接口定义
│   │   ├── api_service.dart
│   │   ├── storage_service.dart
│   │   └── ...
│   ├── providers/         # 全局状态
│   ├── constants/         # 常量定义
│   ├── routes/         # 页面跳转动画定义
│   ├── theme/         # 主题设置
│   ├── locale/         # 国际化语言包
│   ├── vendors/         # 第三方库
│   └── utils/            # 工具类
│       ├── date_utils.dart
│       ├── string_utils.dart
│       └── ...
├── test/                 # 测试代码目录
├── pubspec.yaml          # 项目依赖配置文件
​
# Mac平台环境依赖(推荐) ruby 3.4.0 CocoaPods 1.16.2