Skip to content

Commit 573a85a

Browse files
committed
Merge branch 'develop' of github.com:alibaba/flutter-common-widgets-app into develop
2 parents 12544b0 + acfe8f6 commit 573a85a

File tree

207 files changed

+549
-786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+549
-786
lines changed

CHANGE-LOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
## 更新日志
2+
3+
#### 2019-1-24
4+
- [x] 功能:更新小部件的图标
5+
- [x] 功能:添加CupertinoTimerPickerDemo
6+
- [x] 调试:消除警告
7+
- [x] 修复:关于手册图标更换
8+
- [x] 添加:文案描述
9+
- [x] 添加:CupertinoPicker,CupertinoPopupSurface
10+
#### 2019-1-23
11+
- [x] 修复: 导航栏home返回报错
12+
- [x] 修复:收集错误
13+
- [x] 添加:CupertinoNavigationBar CupertinoPageRoute CupertinoPageScaffold
14+
#### 2019-1-22
15+
- [x] 功能:在Allsimon拉请求中添加英文简介
16+
#### 2019-1-21
17+
- [x] 功能:Cupertino的子项
18+
#### 2019-1-20
19+
- [x] 功能:CupertinoSwitch演示
20+
- [x] 功能:为搜索列表加入图标
21+
- [x] 功能:CupertinoSliverRefreshControl演示
22+
- [x] 功能:CupertinoSliverNavigationBar演示
23+
#### 2019-1-18
24+
- [x] 更新:SharedPreferences保存数据和android设备布局溢出
25+
- [x] 功能:添加CupertinoScrollbar演示
26+
- [x] 功能:第四页暂时用欢迎页替代。后期再开发
27+
#### 2019-1-17
28+
- [x] 添加:+许可证
29+
#### 2019-1-16
30+
- [x] 转换:将README翻译为En语言环境
31+
- [x] 功能:CupertinoScrollbar演示
32+
#### 2019-1-14
33+
- [x] 添加:增加手册页面
34+
- [x] 功能:文字演示
35+
- [x] 重构:修改过的图标
36+
- [x] 重构:文档,文章,组件收藏,新增webView
37+
- [x] 重构:修改过的演示
38+
- [x] 重构:代码视图
39+
- [x] 更新:版本 和readme.md
40+
- [x] 修改:添加代码视图
41+
- [x] 功能:添加搜索历史记录板
42+
- [x] 修改:列出加标头错误
43+
#### 2019-1-15
44+
- [x] 功能:welcomepage
45+
#### 2019-1-13
46+
- [x] 添加:一些输入描述
47+
- [x] 功能:加入GridPaper&SliverGrid
48+
- [x] 重构:修改db
49+
- [x] 重构:删除数据库 TabBarView
50+
- [x] 添加:网格视图
51+
- [x] 修改:checkbosListTile 错误
52+
- [x] 修改:自动提示文案
53+
- [x] 功能:增加免责声明,声明组件,自动弹出,左上角入口
54+
- [x] 重构:整理数据库初始逻辑,判断数据库完整性,判断是否存在已知的cat,widget,collection 三张表。
55+
- [x] 修复:DialogDemo,无法关闭的问题
56+
#### 2019-1-12
57+
- [x] 修复:icon没有,但内容有的,组件,给补充了icon
58+
- [x] 修改:1.整理文件 2.修正分析
59+
- [x] 更新:flutter_rookie_book => flutter_go
60+
- [x] 更新:更新SearchInput文件名=> search_input
61+
- [x] 修改:文件名称的大小写规范
62+
- [x] 修改:修正bottomNavigationBar iconButton警告

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,3 @@ flutter优点主要包括:
7979

8080
Powered by [阿里拍卖前端团队](https://github.com/alibaba-paimai-frontend)<img src="https://img.alicdn.com/tfs/TB1foEhAMHqK1RjSZJnXXbNLpXa-166-166.png" width=20 height=20>
8181

82-
83-

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
FlutterApplication and put your custom class here. -->
1717
<application
1818
android:name="io.flutter.app.FlutterApplication"
19-
android:label="菜鸟手册"
19+
android:label="flutter go"
2020
android:icon="@drawable/logo">
2121
<activity
2222
android:name=".MainActivity"

assets/app.db

0 Bytes
Binary file not shown.

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
1111
333E5DAE7FC10AC69FEC26C0 /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DDA792F029EDD7A11295D192 /* libPods-Runner.a */; };
1212
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
13-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
1413
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
1514
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1615
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
@@ -41,7 +40,6 @@
4140
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4241
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
4342
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
44-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
4543
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
4644
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
4745
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@@ -92,7 +90,6 @@
9290
children = (
9391
3B80C3931E831B6300D905FE /* App.framework */,
9492
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
95-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
9693
9740EEBA1CF902C7004384FC /* Flutter.framework */,
9794
9740EEB21CF90195004384FC /* Debug.xcconfig */,
9895
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
@@ -209,7 +206,6 @@
209206
files = (
210207
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
211208
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
212-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
213209
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
214210
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
215211
);

ios/Runner/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleDevelopmentRegion</key>
66
<string>en</string>
77
<key>CFBundleDisplayName</key>
8-
<string>菜鸟App</string>
8+
<string>Flutter Go</string>
99
<key>CFBundleExecutable</key>
1010
<string>$(EXECUTABLE_NAME)</string>
1111
<key>CFBundleIdentifier</key>

lib/common/Style.dart

Lines changed: 0 additions & 29 deletions
This file was deleted.

lib/common/event_bus.dart

Lines changed: 0 additions & 8 deletions
This file was deleted.

lib/common/widget-demo.dart

Lines changed: 0 additions & 74 deletions
This file was deleted.

lib/components/cate_card.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 'package:flutter/material.dart';
22
import '../model/cat.dart';
3-
import '../common/widget_name_to_icon.dart';
3+
import '../resources/widget_name_to_icon.dart';
44
import '../components/widget_item_container.dart';
55

66
class CateCard extends StatefulWidget {

0 commit comments

Comments
 (0)