Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yubo5 committed Dec 24, 2018
1 parent 9f1ea5e commit 747aa53
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 34 deletions.
54 changes: 25 additions & 29 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
- [GitHub戳这里](https://github.com/yubo725/FlutterOSC)
- [关于Google Flutter](https://flutterchina.club/)

# 注意
有的朋友clone代码后跑不起来,原因是你的Flutter版本跟这个项目不一致,导致一些奇怪的错误,目前该项目已经更新了Flutter版本(当前该项目使用的Flutter版本为0.8.2)

# Android扫码下载APK
- 请使用手机浏览器扫码下载,不要使用微信或者qq扫码
- <img src='./screenshots/qrcode.png'>
Expand Down
4 changes: 2 additions & 2 deletions lib/widgets/CommonButton.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import 'package:flutter/material.dart';
import 'package:flutter_osc/util/ThemeUtils.dart';

class CommonButton extends StatefulWidget {
String text;
GestureTapCallback onTap;
final String text;
final GestureTapCallback onTap;

CommonButton({@required this.text, @required this.onTap});

Expand Down

0 comments on commit 747aa53

Please sign in to comment.