All Projects → AkashDivya → Explore Flutter Firestore

AkashDivya / Explore Flutter Firestore

Licence: gpl-3.0
This is a Flutter App with Firebase's Cloud FireStore Database and Google Map. This app represents that Beautiful UI can be implemented with the Best Performance.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Explore Flutter Firestore

Privacy Redirect
A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives.
Stars: ✭ 342 (+125%)
Mutual labels:  google-maps, youtube
Benmaps.fr
Web maps that don't track you.
Stars: ✭ 147 (-3.29%)
Mutual labels:  google-maps
Simplemap
A beautifully simple map field type for Craft CMS.
Stars: ✭ 136 (-10.53%)
Mutual labels:  google-maps
Virtual Walk
Virtual walks in Google Street View using PoseNet and applying Deep Learning models to recognize actions.
Stars: ✭ 142 (-6.58%)
Mutual labels:  google-maps
Vidgear
A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features 🔥
Stars: ✭ 2,048 (+1247.37%)
Mutual labels:  youtube
Youcast
Turn YouTube Channels into Subscribable Podcasts.
Stars: ✭ 142 (-6.58%)
Mutual labels:  youtube
Track My Location
Android real-time location tracker app (learn using Firebase 🔥, Google Maps & Location Api) 🌐
Stars: ✭ 136 (-10.53%)
Mutual labels:  google-maps
Track Ip
Advanced Ip Tracker Tool
Stars: ✭ 150 (-1.32%)
Mutual labels:  google-maps
Downline
Free cross-platform desktop app to download videos and music from YouTube and many other sites
Stars: ✭ 146 (-3.95%)
Mutual labels:  youtube
Youtube Viewer
🤖 A view bot for Youtube.
Stars: ✭ 140 (-7.89%)
Mutual labels:  youtube
Youtube Music
🎵 A Mac app wrapper for music.youtube.com
Stars: ✭ 2,097 (+1279.61%)
Mutual labels:  youtube
Arcarmovement
This is navigation example on google map. Here Marker move as vehicles moves with turns as uber does in their app. Using old and new coordinates animating bearing value the markers are moving.
Stars: ✭ 137 (-9.87%)
Mutual labels:  google-maps
Youtube Projects
This repository contains all the code I use in my YouTube tutorials.
Stars: ✭ 144 (-5.26%)
Mutual labels:  youtube
Auto Youtube Subscription Playlist 2
Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
Stars: ✭ 136 (-10.53%)
Mutual labels:  youtube
Alfred Gcal
View Google Calendar events in Alfred
Stars: ✭ 147 (-3.29%)
Mutual labels:  google-maps
Youtubeadsblacklist
A list of YouTube video ad domains. (Discontinued)
Stars: ✭ 136 (-10.53%)
Mutual labels:  youtube
Edx Dl
A simple tool to download video lectures from edx.org (and other openedx sites)
Stars: ✭ 1,769 (+1063.82%)
Mutual labels:  youtube
Youtube
Upload a video to a single YouTube channel with Laravel 5.
Stars: ✭ 143 (-5.92%)
Mutual labels:  youtube
Shark
Future Of Phishing With less delay
Stars: ✭ 150 (-1.32%)
Mutual labels:  youtube
Airmapview
A view abstraction to provide a map user interface with various underlying map providers
Stars: ✭ 1,824 (+1100%)
Mutual labels:  google-maps

Explore - Flutter/FireStore/Google-Map by Akash Divya

This is a Flutter App with Firebase's Cloud FireStore Database and Google Map. This app represents that Customizable Beautiful UI can be implemented with the Best Performance possible.

Banner Image

Things implemented in this App

This was my first Flutter App. My intentions were to implement as many things as I can so that I can learn those things. This App contains the implementation of the followings:

  • Firebase's Cloud FireStore
  • Firebase's Cloud Storage
  • Custom Firebase Text by Text Search
  • Official Google Map
  • BLoC Pattern/Architecture
  • StreamBuilder
  • StreamSubscription
  • Dynamic Theme
  • Internet Connectivity Status
  • Customizing Status Bar & Navigation Tab
  • PageView
  • Custom Icon & Splash Screen
  • Various Material Components

How to get this Repo and run it on your System

I kept the code as original as possible with prober Commented Guides for anyone to understand and implement. Still you need to follow these steps.

  • First get Flutter and all necessary SDK/Plugins installed. Full guide here Flutter: Get Started

  • Now create a new Flutter App, named as 'exploreapp' with AndroidX Compatibility.

    flutter create --androidx exploreapp
    
  • Now download this Repo

  • Extract the Repo into your newly created exploreapp and replace the required files.

  • Now go to Firebase and start a new project. Follow these guidelines here and paste the file google-services.json from there into your project. (We are doing this just for Android Platform)

    'yourDirectory'\exploreapp\android\app

  • Now Populate your FireStore Database like examples below:

    Firebase_Example_01 Firebase_Example_02 Firebase_Example_03 Firebase_Example_04

  • Now go to Google API and Enable Maps SDK for Android and get thi API Key.

  • Paste this API Key in the pecific area where I mentioned "Your Map API Key here" in AndroidManifest.xml file which can be found in _'yourDirectory'\exploreapp\android\app\src\main_ like written below:

    <application>
    ...
    <meta-data android:name="com.google.android.geo.API_KEY"
               android:value="Your Map API Key here"/>
    
  • Now you can Finally run VS-Code or Android Studio whichever you prefer and get the flutter packages and just run the App.

Download the APK

Check the apk files included in this Repo. Install them on your device to test it.

Download arm64 APK

Download armeabi APK

App Demonstration Video

Explore - Flutter App Showcase

Watch Video on Youtube

Local Assets & Json Data Variant

If you are wondering how you can do it with local assets and json data you can visit this Repo

About Me

I'm a veteran Designer/Animator with 10+ years of experience. I always hated the excuses Developers gave me when they fail to implement my Design. One day, when I found about Flutter I said no more & started learning it. This is my first App which I developed, and the design i took from dribbble Link and I also designed the parts which were not there.

My Links

Facebook

YouTube

Dribbble

Behance

Email: [email protected]

Now go out there and do what you Love.

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