-
Notifications
You must be signed in to change notification settings - Fork 151
feat: 合并test分支 #27
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
Merged
feat: 合并test分支 #27
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3754f65
style:切换icon
ckken 57c1da3
up
ckken c4ef687
Merge branch 'test' into dev-ken
ckken 72e19a2
Merge pull request #23 from efoxTeam/dev-ken
ckken 50213ec
style:优化文档 合并组件类
ckken 2e91f0a
Merge pull request #25 from efoxTeam/dev-ken
ckken 050c4ae
style:增加pr格式
ckken e49c01d
Merge pull request #26 from efoxTeam/dev-ken
ckken 509d914
feat: add appbar‘
wanwusangzhi 1b43e48
Merge branch 'test' of https://github.com/efoxTeam/flutter-ui into test
wanwusangzhi d238eff
fix: webview
DIVINER-only 468c9d2
feat: switch
DIVINER-only 614bc57
feat: SwitchListTile
DIVINER-only 4b8b7fb
feat:首页增加点击展开收缩功能
wanwusangzhi b5f7eee
fix:增加md
wanwusangzhi 7a9bec3
feat: SwitchListTile
DIVINER-only 2a0dc02
Merge branch 'lhr' into test
DIVINER-only 794da40
feat:增加md’
wanwusangzhi 8776c77
Merge branch 'ysz' into test
wanwusangzhi 059c940
feat: PickerDate
DIVINER-only 814d9ec
Merge branch 'lhr' into test
DIVINER-only cecdd2f
feat: Radio
DIVINER-only 741b1a6
RadioListTile
DIVINER-only fe6e1bb
feat: NoDemo
DIVINER-only 85b0201
feat:增加空显示示页面
wanwusangzhi 57db272
TextField
DIVINER-only 5fa4af6
feat:add draw component
wanwusangzhi 5ffdc87
Merge branch 'ysz' into test
wanwusangzhi 043d180
feat:增加文档热更功能
wanwusangzhi 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
feat: NoDemo
- Loading branch information
commit fe6e1bbe7c0a311d6ebbb6d187d1caad4c7b5269
There are no files selected for viewing
Binary file added
assets/nothing.png
33 changes: 33 additions & 0 deletions
lib/components/nodemo.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 |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| import 'package:flutter/material.dart'; | ||
|
|
||
| class Index extends StatelessWidget { | ||
| @override | ||
| Widget build(BuildContext context) { | ||
| return Container( | ||
| width: double.infinity, | ||
| margin: EdgeInsets.only(top: 100.0), | ||
| child: Column( | ||
| mainAxisAlignment: MainAxisAlignment.center, | ||
| crossAxisAlignment: CrossAxisAlignment.center, | ||
| children: <Widget>[ | ||
| Container( | ||
| width: 200.0, | ||
| height: 200.0, | ||
| decoration: BoxDecoration( | ||
| image: DecorationImage( | ||
| image: AssetImage('assets/nothing.png') | ||
| ) | ||
| ), | ||
| ), | ||
| Text( | ||
| '等待更新', | ||
| style: TextStyle( | ||
| fontSize: 20.0, | ||
| color: Colors.grey | ||
| ), | ||
| ) | ||
| ], | ||
| ), | ||
| ); | ||
| } | ||
| } |
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
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
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
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.