Skip to content

Commit

Permalink
fixed routes updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameerkash committed Dec 21, 2020
1 parent 6e60aa0 commit e7e65e8
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 29 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,24 +47,24 @@ PAW aims to solve:

**Task List**

| sl no. | Task | Assignee | Progress |
| ------ | --------------------------------------- | -------- | ----------- |
| 1 | Set up firebase | Akhil | Yes |
| 2 | Database Design | Sameer | Yes |
| 3 | UI Design | Vanshika | In-Progress |
| 4 | DashBoard | Akanksha | In-Progress |
| 5 | find a Mate | Akhil | InProgress |
| 6 | Adopt don't shop | Vamsi | In-Progress |
| 7 | Discussions | | No |
| 8 | Store | Akanksha | In-Progress |
| 9 | Lost and found | Akanksha | In-Progress |
| 10 | Authentication with firebase | Sameer | Yes |
| 11 | Vet and Consultation | | No |
| 12 | For Hire | | No |
| 13 | Train your pets, Health tips and tricks | | No |
| 14 | Auth View | Sameer | Yes |
| 15 | Drawer, Profile View | Sameer | In-Progress |
| 16 | My Pets | Sameer | In-Progress |
| sl no. | Task | Assignee | Progress |
| ------ | --------------------------------------- | -------- | -------- |
| 1 | Set up firebase | Akhil | Yes |
| 2 | Database Design | Sameer | Yes |
| 3 | UI Design | Vanshika | Yes |
| 4 | DashBoard | Akanksha | Yes |
| 5 | find a Mate | Akhil | Yes |
| 6 | Adopt don't shop | Vamsi | Yes |
| 7 | Discussions | Vamsi | Yes |
| 8 | Store | Akanksha | Yes |
| 9 | Lost and found | Akanksha | Yes |
| 10 | Authentication with firebase | Sameer | Yes |
| 11 | Vet and Consultation | Akhil | Yes |
| 12 | For Hire | Akhil | Yes |
| 13 | Train your pets, Health tips and tricks | Akanksha | Yes |
| 14 | Auth View | Sameer | Yes |
| 15 | Drawer, Profile View | Sameer | Yes |
| 16 | My Pets | Sameer | Yes |

<!-- DATABASE SCHEMA -->

Expand Down
3 changes: 2 additions & 1 deletion lib/router/router.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import 'package:auto_route/auto_route_annotations.dart';
import 'package:petme/ui/forum/forum.dart';
import 'package:petme/ui/forum/forum_detail.dart';
import 'package:petme/ui/lost/scanner.dart';

Expand All @@ -24,7 +25,7 @@ import '../ui/vet/doctor.dart';
CupertinoRoute(page: DoctorView),
CupertinoRoute(page: AdoptionHome),
CupertinoRoute(page: Mateview),
CupertinoRoute(page: ForumDetailPage),
CupertinoRoute(page: ForumPage),
CupertinoRoute(page: Lost),


Expand Down
15 changes: 7 additions & 8 deletions lib/router/router.gr.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/ui/dashboard/gridDashboard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class GridDashboard extends StatelessWidget {

title: "Forum",
img: "assets/icons/chat(1).png",
screen: '/forum-detail-page');
screen: '/forum-page');


@override
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/forum/forum.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class _ForumPageState extends State<ForumPage> {
@override
Widget build(BuildContext context) {
return new Scaffold(
backgroundColor: const Color(0xffffdcc9),
backgroundColor: Colors.amber[200],
appBar: new AppBar(
centerTitle: false,
elevation: 0.0,
Expand Down

0 comments on commit e7e65e8

Please sign in to comment.