Skip to content

Commit

Permalink
#53 QR 설명 추가 - 툭 가이드
Browse files Browse the repository at this point in the history
  • Loading branch information
latteishorse committed Aug 3, 2022
1 parent 2ca6aea commit 5b4c576
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion lib/screens/sharing/sharing.dart
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class _SharingPageState extends State<SharingPage> {
// alignment: Alignment.center,
children: <Widget>[
Text('툭 사용법을 알려드릴게요!',
textAlign: TextAlign.center,
style: TextStyle(
fontFamily: 'Gamja',
fontSize: 20,
Expand All @@ -73,6 +74,17 @@ class _SharingPageState extends State<SharingPage> {
SizedBox(
height: 10,
),
Text(
'우측 상단에서 Nearby와 QR 모드를 선택해 공유할 수 있어요😎\n\n 먼저 Nearby 모드를 알려드릴게요!',
textAlign: TextAlign.center,
style: TextStyle(
fontFamily: 'Gamja',
fontSize: 12,
fontWeight: FontWeight.bold,
color: Colors.black)),
SizedBox(
height: 10,
),
Image.asset(
'assets/took_up.jpg',
height: 200,
Expand Down Expand Up @@ -105,7 +117,17 @@ class _SharingPageState extends State<SharingPage> {
fontWeight: FontWeight.bold,
color: Colors.blue)),
SizedBox(
height: 20,
height: 10,
),
Text('QR 모드도 동일하게 한명은 올리고, 다른 한명은 내려요!',
textAlign: TextAlign.center,
style: TextStyle(
fontFamily: 'Gamja',
fontSize: 15,
fontWeight: FontWeight.bold,
color: Colors.black)),
SizedBox(
height: 10,
),

Text('서로의 명함이 교환되면...',
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.2+1
version: 1.0.3+1

environment:
sdk: ">=2.17.5 <3.0.0"
Expand Down

0 comments on commit 5b4c576

Please sign in to comment.