|
|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/home/home_item.dart';
|
|
|
|
|
import 'package:doctor_app_flutter/widgets/shared/app.drawer.dart';
|
|
|
|
|
import '../widgets/home/home_item.dart';
|
|
|
|
|
import '../widgets/shared/app.drawer.dart';
|
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
|
|
|
|
|
class Category {
|
|
|
|
|
@ -27,28 +27,67 @@ class HomeScreen extends StatelessWidget {
|
|
|
|
|
id: 'c2',
|
|
|
|
|
title: 'Patient Search',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c3',
|
|
|
|
|
title: 'outPatiant',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c2',
|
|
|
|
|
title: 'InPatiant',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c1',
|
|
|
|
|
title: 'My Schedule',
|
|
|
|
|
title: 'Referral',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c2',
|
|
|
|
|
title: 'Patient Search',
|
|
|
|
|
title: 'Referred',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c2',
|
|
|
|
|
title: 'Discharged Patient',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c3',
|
|
|
|
|
title: 'Referral Discharge',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c2',
|
|
|
|
|
title: 'Search For Medicine',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c1',
|
|
|
|
|
title: 'My Schedule',
|
|
|
|
|
title: 'Doctor Reply',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c2',
|
|
|
|
|
title: 'Patient Search',
|
|
|
|
|
title: 'Blood Bank',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c1',
|
|
|
|
|
title: 'Doctor Reply',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c2',
|
|
|
|
|
title: 'Blood Bank',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
Category(
|
|
|
|
|
id: 'c1',
|
|
|
|
|
title: 'QR Reader',
|
|
|
|
|
image: 'assets/images/user_id_icon.png',
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
];
|
|
|
|
|
return Scaffold(
|
|
|
|
|
appBar: AppBar(
|
|
|
|
|
|