Code Monkey home page Code Monkey logo

fluttersocial's Introduction

Flutter Social

Complete mobile social media app like Twitter, Instagram or Facebook ! Using Flutter and FireStore

splash upload search postfields feed

fluttersocial's People

Contributors

amorem avatar codeartistryio avatar reedbarger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

fluttersocial's Issues

Authstate listener causes bottom bar to not navigate to other pages

I tried an auth state listener so that the app does not have to go to the google sign in page everytime i open the app. So i added this bit of code:

@OverRide
Widget build(BuildContext context) {
return StreamBuilder(
stream: FirebaseAuth.instance.onAuthStateChanged,
builder: (context, snapshot) {
if (snapshot.connectionState == ConnectionState.active) {
FirebaseUser user = snapshot.data;
if (user == null) {
return buildAuthPage();
}
return buildUnAuthPage();
} else {
return Scaffold(
body: Center(
child: CircularProgressIndicator(),
),
);
}
},
);
}

But the problem is that everytime i click on ant item in the bottom bar it keeps bringing me back to the timeline page. I cant go to the other pages by clikcing on items in the bottom bar. Please help,i have been stuck for 2 weeks now with no solution(newb problems)

Cannt get posts from my followers

Hi there,
The app is now running well,i can upload photos and add followers. But i cannot be able to see posts from people i am following in the timeline,i can only see my own posts. I want to get your opinion before getting in the code and trying to alter it to show posts from my followers.
Hoping to hear from you.

Cheers!

Cannot upload a post

Hi there,i am new to flutter and have cloned this app in order to learn a few things and maybe move my other apps to flutter. Everything works fine but i am unable to upload a post.
The progress bar just keeps going and going and there is no entry on firestore either. KIndly assist me with a remedy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.