File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,36 @@ a user-friendly interface that allows for easy input of destination and preferen
1212clear and concise directions to users throughout their journey. The application should also
1313have the ability to update its route based on real-time traffic or other factors that may affect
1414travel time.*
15+
16+ ## API KEY
17+
18+ * You need set key in 2 places*
19+ * [ Android Mainifest] ( https://github.com/bipinkrish/campusmap/blob/main/android/app/src/main/AndroidManifest.xml#L45 )
20+ * [ Main File] ( https://github.com/bipinkrish/campusmap/blob/main/lib/main.dart#L15 )
21+
22+ ## Guide
23+
24+ To use/run this you need Flutter framework installed and a Android Device
25+
26+ ```
27+ git clone https://github.com/bipinkrish/campusmap
28+ cd campusmap
29+ flutter pub get
30+ flutter run
31+ ```
32+
33+ ## Previews
34+
35+ <div >
36+ <img width =" 45% " src =" https://github.com/bipinkrish/campusmap/assets/87369440/39aa150b-63c4-46f3-a0d1-9e1ab1475c7c " >
37+ <img width =" 45% " src =" https://github.com/bipinkrish/campusmap/assets/87369440/24ee9581-f506-4d97-ac92-fe13cebda151 " >
38+ </div >
39+ <br >
40+ <div >
41+ <img width =" 45% " src =" https://github.com/bipinkrish/campusmap/assets/87369440/ea764f1d-63a2-4cb0-9bde-ab882ff1068b " >
42+ <img width =" 45% " src =" https://github.com/bipinkrish/campusmap/assets/87369440/e07a0b75-3d1d-400b-9768-b9c1974a2b35 " >
43+ </div >
44+ <div >
45+ <img width =" 45% " src =" https://github.com/bipinkrish/campusmap/assets/87369440/43bcb35a-68ba-4cac-81e0-0350ab68894a " >
46+ <img width =" 45% " src =" https://github.com/bipinkrish/campusmap/assets/87369440/c3005a01-13a7-43f1-a3c9-40b6f39a96fe " >
47+ </div >
You can’t perform that action at this time.
0 commit comments