All Projects → Aanu1995 → Pure

Aanu1995 / Pure

Licence: MIT license
Pure is a free social networking App. it is simple, reliable and it makes it easy to keep in touch with your friends and family. Pure works across mobile devices even on slow internet connections.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Pure

Flutter twitter clone
Fully functional Twitter clone built in flutter framework using Firebase realtime database and storage
Stars: ✭ 1,123 (+3910.71%)
Mutual labels:  social, firebase-auth, firebase-storage
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+11717.86%)
Mutual labels:  push-notifications, firebase-auth, firebase-storage
BooksApp
Book selling application with MVVM (Model, View, ViewModel), LiveData, DataBinding, Retrofit, Room Database, Navigation Component(NavGraph, BottomNav), ViewPager2 in TabLayout, SearchView, Vertical Adapter(BestSellers) and Horizontal Adapter(All Books) with ConcatAdapter for Main Screen, Firebase Auth, SearchView in Adapter, Picasso, Lottie, Ani…
Stars: ✭ 53 (+89.29%)
Mutual labels:  firebase-auth, firebase-storage
Thenetwork Open
TheNetwork is a blog cum chat app. It's completely built using firebase. Users can post, comment, like and bookmark the blogs, also users can send follow requests to connect with people. Users can create events and also prepare an event roadmap. Pagination for realtime data is also included in chats, blogs and events.
Stars: ✭ 17 (-39.29%)
Mutual labels:  push-notifications, firebase-storage
Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (+60.71%)
Mutual labels:  algolia, firebase-auth
Tailor made
✄ Managing a Fashion designer's daily routine.
Stars: ✭ 219 (+682.14%)
Mutual labels:  firebase-auth, firebase-storage
Books jetpack
A sample application to demonstrate how to use Jetpack Architecture Components in an Android Application following the Clean Architecture concepts.
Stars: ✭ 241 (+760.71%)
Mutual labels:  firebase-auth, firebase-storage
rowy
Open-source Airtable-like experience for your database (Firestore) with GCP's scalability. Build any automation or cloud functions for your product. ⚡️✨
Stars: ✭ 2,676 (+9457.14%)
Mutual labels:  algolia, cloud-functions
React Native Firebase Chat
React Native chat application using firebase.
Stars: ✭ 113 (+303.57%)
Mutual labels:  firebase-auth, firebase-storage
Chatify
A Chat Application in Flutter using Firebase. Integrated Agora Video Call SDK to communicate over video call
Stars: ✭ 76 (+171.43%)
Mutual labels:  firebase-auth, firebase-storage
uMe
Online Chatting Application (Android) || Messaging App || Firebase
Stars: ✭ 138 (+392.86%)
Mutual labels:  firebase-auth, firebase-storage
Firecdn
The Low Latency CDN Powered by Firebase
Stars: ✭ 20 (-28.57%)
Mutual labels:  firebase-auth, firebase-storage
React Firebase Hooks
React Hooks for Firebase.
Stars: ✭ 2,227 (+7853.57%)
Mutual labels:  firebase-auth, firebase-storage
Quickstart Cpp
Firebase Quickstart Samples for C++
Stars: ✭ 123 (+339.29%)
Mutual labels:  firebase-auth, firebase-storage
Angularfire Lite
⚡️ Lightweight library to use Firebase API 🔥 with Angular
Stars: ✭ 245 (+775%)
Mutual labels:  firebase-auth, firebase-storage
Firebase Php
Unofficial Firebase Admin SDK for PHP
Stars: ✭ 1,657 (+5817.86%)
Mutual labels:  firebase-auth, firebase-storage
Firebase As3
Integrate Firebase Auth, Realtime Database and Storage in your Adobe AIR projects.
Stars: ✭ 55 (+96.43%)
Mutual labels:  firebase-auth, firebase-storage
Firebaserealtimechat
Sample real-time chat application using Firebase
Stars: ✭ 60 (+114.29%)
Mutual labels:  firebase-auth, firebase-storage
Chatter
Real time chat app written in Swift 4 using Firebase
Stars: ✭ 30 (+7.14%)
Mutual labels:  firebase-auth, firebase-storage
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (+35.71%)
Mutual labels:  firebase-auth, firebase-storage

Pure

Pure is a Social Network Messenger app developed using Flutter.

build Actions Status License: MIT Codemagic build status

Generated by the Very Good CLI 🤖

Tech Stack

Dependencies

  • flutter_bloc (State Management)
  • dio
  • algolia
  • cloud_firestore
  • firebase_auth
  • firebase_storage
  • firebase_messaging
  • go_router

Mobile

Screenshot 2021-12-05 at 8 31 19 AM Screenshot 2022-01-01 at 4 03 32 AM Screenshot 2021-12-05 at 8 31 29 AM Screenshot 2022-01-01 at 4 34 32 AM Screenshot 2022-01-01 at 4 34 32 AM Screenshot 2021-12-05 at 8 31 44 AM Screenshot 2022-01-01 at 4 34 32 AM Screenshot 2022-01-01 at 4 06 13 AM

Screenshot 2021-12-05 at 8 15 15 AM Screenshot 2021-12-05 at 8 29 29 AM Screenshot 2021-12-05 at 8 29 50 AM Screenshot 2021-12-05 at 8 30 51 AM Screenshot 2021-12-05 at 8 18 58 AM Screenshot 2021-12-05 at 8 20 11 AM Screenshot 2021-12-05 at 8 15 55 AM

Ipad

Screenshot 2021-12-24 at 8 31 19 AM Screenshot 2021-12-24 at 8 31 19 AM

Screenshot 2021-12-24 at 8 31 19 AM Screenshot 2021-12-24 at 8 31 19 AM

Getting Started 🚀

This project contains 3 flavors:

  • development
  • staging
  • production

To run the desired flavor either use the launch configuration in VSCode/Android Studio or use the following commands:

# Development
$ flutter run --flavor development --target lib/main_development.dart

# Staging
$ flutter run --flavor staging --target lib/main_staging.dart

# Production
$ flutter run --flavor production --target lib/main_production.dart

*Pure works on iOS and Android. Support for Web will follow when stable version is released.


Running Tests 🧪

To run all unit and widget tests use the following command:

$ flutter test --coverage --test-randomize-ordering-seed random

To view the generated coverage report you can use lcov.

# Generate Coverage Report
$ genhtml coverage/lcov.info -o coverage/

# Open Coverage Report
$ open coverage/index.html
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].