Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Charunirathnayake committed Dec 9, 2019
1 parent 574b884 commit a4393a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions miniproject/lib/app_screen/interface.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import 'package:miniproject/app_screen/messages.dart' as prefix0;
import 'guideprofile.dart';
import 'signup.dart';


//create appbar
class Content extends StatelessWidget{
@override
Expand Down Expand Up @@ -67,8 +68,8 @@ SizedBox(
onchanged(value);
Navigator.push(
context,
MaterialPageRoute(builder: (context) =>(Profile()),
));
MaterialPageRoute(builder: (context) =>(LoginInterface()))
);
},
),

Expand Down

0 comments on commit a4393a3

Please sign in to comment.