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

update

parent 8fcf01e0
......@@ -60,18 +60,18 @@ class DoctorAppBar extends StatelessWidget {
height: 60,
width: 60,
decoration: BoxDecoration(
boxShadow: [
BoxShadow(
blurRadius: 3,
offset: Offset(0, 4),
color: Colors.black54,
)
],
color: Color(0xffA295FD),
// boxShadow: [
// BoxShadow(
// blurRadius: 3,
// offset: Offset(0, 4),
// color: Colors.black54,
// )
// ],
// color: Color(0xffA295FD),
borderRadius: BorderRadius.circular(5)),
child: ClipRRect(
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> {
items: [
SettingsItem(
onTap: () {
Navigator.of(context).pushNamed('/ms-code');
Navigator.of(context).pushNamed('/login');
},
icons: Icons.exit_to_app_rounded,
title: "Sign Out",
title: "${_userModel.isLogin}",
),
SettingsItem(
onTap: () {},
......
......@@ -483,6 +483,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
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:
dependency: transitive
description:
......
......@@ -93,6 +93,7 @@ dependencies:
easy_container: ^1.0.4
intl_phone_field: ^3.1.0
extended_phone_number_input: ^1.0.2
gradient_widgets: ^0.6.0
# package:bubble/bubble.dart
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