Tushar Mali - tush1245@gmail.com
Nirbhay Hanjura - hanjuranirbhay@gmail.com
Mansi Shingate - mansishingate14@gmail.com
Travia is an app for Travellers. It provides features like choosing destination, booking tickets and organizing whole trip.
- Provides Current Location of user and the location for the choosen destination.
- It also provides detailed information about a destination, best places in vicinity, current weather and city's trend.
- Booking of Tickets
- Selection of Vacation spot and the duration of Vacation can be planned over the app
- Get general travel Information
about the destination such as :
- Best time of year
- Tips for saving money
- Create Wishlist for places to visit
- Front-end development using Dart
- Mobile Application development using Flutter and Android Studio
- Back-end development using Firebase
- Google Map, Directions Api using Google Cloud Platform
- Version Control using Git
- Login
- SignUp
- Popular Locations in India
- Google Map
- Getting User Location
- Getting Destination Location
- Place Description
- Weather of Places
- Add Places to Wishlist
- Search for places
- To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/7-USH/Travia
# Go into the repository
$ cd Travia
# To Install the dependencies
$ flutter packages get
# Run the app
$ flutter run
- here are some of the packages used in the project. Below are the information about these packages.
Package | Explain |
---|---|
font_awesome_flutter | Awesome icons |
Geolocator | User Location |
http | Network |
VelocityX | State Management |
Google Maps | Maps |
Page Transition | Page Animations |
google_fonts | Google fonts |
Secure Storage | Keeping Login Details |
Url_launcher | Open url links |
build_runner | Build Custom Models |
- The project directory structure is as follows:
|
├── android
├── asset
├── build
├── images
├── ios
├── lib
│ ├── Screens
│ ├── accessories
│ ├── networking
│ ├── provider
│ ├── reuseablewidgets
│ └── services
├── web
├── pubspec.lock
└── pubspec.yaml
Being new to the place can be very tiring as we do not have any idea of the place around us. Thus Travia app will provide the location of the desired destination with the help of google maps and also user's current location. Getting details about the destination is feasible while using Travia App, also maintaing the authentication of the user is our prime task. This app covers some of the famous tourist places in India while providing the location of the selected place.
- Getting Weather Details by constructing Weather Models
- Booking of tickets using External api
- Scheduling itinerary with respect to time and date.
Lets have a quick look at the app