# project-2 **Repository Path**: guowendi/project-2 ## Basic Information - **Project Name**: project-2 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 17 - **Created**: 2022-04-22 - **Last Updated**: 2022-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flutter UI for Python #### 简介 - 加入Widget ActiveChips并进行测试 > 参照https://material.io/components/chips/flutter确定类的定义 > 参照待生成的html编写render函数 > 使用flutter_mytest_1.py对chip进行测试 > 结果截图存放在activechip.png中 - 对于Tabs模块,由于原flutter中的AppBar只做了简单实现,TabBar依赖AppBar一些未实现的参数字段,大概写好代码后由于未能对AppBar进行改进,暂时未能确定是否正确