A travel app UI built with Flutter, featuring country listings, popular tour packages, and detailed tour views with ratings and reviews.
- Browse tours by country with image cards, labels, and ratings
- View popular tour packages with pricing and star ratings
- Detailed tour view with features (Wi-Fi, beach, coastline, restaurant)
- Cached network images for smooth scrolling performance
- Clean and modern Material Design UI
- Flutter 3.10+ (tested with Flutter 3.x)
- Dart 3.0+
- Clone the repository:
git clone https://github.com/theindianappguy/discounttour.git
- Navigate to the project directory:
cd discounttour - Install dependencies:
flutter pub get
- Run the app:
flutter run
lib/
main.dart # App entry point and MaterialApp setup
data/
data.dart # Sample data for countries and popular tours
model/
country_model.dart # Data model for country listings
popular_tours_model.dart # Data model for popular tour packages
views/
home.dart # Home screen with country list and popular tours
details.dart # Tour details screen with features and reviews
Follow along with the YouTube tutorial: https://youtu.be/PKEam1KpeWk
Sanskar Tiwari (@theindianappguy) (YouTube)
If you found this project helpful or you learned something from the source code and want to thank me, consider checking out what i am building at MagicSlides.app, MagicForm.app & SheetAI.app
Copyright 2020 Sanskar Tiwari
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
