# l_flutter **Repository Path**: xiaolixi/l_flutter ## Basic Information - **Project Name**: l_flutter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-09 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # second A new Flutter project. ## Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: - [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) - [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) For help getting started with Flutter development, view the [online documentation](https://docs.flutter.dev/), which offers tutorials, samples, guidance on mobile development, and a full API reference. ``` flowchart TD A[开始] --> B[初始化字典:单字符 0-255] B --> C[P = 空] C --> D{还有输入字符?} D -- 是 --> E[读入下一个字符 C] E --> F{P+C 在字典中?} F -- 是 --> G[P = P+C] G --> D F -- 否 --> H[输出 P 对应的索引] H --> I[将 P+C 加入字典] I --> J[P = C] J --> D D -- 否 --> K[输出 P 对应的索引] K --> L[结束] ``` flowchart TD A[开始] --> B[初始化字典:单字符 0-255] B --> C[P = 空] C --> D{还有输入字符?} D -- 是 --> E[读入下一个字符 C] E --> F{P+C 在字典中?} F -- 是 --> G[P = P+C] G --> D F -- 否 --> H[输出 P 对应的索引] H --> I[将 P+C 加入字典] I --> J[P = C] J --> D D -- 否 --> K[输出 P 对应的索引] K --> L[结束]`这里输入代码`