Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Charunirathnayake committed Jan 12, 2020
1 parent d2819a5 commit 4780679
Show file tree
Hide file tree
Showing 3 changed files with 428 additions and 1 deletion.
3 changes: 2 additions & 1 deletion miniproject/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import 'package:curved_navigation_bar/curved_navigation_bar.dart';
import 'package:miniproject/app_screen/birthday.dart';
import 'package:miniproject/app_screen/passion.dart';
import 'package:miniproject/map_screen/first_screen.dart';
import 'package:miniproject/map_screen/map_traveller.dart';



Expand All @@ -28,7 +29,7 @@ void main(){
theme: ThemeData(
primarySwatch: Colors.brown
),
home:GetMap(),
home:GetMap_traveller(),
debugShowCheckedModeBanner: false,
)
);
Expand Down
Loading

0 comments on commit 4780679

Please sign in to comment.