Skip to content

Commit

Permalink
优化应用体验细节。
Browse files Browse the repository at this point in the history
  • Loading branch information
iHTCboy committed Feb 25, 2021
1 parent c3ab04c commit 96fedba
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ iPomodoro(爱番茄)


### 应用截图
![](screenshot/01.png)
![](screenshot/02.png)
![](screenshot/03.png)
![](screenshot/04.png)
![](screenshot/05.png)
![](screenshot/06.png)
![](screenshot/07.png)
<img src="screenshot/01.png" width="400" height:auto alt="screenshot/01.png"/>
<img src="screenshot/01.png" width="400" height:auto alt="screenshot/02.png"/>
<img src="screenshot/01.png" width="400" height:auto alt="screenshot/03.png"/>
<img src="screenshot/01.png" width="400" height:auto alt="screenshot/04.png"/>
<img src="screenshot/01.png" width="400" height:auto alt="screenshot/05.png"/>
<img src="screenshot/01.png" width="400" height:auto alt="screenshot/06.png"/>
<img src="screenshot/01.png" width="400" height:auto alt="screenshot/07.png"/>
6 changes: 3 additions & 3 deletions app/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.iHTCboy.iPomodoro;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -622,7 +622,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.iHTCboy.iPomodoro;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down Expand Up @@ -656,7 +656,7 @@
"$(inherited)",
"$(PROJECT_DIR)/Flutter",
);
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.iHTCboy.iPomodoro;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
Expand Down
2 changes: 1 addition & 1 deletion app/lib/ui/page/me_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class MePage extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Icon(_list[index]['icon'], color: _list[index]['icon_color']),
SizedBox(width: 5),
SizedBox(width: 10),
Text(_list[index]['title'],
style: TextStyle(
fontSize: DeviceUtils.get_size(context, 16, 18, 22))),
Expand Down
2 changes: 1 addition & 1 deletion app/lib/ui/page/pomodoro_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class _PomodoroSettingsPageState extends State<PomodoroSettingsPage> {
Divider(height: 1),
ListTile(
leading: Text(
'🔔',
'📢',
style: TextStyle(
fontSize: DeviceUtils.get_size(context, 25, 30, 35)),
),
Expand Down
2 changes: 1 addition & 1 deletion app/lib/ui/page/timer_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class _TimerSettingsPageState extends State<TimerSettingsPage> {
Divider(height: 1),
ListTile(
leading: Text(
'🔔',
'📢',
style: TextStyle(
fontSize: DeviceUtils.get_size(context, 25, 30, 35)),
),
Expand Down
4 changes: 2 additions & 2 deletions app/lib/ui/widget/countdown_edit_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class _CountdownEditPickerState extends State<CountdownEditPicker> {
// const BorderSide(color: Colors.grey)),
// hintText: 'Tell us about yourself',
// helperText: 'Keep it short, this is just a demo.',
labelText: '事件名称',
labelText: '任务名称',
prefixIcon: const Icon(
Icons.date_range_outlined,
size: 20,
Expand Down Expand Up @@ -143,7 +143,7 @@ class _CountdownEditPickerState extends State<CountdownEditPicker> {
),
disabledBorder: OutlineInputBorder(
borderSide: BorderSide(color: AppColors.isDarkMode(context) ? Colors.white38 : Colors.grey)),
labelText: '事件时间',
labelText: '任务时间',
labelStyle: TextStyle(
color: AppColors.isDarkMode(context) ? Colors.white60 : Colors.black54,
),
Expand Down

0 comments on commit 96fedba

Please sign in to comment.