Commit 644751c6 authored by 关振斌's avatar 关振斌

update

parent 8fcf01e0
...@@ -60,18 +60,18 @@ class DoctorAppBar extends StatelessWidget { ...@@ -60,18 +60,18 @@ class DoctorAppBar extends StatelessWidget {
height: 60, height: 60,
width: 60, width: 60,
decoration: BoxDecoration( decoration: BoxDecoration(
boxShadow: [ // boxShadow: [
BoxShadow( // BoxShadow(
blurRadius: 3, // blurRadius: 3,
offset: Offset(0, 4), // offset: Offset(0, 4),
color: Colors.black54, // color: Colors.black54,
) // )
], // ],
color: Color(0xffA295FD), // color: Color(0xffA295FD),
borderRadius: BorderRadius.circular(5)), borderRadius: BorderRadius.circular(5)),
child: ClipRRect( child: ClipRRect(
borderRadius: BorderRadius.circular(5), borderRadius: BorderRadius.circular(5),
child: Image.asset("assets/images/doctor_1.png")), child: Image.asset("assets/images/dingyue.png")),
), ),
) )
], ],
......
This diff is collapsed.
...@@ -121,10 +121,10 @@ class UserPageState extends State<UserPage> { ...@@ -121,10 +121,10 @@ class UserPageState extends State<UserPage> {
items: [ items: [
SettingsItem( SettingsItem(
onTap: () { onTap: () {
Navigator.of(context).pushNamed('/ms-code'); Navigator.of(context).pushNamed('/login');
}, },
icons: Icons.exit_to_app_rounded, icons: Icons.exit_to_app_rounded,
title: "Sign Out", title: "${_userModel.isLogin}",
), ),
SettingsItem( SettingsItem(
onTap: () {}, onTap: () {},
......
...@@ -483,6 +483,13 @@ packages: ...@@ -483,6 +483,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.0.0" version: "3.0.0"
gradient_widgets:
dependency: "direct main"
description:
name: gradient_widgets
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.0"
html: html:
dependency: transitive dependency: transitive
description: description:
......
...@@ -93,6 +93,7 @@ dependencies: ...@@ -93,6 +93,7 @@ dependencies:
easy_container: ^1.0.4 easy_container: ^1.0.4
intl_phone_field: ^3.1.0 intl_phone_field: ^3.1.0
extended_phone_number_input: ^1.0.2 extended_phone_number_input: ^1.0.2
gradient_widgets: ^0.6.0
# package:bubble/bubble.dart # package:bubble/bubble.dart
dev_dependencies: dev_dependencies:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment