You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
An awesome social media and the best mobile app written with Dart & Flutter using Firebase as backend to try any tattoo
by verified artists in canada.
Installation steps
git clone https://github.com/Masleap-INC/flutter-mobile-app.git
flutter-mobile-app
flutter packages get
flutter run
Configuration
Create Project in Firebase.
* After creating Firebase Project:
- Enable Firestore Database.
- Add Email/Password, Google & Facebook auth provider into the Firebase Authentication.
- Enable Cloud Functions.
- Enable Storage
* Add your app in firebase Project settings and download the google-service.json file and follow the firebase guide.
For android place it in (projectRoot//android/app/google-services.json)
* Our app have Http request on firebase functions so we need serviceAccountKey.json.
Download it from Google Cloud Console and place it in (projectRoot//firebase/function/serviceAccountKey.json)
* Enable cloud messaging from firebase.
App Features
Authentication:
-----
* Signin or Signup with email & passwoord (Android and IOS)
* Sign in with google (Android and IOS)
* Sign in with facebook (Android and IOS)
* Password reset (Android and IOS)
* Apple sign in (Missing)
Feed:
---
* Two different type of feed layout.
* Stories.
* Posts.
* Like on post.
* Comment on post.
* View all comments on a post.
Search:
-----
* Search for artists.
* Follow or unfollow an artist or user.
* View artists profile.
* Search for different categories of stencils.
* Search for tags.
Create post or story:
-----
* Select photos from camera or gallery.
* Custom camera screen.
* Post creating screen.
* Story creating screen.
* Stencils creating screen.
* Tags selecting page.
* Tags user selecting page.
* Can mantion artists or users when creating post.
* Can tag artists or users when creating post.
Direct message:
-----
* Message other users.
* Group chat.
* Message request.
* Chat tab to pick user.
* Realtime messaging.
* Send text, image and gif.
* Like on message bubble.
Profile tab:
-----
* View current users profile.
* View artists address, post count, followers count, stencils count.
* View users post and bookmarks.
* Edit user profile. (profile pic, cover pic, name, username, bio and shopname).
* Copy user profile link.
* User Arvived post, deleted post, hidden post etc.
Artists profile page:
-----
* View artists profile.
* Folow and message user.
* View users post and stencils.
* Copy artists profile link.
Fcm push notification:
-----
* Push notifications For Comments on posts, Likes on post, New followers.
Dynamic Links:
-----
* Post link.
* User profile link.
Firebase Cloud Functions:
-----
* Node Express Api.
* Triggers for Post Upload, Update and Delete.
* Triggers on User follow, unfollow.
* Triggers on new Activity creation.
* Triggers on chat create. (More..)