mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-17 21:05:56 +08:00
Merge branch 'master' into beta2
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
@ -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')
|
||||
),
|
||||
]
|
||||
|
@ -76,6 +76,7 @@ class _WebViewPageState extends State<WebViewPage> {
|
||||
withZoom: false,
|
||||
withLocalStorage: true,
|
||||
withJavascript: true,
|
||||
hidden: true,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user