Merge branch 'master' into beta2

This commit is contained in:
hanxu317317
2019-11-08 11:08:12 +08:00
committed by GitHub
4 changed files with 4 additions and 3 deletions

View File

@ -29,7 +29,7 @@ Language: [English](https://github.com/alibaba/flutter-go/blob/master/README-en.
- [命令行 生成 `Flutter Go Widget` 标准公共模版](https://github.com/alibaba/flutter-go/blob/beta/docs/widget.md)
- `markdown` 模版动态化生成合并到master分支后
- [x] ` Flutter Go ` 官方 `APP` 版本自动升级
- [ ] 多端模版同步( pc端native端同步 )
- [x] 多端模版同步( pc端native端同步 )
- [ ] `Flutter Go` store

View File

@ -71,6 +71,7 @@ class Page extends StatelessWidget {
@override
Widget build(BuildContext context) {
final paddingTop = MediaQuery.of(context).padding.top;
return Stack(
//alignment: const Alignment(1.2, 0.6),
children: [
@ -90,7 +91,7 @@ class Page extends StatelessWidget {
),
Positioned(
right: -5.0,
top: 2.0,
top: paddingTop + 2.0,
child: creatButton(context, 'GitHub', Icons.arrow_forward, 'goGithub')
),
]

View File

@ -76,6 +76,7 @@ class _WebViewPageState extends State<WebViewPage> {
withZoom: false,
withLocalStorage: true,
withJavascript: true,
hidden: true,
),
);
}

View File

@ -52,7 +52,6 @@ dependencies:
package_info: ^0.4.0+3
flutter_jpush: ^0.0.4
zefyr: ^0.8.0
# path: ./zefyr
pull_to_refresh: ^1.5.6