- 
  Notifications
 You must be signed in to change notification settings 
- Fork 151
1.0.2 #47
New issue
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
 
  Merged
 1.0.2 #47
Changes from 1 commit
 Commits
 
 
 Show all changes
 
 
 29 commits
 
 
 Select commit
 Hold shift + click to select a range
 
 0e101c4
 
 style: 修改样式
 
 
 wanwusangzhi 4492eb6
 
 Merge branch 'dev' of https://github.com/efoxTeam/flutter-ui into dev
 
 
 wanwusangzhi 54fccec
 
 style:修改样式
 
 
 wanwusangzhi 1121e35
 
 feat:修改线上线下环境值
 
 
 wanwusangzhi 6fce888
 
 更新代码
 
 
 63bf655
 
 Merge branch 'magic' into dev
 
 
 c4f1189
 
 Merge branch 'dev' of https://github.com/efoxTeam/flutter-ui into dev
 
 
 40748dd
 
 feat:增加gesturedetector组件
 
 
 wanwusangzhi acf0fb4
 
 Merge branch 'dev' of github.com:efoxTeam/flutter-ui into dev
 
 
 zxxlx de19a89
 
 feat:增加颜色切换 优化内容页体验
 
 
 ckken 204dfe5
 
 Merge branch 'dev' of https://github.com/efoxTeam/flutter-ui into dev
 
 
 ckken bcbd230
 
 feat:多主题支持
 
 
 ckken c6c3174
 
 feat:增加gesturedector
 
 
 wanwusangzhi 7a8cf01
 
 Merge branch 'dev' of https://github.com/efoxTeam/flutter-ui into dev
 
 
 wanwusangzhi edf22b8
 
 feat:完成主題切換
 
 
 ckken e7d6bb4
 
 Merge branch 'dev' of https://github.com/efoxTeam/flutter-ui into dev
 
 
 ckken 87c709b
 
 fix:解決主題閃動問題
 
 
 ckken dc3774f
 
 style:优化二级页面主题样式
 
 
 wanwusangzhi e5d004f
 
 加入自动更新功能
 
 
 ckken 63da2e7
 
 Merge branch 'master' into dev
 
 
 ckken be2b3b4
 
 feat:v1.0.2
 
 
 ckken 298b2ce
 
 doc:更新文档
 
 
 ckken fc7ad76
 
 feat:屏蔽ios版本检测功能
 
 
 ckken fe5b7db
 
 feat:自定义expansionTile 组件
 
 
 ckken a2a8269
 
 feat:增加gesturedetector
 
 
 wanwusangzhi 4b5a9e9
 
 Merge branch 'dev' of https://github.com/efoxTeam/flutter-ui into dev
 
 
 wanwusangzhi 03dfa24
 
 doc:增加demo预览图
 
 
 ckken 29b5307
 
 Merge branch 'dev' of https://github.com/efoxTeam/flutter-ui into dev
 
 
 ckken c400197
 
 doc:更新预览
 
 
 ckken File filter
Filter by extension
Conversations
 Failed to load comments. 
 
 
 
  Loading
 
 Jump to
 
 Jump to file
 
 
 
 Failed to load files. 
 
 
 
  Loading
 
 Diff view
Diff view
 更新代码
 
 - Loading branch information
There are no files selected for viewing
 
 
 
 25 changes: 24 additions & 1 deletion
 
 
 
 docs/widget/vision/transform/index.md
 
 
 
 
  
 
 
 
 
 
 
 This file contains hidden or 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 | 
|---|---|---|
| @@ -1 +1,24 @@ | ||
| ## **文档完善中** | ||
| ## **Transform** | ||
|  | ||
| > 在绘制子元素前应用转换的组件 | ||
|  | ||
| ### 构造方法 | ||
| ``` | ||
| Transform({ | ||
| Key key, | ||
| @required Matrix4 transform, | ||
| Offset origin, | ||
| AlignmentGeometry alignment, | ||
| bool transformHitTests: true, | ||
| Widget child | ||
| }) | ||
| ``` | ||
|  | ||
| ### 属性介绍 | ||
| origin:坐标系的原点(相对于此渲染对象的左上角)应用矩阵的原点 | ||
| alignment:原点的对齐方式 | ||
| transform: 在绘制过程中改变子元素的矩阵 | ||
| transformHitTests:在测试时是否执行转换 | ||
|  | ||
|  | ||
| ### 实例 | 
 
 
 
 2 changes: 1 addition & 1 deletion
 
 
 
 lib/config/index.dart
 
 
 
 
  
 
 
 
 
 
 
 This file contains hidden or 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 | 
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| import 'development.dart' as Development; | ||
| import 'production.dart' as Production; | ||
|  | ||
| const bool isPro = true; | ||
| const bool isPro = false; | ||
|  | ||
| Object env = isPro ? Production.Config() : Development.Config(); | 
 
 
 This file contains hidden or 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
 
 
 
 
 
 Add this suggestion to a batch that can be applied as a single commit.
 This suggestion is invalid because no changes were made to the code.
 Suggestions cannot be applied while the pull request is closed.
 Suggestions cannot be applied while viewing a subset of changes.
 Only one suggestion per line can be applied in a batch.
 Add this suggestion to a batch that can be applied as a single commit.
 Applying suggestions on deleted lines is not supported.
 You must change the existing code in this line in order to create a valid suggestion.
 Outdated suggestions cannot be applied.
 This suggestion has been applied or marked resolved.
 Suggestions cannot be applied from pending reviews.
 Suggestions cannot be applied on multi-line comments.
 Suggestions cannot be applied while the pull request is queued to merge.
 Suggestion cannot be applied right now. Please check back later.