-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from iteatimeteam/master
update remote forke
- Loading branch information
Showing
9 changed files
with
352 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Source files should not be normalized to avoid confusing clang-format-diff.py | ||
*.c text eol=lf | ||
*.cc text eol=lf | ||
*.cpp text eol=lf | ||
*.h text eol=lf | ||
*.dart text eol=lf | ||
|
||
# Explicitly declare text files we want to be normalized. | ||
*.gyp text | ||
*.gypi text | ||
*.mk text | ||
*.Makefile text | ||
*.md text | ||
*.yaml text | ||
|
||
# Files that should not be converted. | ||
tests/compiler/dart2js_extra/eof_line_ending_test.dart -text | ||
tests/compiler/dart2js_extra/string_interpolation_test.dart -text | ||
tests/compiler/dart2js_extra/string_interpolation_dynamic_test.dart -text | ||
tests/compiler/dart2js_extra/literal_string_juxtaposition_test.dart -text | ||
tests/language_2/raw_string_test.dart -text | ||
tests/language_2/multiline_strings_test.dart -text | ||
tests/language_2/multiline_newline_cr.dart -text | ||
tests/language_2/multiline_newline_crlf.dart -text | ||
tests/language_2/multiline_newline_lf.dart -text | ||
tests/lib_2/convert/json_pretty_test.dart -text | ||
tests/lib_2/mirrors/method_mirror_source_line_ending_cr.dart -text | ||
tests/lib_2/mirrors/method_mirror_source_line_ending_crlf.dart -text | ||
tests/lib_2/mirrors/method_mirror_source_line_ending_lf.dart -text | ||
tests/lib_2/mirrors/method_mirror_source_line_ending_test.dart -text | ||
tests/lib_2/mirrors/method_mirror_source_other.dart -text | ||
tests/lib_2/mirrors/method_mirror_source_test.dart -text | ||
|
||
# Files to leave alone and not diff. | ||
*.png binary | ||
*.jpg binary | ||
*.xpi binary | ||
|
||
*.status diff=status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
name: "[EN]Bug report.[CN]bug反馈." | ||
about: Create a report to help us improve | ||
title: "[bug]:" | ||
labels: bug | ||
assignees: ChenYilong | ||
|
||
--- | ||
|
||
-------------------------------------------- | ||
|
||
![](http://ww4.sinaimg.cn/large/006tNc79gy1g5389nkwlkj31sr0q242k.jpg) | ||
-------------------------------------------- | ||
|
||
<p align="center"> | ||
<a href="https://github.com/iteatimeteam/tap_water/blob/master/pubspec.yaml"><img src="https://img.shields.io/badge/Version-GetLatestVersion-green.svg?style=flat"></a> | ||
<a href="https://github.com/ChenYilong/CYLTabBarController/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat"></a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/ChenYilong/iOSBlog/issues/21"><img src="https://img.shields.io/static/v1.svg?label=QQ%E3%80%81Telegram%20Group&color=blue&message=%E7%82%B9%E5%87%BB%E8%8E%B7%E5%8F%96QQ%E3%80%81Telegram%E7%BE%A4%E4%BF%A1%E6%81%AF&color=green"></a> | ||
</p> | ||
|
||
|
||
<p align="center"> | ||
<a href="https://twitter.com/stevechen1010"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social&maxAge=2592000"></a> | ||
<a href="http://weibo.com/luohanchenyilong"><img src="http://i67.tinypic.com/wbulbr.jpg"></a> | ||
</a><a href="https://t.me/CYLTabBarController"><img src="http://i66.tinypic.com/of2hbn.jpg"></a></a> | ||
</p> | ||
|
||
---------- | ||
|
||
|
||
## Base Info for this issue | ||
|
||
<!--- 基本信息 --> | ||
|
||
|
||
1. Version:Latest Version as [here](https://github.com/iteatimeteam/tap_water/blob/master/pubspec.yaml) | ||
2. main language of App :iOS ~~Android~~ | ||
4. System Version:iOS12 | ||
5. Prototype(是否是真机):YES | ||
6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A | ||
|
||
## 1. How to reproduce the problem. | ||
<!--- 请详细描述下复现步骤。 --> | ||
|
||
## 2. Please help me in this way. | ||
<!--- 请详细描述下我需要怎么做才能符合你的需求。 --> | ||
|
||
## 3. Here is a Demo and screenshot | ||
|
||
<!--- 尽量提供一个可以复现的Demo,我的邮箱:[email protected]。或者前往 Telegram 群交流:https://t.me/iosobjc --> | ||
|
||
## 4. Here is my Debug log | ||
|
||
<!--- 请尽量提供详细的日志打印信息,控制台默认会有网络请求的打印信息,请将相关的日志贴出--> | ||
|
||
|
||
|
||
|
||
|
||
---------- | ||
|
||
<p align="center"><a href="http://weibo.com/u/1692391497?s=6uyXnP" target="_blank"><img border="0" src="http://service.t.sina.com.cn/widget/qmd/1692391497/b46c844b/1.png"/></a></a> |
46 changes: 46 additions & 0 deletions
46
.github/ISSUE_TEMPLATE/-en-feature-request--cn---------.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
name: "[EN]Feature request.[CN]希望添加新功能." | ||
about: Suggest an idea for this project | ||
title: "[Feature request]希望添加新功能:" | ||
labels: enhancement | ||
assignees: ChenYilong | ||
|
||
--- | ||
|
||
-------------------------------------------- | ||
|
||
![](http://ww4.sinaimg.cn/large/006tNc79gy1g5389nkwlkj31sr0q242k.jpg) | ||
|
||
-------------------------------------------- | ||
|
||
<p align="center"> | ||
<a href="https://github.com/iteatimeteam/tap_water/blob/master/pubspec.yaml"><img src="https://img.shields.io/badge/Version-GetLatestVersion-green.svg?style=flat"></a> | ||
<a href="https://github.com/ChenYilong/CYLTabBarController/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat"></a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/ChenYilong/iOSBlog/issues/21"><img src="https://img.shields.io/static/v1.svg?label=QQ%E3%80%81Telegram%20Group&color=blue&message=%E7%82%B9%E5%87%BB%E8%8E%B7%E5%8F%96QQ%E3%80%81Telegram%E7%BE%A4%E4%BF%A1%E6%81%AF&color=green"></a> | ||
</p> | ||
|
||
|
||
<p align="center"> | ||
<a href="https://twitter.com/stevechen1010"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social&maxAge=2592000"></a> | ||
<a href="http://weibo.com/luohanchenyilong"><img src="http://i67.tinypic.com/wbulbr.jpg"></a> | ||
</a><a href="https://t.me/CYLTabBarController"><img src="http://i66.tinypic.com/of2hbn.jpg"></a></a> | ||
</p> | ||
|
||
---------- | ||
|
||
|
||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Q-A问题询问 | ||
about: 使用方法或者无法确认是否为bug,可以选择该模版 | ||
title: "[Q-A]使用方法询问:" | ||
labels: Q-A | ||
assignees: ChenYilong | ||
|
||
--- | ||
|
||
-------------------------------------------- | ||
|
||
![](http://ww4.sinaimg.cn/large/006tNc79gy1g5389nkwlkj31sr0q242k.jpg) | ||
-------------------------------------------- | ||
|
||
<p align="center"> | ||
<a href="https://github.com/iteatimeteam/tap_water/blob/master/pubspec.yaml"><img src="https://img.shields.io/badge/Version-GetLatestVersion-green.svg?style=flat"></a> | ||
<a href="https://github.com/ChenYilong/CYLTabBarController/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat"></a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/ChenYilong/iOSBlog/issues/21"><img src="https://img.shields.io/static/v1.svg?label=QQ%E3%80%81Telegram%20Group&color=blue&message=%E7%82%B9%E5%87%BB%E8%8E%B7%E5%8F%96QQ%E3%80%81Telegram%E7%BE%A4%E4%BF%A1%E6%81%AF&color=green"></a> | ||
</p> | ||
|
||
|
||
<p align="center"> | ||
<a href="https://twitter.com/stevechen1010"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social&maxAge=2592000"></a> | ||
<a href="http://weibo.com/luohanchenyilong"><img src="http://i67.tinypic.com/wbulbr.jpg"></a> | ||
</a><a href="https://t.me/CYLTabBarController"><img src="http://i66.tinypic.com/of2hbn.jpg"></a></a> | ||
</p> | ||
|
||
---------- | ||
|
||
|
||
## My issue: | ||
<!--- Please describe which issue do you want to fix. --> | ||
|
||
<!--- Please mention me to merge with wechat:chenyilong1010,或者前往 Telegram 群交流 https://t.me/CYLTabBarController --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
-------------------------------------------- | ||
|
||
![](http://ww4.sinaimg.cn/large/006tNc79gy1g5389nkwlkj31sr0q242k.jpg) | ||
-------------------------------------------- | ||
|
||
<p align="center"> | ||
<a href="https://github.com/iteatimeteam/tap_water/blob/master/pubspec.yaml"><img src="https://img.shields.io/badge/Version-GetLatestVersion-green.svg?style=flat"></a> | ||
<a href="https://github.com/ChenYilong/CYLTabBarController/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg?style=flat"></a> | ||
</p> | ||
|
||
<p align="center"> | ||
<a href="https://github.com/ChenYilong/iOSBlog/issues/21"><img src="https://img.shields.io/static/v1.svg?label=QQ%E3%80%81Telegram%20Group&color=blue&message=%E7%82%B9%E5%87%BB%E8%8E%B7%E5%8F%96QQ%E3%80%81Telegram%E7%BE%A4%E4%BF%A1%E6%81%AF&color=green"></a> | ||
</p> | ||
|
||
|
||
<p align="center"> | ||
<a href="https://twitter.com/stevechen1010"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social&maxAge=2592000"></a> | ||
<a href="http://weibo.com/luohanchenyilong"><img src="http://i67.tinypic.com/wbulbr.jpg"></a> | ||
</a><a href="https://t.me/CYLTabBarController"><img src="http://i66.tinypic.com/of2hbn.jpg"></a></a> | ||
</p> | ||
|
||
---------- | ||
|
||
|
||
## Base Info for this issue | ||
|
||
<!--- 基本信息 --> | ||
|
||
|
||
1. Version:Latest Version as [here](https://github.com/iteatimeteam/tap_water/blob/master/pubspec.yaml) | ||
2. main language of App :iOS ~~Android~~ | ||
4. System Version:iOS12 | ||
5. Prototype(是否是真机):YES | ||
6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A | ||
|
||
## 1. How to reproduce the problem. | ||
<!--- 请详细描述下复现步骤。 --> | ||
|
||
## 2. Please help me in this way. | ||
<!--- 请详细描述下我需要怎么做才能符合你的需求。 --> | ||
|
||
## 3. Here is a Demo. | ||
|
||
<!--- 尽量提供一个可以复现的Demo,我的邮箱:[email protected]。或者前往 Telegram 群交流:https://t.me/iosobjc --> | ||
|
||
## 4. Here is my Debug log | ||
|
||
<!--- 请尽量提供详细的日志打印信息,控制台默认会有网络请求的打印信息,请将相关的日志贴出--> | ||
|
||
|
||
|
||
|
||
|
||
---------- | ||
|
||
<p align="center"><a href="http://weibo.com/u/1692391497?s=6uyXnP" target="_blank"><img border="0" src="http://service.t.sina.com.cn/widget/qmd/1692391497/b46c844b/1.png"/></a></a> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
-------------------------------------------- | ||
|
||
![](http://ww4.sinaimg.cn/large/006tNc79gy1g5389nkwlkj31sr0q242k.jpg) | ||
-------------------------------------------- | ||
## My issue: | ||
<!--- Please describe which issue do you want to fix. --> | ||
|
||
## What I have done: | ||
|
||
<!--- Please mention me to merge with wechat:chenyilong1010,或者前往 Telegram 群交流 https://t.me/CYLTabBarController --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: tap_water_tab_bar | ||
description: Highly customizable tabBar and tabBarController for Flutter | ||
version: 0.0.1 | ||
author: iTeaTime(技术清谈) <[email protected]> | ||
homepage: https://github.com/iteatimeteam/tap_water | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <3.0.0" | ||
|
||
dependencies: | ||
meta: ">=1.1.1 <2.0.0" | ||
redux: ">=3.0.0 <4.0.0" | ||
flutter: | ||
sdk: flutter | ||
|
||
dev_dependencies: | ||
flutter_test: | ||
sdk: flutter | ||
mockito: ^4.0.0 |