All Projects β†’ Shadow60539 β†’ travel_app

Shadow60539 / travel_app

Licence: other
Travel App using Flutter πŸ’™

Programming Languages

dart
5743 projects
HTML
75241 projects

Projects that are alternatives of or similar to travel app

honeyku
A Heroku-based web honeypot that can be used to create and monitor fake HTTP endpoints (i.e. honeytokens).
Stars: ✭ 56 (-24.32%)
Mutual labels:  heroku
starter-kit
Starter kit for full-stack JavaScript projects
Stars: ✭ 21 (-71.62%)
Mutual labels:  heroku
react-phoenix-users-boilerplate
Elixir/Phoenix + React + users template/boilerplate.
Stars: ✭ 71 (-4.05%)
Mutual labels:  heroku
community-edition
Zebrunner is a Test Automation Management Tool
Stars: ✭ 171 (+131.08%)
Mutual labels:  test-driven-development
nlg-markovify-api
An API built on Plumber (R) utilizing Markovify, a Python package, wrapped in markovifyR (R). It builds a Markov Chain-model based on text (user input) and generates new text based on the model.
Stars: ✭ 19 (-74.32%)
Mutual labels:  heroku
heroku-cli-oauth
this code is now in https://github.com/heroku/cli
Stars: ✭ 40 (-45.95%)
Mutual labels:  heroku
mockfn
A mocking library for Clojure.
Stars: ✭ 18 (-75.68%)
Mutual labels:  test-driven-development
ak-cli
πŸ”– Collection of useful cli commands
Stars: ✭ 39 (-47.3%)
Mutual labels:  heroku
botkit-heroku-redis-example
Tiny example of running botkit on Heroku with RedisCloud
Stars: ✭ 21 (-71.62%)
Mutual labels:  heroku
TGInlineGIF
Telegram Inline tenor gif search bot.
Stars: ✭ 19 (-74.32%)
Mutual labels:  heroku
teller
Cloud native secrets management for developers - never leave your command line for secrets.
Stars: ✭ 998 (+1248.65%)
Mutual labels:  heroku
xp-dojo
ζžι™ηΌ–η¨‹ηΊΏδΈ‹ι“εœΊζŒ‡ε―Όζ‰‹ε†Œ
Stars: ✭ 20 (-72.97%)
Mutual labels:  test-driven-development
Malicious-Urlv5
A multi-layered and multi-tiered Machine Learning security solution, it supports always on detection system, Django REST framework used, equipped with a web-browser extension that uses a REST API call.
Stars: ✭ 35 (-52.7%)
Mutual labels:  heroku
akamai-collector
Akamai sensor data collector with API and database support!
Stars: ✭ 60 (-18.92%)
Mutual labels:  heroku
pydf
PDF generation in python using wkhtmltopdf for heroku and docker
Stars: ✭ 68 (-8.11%)
Mutual labels:  heroku
buildpacks-ruby
An experimental Cloud Native Buildpack for Ruby
Stars: ✭ 15 (-79.73%)
Mutual labels:  heroku
PokerTexter
SMS App for Poker Odds. Runs on Flask + Twilio + Heroku.
Stars: ✭ 17 (-77.03%)
Mutual labels:  heroku
heroku-local
this code is now in https://github.com/heroku/cli
Stars: ✭ 21 (-71.62%)
Mutual labels:  heroku
police-cad
This is a easy to setup and use police server CAD. Includes a signup/login for both Civilians and Police Officers. Also this is mobile friendly. Built for GTA V's Modding framework: FiveM.
Stars: ✭ 49 (-33.78%)
Mutual labels:  heroku
bloc samples
A collection of apps built with the Bloc library.
Stars: ✭ 39 (-47.3%)
Mutual labels:  bloc

Test support GitHub Repo stars GitHub forks

Cover

Introduction

Airnbn is a simple prototype app which lists tourist destinations.

Before we start, you can take a look at the app:

Output sample

Key Features

  • Book trips with a single swipe.
  • View trips timeline.
  • Favourite any trip.

How To Use

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/Shadow60539/travel_app.git

# Go into the repository
$ cd travel_app.git

# Install dependencies
$ flutter packages get

# Run the app
$ flutter run

Packages

Some very good packages are used in the project, not a big list.

Below are the information about these packages.

package explain
font_awesome_flutter Awesome icons
flag Country Flags
http Network
cached_network_image Caching Network Images
flutter_bloc Bloc Pattern
lottie Lottie files animations
google_fonts Google fonts
freezed Code generation for immutable classes
lint Rules handler for Dart
build_runner Build Custom Models

Directory Structure

The project directory structure is as follows:

β”œβ”€β”€ android
β”œβ”€β”€ asset
β”œβ”€β”€ build
β”œβ”€β”€ images
β”œβ”€β”€ ios
β”œβ”€β”€ lib
β”œβ”€β”€ pubspec.lock
β”œβ”€β”€ pubspec.yaml

Let me explain the other directories besides lib:

DIRECTORY INFO
images readme images files
asset images and lottie files

Then the lib directory

lib

DIRECTORY INFO
application State Management
core Global Classes
domain Abstract Classes
infrastructure Domain implementation (backend)
presentation UI
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].