https://github.com/ivansaul/flutter_travel_news_app
A new simple multiplatform Travel News Application made with Flutter, this app offers a seamless and visually appealing coffee shopping experience on both iOS and Android devices.
https://github.com/ivansaul/flutter_travel_news_app
flutter flutter-app flutter-apps flutter-demo flutter-examples flutter-ui ios ui
Last synced: about 2 months ago
JSON representation
A new simple multiplatform Travel News Application made with Flutter, this app offers a seamless and visually appealing coffee shopping experience on both iOS and Android devices.
- Host: GitHub
- URL: https://github.com/ivansaul/flutter_travel_news_app
- Owner: ivansaul
- Created: 2023-05-09T05:49:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T18:49:28.000Z (over 2 years ago)
- Last Synced: 2025-02-09T09:13:14.735Z (9 months ago)
- Topics: flutter, flutter-app, flutter-apps, flutter-demo, flutter-examples, flutter-ui, ios, ui
- Language: Dart
- Homepage:
- Size: 365 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Flutter Travel News App
A simple multiplatform application. Developed using Flutter, this app offers a seamless and visually appealing coffee shopping experience on both iOS and Android devices.
This project is not completed yet, as soon as possible when it's complete I will update it here. Stay tuned for more exciting updates!
[](https://flutter.dev/)

[](https://opensource.org/licenses/MIT)
### Don't forget to ⭐ the repo


## Features
- [x] Infinite scrolling
- [x] Reviews and ratings
- [x] Custom search bar
- [x] Custom Sliver Appbar
- [x] Custom Bottom navigation bar
and much more...
Check it yourself :)
## Screenshots
## Demo
## Packages we are using:
Package | Usage
------------ | -------------
[go_router](https://pub.dev/packages/go_router) | A declarative routing package for Flutter that uses the Router API to provide a convenient, url-based API for navigating between different screens.
[flutter_svg](https://pub.dev/packages/flutter_svg) | Draw SVG files using Flutter..
[google_fonts](https://pub.dev/packages/google_fonts) | A Flutter package to use fonts from fonts.google.com.
## Design
- [Figma](https://www.figma.com/community/file/1165219160023778067)
## Building from Source
1. If you don't have Flutter SDK installed, please visit official [Flutter](https://flutter.dev/) site.
2. Fetch latest source code from master branch.
```
git clone https://github.com/ivansaul/flutter_travel_news_app.git
```
3. Run the app with Android Studio or VS Code. Or the command line:
```
flutter pub get
flutter run
```
## Contribute
Contributions are welcome.
## Facing any Issue?
Feel free to open an Issue :)