We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
基本 PlusButton 按钮样式,点击后显示widget (对应关系:iOS:ViewController Android:activity) @SuXiaoya
PlusButton 按钮样式点击后不显示VC(对应关系:iOS:ViewController Android:activity),触发自定义点击事件 //TODO:
基本 PlusButton 按钮样式,点击后显示VC(对应关系:iOS:ViewController Android:activity),显示的VC(对应关系:iOS:ViewController Android:activity)对应的index,所见即所得,显示从0到n的递增序列。当前版本显示的 index 错位,点击加号按钮显示的index是4,期望显示2.(从0记数) //TODO:
以上规则参考 CYLTabBarController
The text was updated successfully, but these errors were encountered:
[update][README]update README to add contributor info #8
1df9a1c
Merge pull request #18 from iteatimeteam/dev_ChenYilong
a895cf6
Merge branch 'master' of https://github.com/XuYanci/tap_water
1275e11
* 'master' of https://github.com/XuYanci/tap_water: [update][dev]update pr template [update][dev]update pr template. [update][dev]update pr template [update][dev]update pr template button居中,修改单击返回数据 添加Function类型,完善代码规范 btmNavbar map修改为item [!] 底部单击添加颜色变化,暴露tab单击事件,封装AppBar,底部tab通过传参数配置 no message [+] tab配置通过传btmNavbar进行配置,优化按钮添加隐藏操作 添加isButton判断是否带按钮 调整文件结构,将Tabbar,TabbarItem 封装到单独的文件中 [update][README]update README to add contributor info iteatimeteam#8 [update][flutter]update pull_request_template. # Conflicts: # lib/TapWaterTabbar.dart
SuXiaoya
No branches or pull requests
基本 PlusButton 按钮样式,点击后显示widget (对应关系:iOS:ViewController Android:activity) @SuXiaoya
PlusButton 按钮样式点击后不显示VC(对应关系:iOS:ViewController Android:activity),触发自定义点击事件 //TODO:
基本 PlusButton 按钮样式,点击后显示VC(对应关系:iOS:ViewController Android:activity),显示的VC(对应关系:iOS:ViewController Android:activity)对应的index,所见即所得,显示从0到n的递增序列。当前版本显示的 index 错位,点击加号按钮显示的index是4,期望显示2.(从0记数) //TODO:
以上规则参考 CYLTabBarController
The text was updated successfully, but these errors were encountered: