All Projects → dakshp07 → Horoscope App

dakshp07 / Horoscope App

Horoscope ☯♉♊♋♌♍

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Horoscope App

Flutter For Wordpress App
🎃 Cross-platform wordpress news app built with Flutter and WP REST API.
Stars: ✭ 157 (+685%)
Mutual labels:  flutter-apps, ios-app
Manji
Manji is a mobile application built to help people learning Japanese learn about Kanji.
Stars: ✭ 142 (+610%)
Mutual labels:  ios-app, flutter-apps
weather app flutter
This is a sample Flutter Weather Forecast App for Android and iOS. Without using any state management packages.
Stars: ✭ 30 (+50%)
Mutual labels:  ios-app, flutter-apps
Chatter App
This is a flutter based modern messaging app where users can sign up and log in to chat with their friends, family, colleagues among groups with enriched User-Experience.
Stars: ✭ 80 (+300%)
Mutual labels:  flutter-apps, ios-app
TemporaryContacts
Android/iOS mobile application for adding contacts that are automatically deleted after a set or default interval and are synced with main address book
Stars: ✭ 15 (-25%)
Mutual labels:  ios-app, flutter-apps
Todayx
🌈Flutter App:🎊「今日份的X」(每天推荐一个:图片、诗歌、名言、音乐、乐评、高等数学、两种配色、化学方程式、Github Repo、知乎问题、文章)
Stars: ✭ 128 (+540%)
Mutual labels:  flutter-apps, ios-app
gatrabali-app
BaliFeed (formerly Gatra Bali) - News reader app built using Flutter
Stars: ✭ 40 (+100%)
Mutual labels:  ios-app, flutter-apps
Space Curiosity
All space related agregator, built with Flutter - Spark your curiosity!
Stars: ✭ 56 (+180%)
Mutual labels:  flutter-apps, ios-app
Awesome-Flutter-Templates
A Huge Collection of Flutter App templates
Stars: ✭ 53 (+165%)
Mutual labels:  ios-app, flutter-apps
flutter todos
A cross platform todo list app using flutter, sqlite etc. If you read the code, you will understand how to create simple elegant mobile app using Flutter and Dart language.
Stars: ✭ 60 (+200%)
Mutual labels:  ios-app, flutter-apps
Flutter Tetris
a tetris game powered by flutter. 使用flutter开发俄罗斯方块。
Stars: ✭ 1,109 (+5445%)
Mutual labels:  flutter-apps, ios-app
Xtimer Flutter App
Flutter timer app
Stars: ✭ 255 (+1175%)
Mutual labels:  flutter-apps, ios-app
Flutter gank
Flutter版 干货集中营
Stars: ✭ 60 (+200%)
Mutual labels:  flutter-apps, ios-app
Recipe App Flutter Ui
A nice clean recipe app UI using flutter.
Stars: ✭ 138 (+590%)
Mutual labels:  flutter-apps, ios-app
Open Source Flutter Apps
📱 List of open source Flutter applications
Stars: ✭ 1,086 (+5330%)
Mutual labels:  flutter-apps, ios-app
Sub-Track
Flutter Application to keep track of Subscriptions
Stars: ✭ 31 (+55%)
Mutual labels:  ios-app, flutter-apps
E Commerce App Ui Flutter
Nice and clean Online Shop app UI by using #Flutter.
Stars: ✭ 965 (+4725%)
Mutual labels:  flutter-apps, ios-app
Flutter Tasky App
A Flutter Task App
Stars: ✭ 48 (+140%)
Mutual labels:  flutter-apps, ios-app
calmly
Calmly is made with flutter to practice meditation to bring headspace and calmness. 😍💆🏼‍♂️
Stars: ✭ 34 (+70%)
Mutual labels:  ios-app, flutter-apps
flutter-Anniversary
一款界面优美,功能简洁的纪念日APP
Stars: ✭ 57 (+185%)
Mutual labels:  ios-app, flutter-apps

Horoscope App

A App Which Tells You About Your Horoscope Made Using Dart And Flutter. The APIs Used Can Be Found Here

Packages Used

The Following Dart And Flutter Packages Has Been Used In The Project.

import 'dart:convert';
import 'dart:async';
import 'package:http/http.dart' as http;

Features

  • Daily Horoscope.
  • The APIs is Very Accurate.
  • The Data Updates Every Day.

GitHub

If You Want To Create A New Repository In Your GitHub Then Do Following Steps :

  1. Open Git Bash.
  2. Run The Following Commands :
#Initialize the local directory as a Git repository using :
$ git init

#Add the files in your new local repository. This stages them for the first commit. Use The Following Command :
$ git add .

#Commit the files that you've staged in your local repository.
$ git commit -m "First commit"

#In the Command prompt, add the URL for the remote repository where your local repository will be pushed.
$ git remote add origin remote repository URL
# Sets the new remote
$ git remote -v
# Verifies the new remote URL

#Push the changes in your local repository to GitHub.
$ git push origin master

GitHub Clone

If You Want To Clone This Repository Then Do The Following Steps :

  1. Open Git Bash.
  2. Run The Following Commands :
$ git clone https://github.com/dakshp07/horoscope-app.git

Images

Drawer

First

Second

Third

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

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].