Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsreenivas82 committed Jul 30, 2021
1 parent b2fc55c commit 8d7e900
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions lib/pages/donor_dashboard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -144,18 +144,11 @@ 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: 1 addition & 1 deletion lib/pages/volunteer_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_barcode_scanner/flutter_barcode_scanner.dart';
import 'package:flutterlogindesign/pages/qrscan.dart';

import 'package:flutterlogindesign/pages/splash_screen.dart';
import 'package:flutterlogindesign/pages/verification.dart';

Expand Down

0 comments on commit 8d7e900

Please sign in to comment.