Skip to content

Commit

Permalink
Update to v3.2.10
Browse files Browse the repository at this point in the history
update some icon
  • Loading branch information
abc873693 committed Oct 8, 2019
1 parent ce83247 commit dfd6b80
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/home/leave/leave_apply_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class LeaveApplyPageState extends State<LeaveApplyPage>
vertical: 8,
),
leading: Icon(
Icons.insert_drive_file,
AppIcon.insertDriveFile,
size: 30,
color: Resource.Colors.grey,
),
Expand Down
10 changes: 10 additions & 0 deletions lib/res/app_icon.dart
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,14 @@ class AppIcon {
return OMIcons.folder;
}
}

static IconData get insertDriveFile {
switch (AppIcon.code) {
case AppIcon.FILLED:
return Icons.insert_drive_file;
case AppIcon.OUTLINED:
default:
return OMIcons.insertDriveFile;
}
}
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: nkust_ap
description: A new Flutter application.

version: 3.2.9+30209
version: 3.2.10+30210

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

0 comments on commit dfd6b80

Please sign in to comment.