Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsreenivas82 committed Jul 30, 2021
1 parent 22f48c9 commit b2fc55c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/pages/donor_dashboard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,18 @@ class _DonorState extends State<Donor> {
TextButton(
child: const Text('View'),
onPressed: () {
<<<<<<< Updated upstream
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => PendingOrders()));
=======
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => PendingOrders()));

>>>>>>> Stashed changes
},
),
const SizedBox(width: 8),
Expand Down
2 changes: 2 additions & 0 deletions lib/pages/splashscreen.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// import 'dart:ffi';

import 'package:flutter/material.dart';
import 'package:flutterlogindesign/pages/signin_page.dart';
import 'package:flutterlogindesign/pages/splash_screen.dart';
Expand Down

0 comments on commit b2fc55c

Please sign in to comment.