Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 2.21 KB

README.md

File metadata and controls

96 lines (66 loc) · 2.21 KB

Tripscape 🌴

Logo

Maintenance

Built With

  • Frontend

    • Flutter
    • Dart
  • Backend & Libraries

    • Geolocator
    • Google Maps Flutter
    • Provider
  • API

    • Places API
    • Google Maps API
    • Places Autocomplete API

✨ Screenshots

Homescreen Homescreen (Filter enabled)
lib/assets/Home_screen.jpeg lib/assets/Home_screen_marker.jpeg

📲 How to Install Locally

1. Fork and clone this repository using

git clone https://github.com/soumyadeep6845/Tripscape.git
cd Tripscape/

2. Generate your own API key here

Google Cloud Platform

3. Don't forget to setup a billing account, to integrate Google API Services

Google Cloud Payment Methods

4. Create a .env file in root directory and add

GOOGLE_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

5. Install the required dependencies using

flutter packages get

6. Connect any android device/emulator.

7. Run and install the app, using

flutter run

8. In case of general runtime difficulties, run

flutter clean

and then,

flutter packages get

9. Ignore if the file apk size is large. This is just for debugging purposes. Production APKs are small in size and convenient 😊


🎈 Contributing

If you'd like to contribute, please fork the repository and then raise a PR with necessary changes. Thank you.


💚 Found this project interesting?

If you found this project useful, then please consider leaving a ⭐ on Github. Thank you! 😄


👨 Project Maintained By-