himanshusharma89 / Flutter-Blog-App

Blog App, an anonymous blog creation application. Created using Flutter Framework and utilizing Firebase backend
Creative Commons Zero v1.0 Universal
81 stars 60 forks source link

Enhancement: Adding animation to already present blogs/initial blogs #67

Open Saransh-cpp opened 3 years ago

Saransh-cpp commented 3 years ago

The already written blogs right now simply pop up on the screen after loading with no animation. I was trying to implement some sort of animation to these initially present blogs but did not succeed with the FirebaseAnimatedList widget. If anyone has any ideas or some sources/docs with such features already implemented, feel free to suggest to me or to work on it yourself.

himanshusharma89 commented 3 years ago

@Saransh-cpp What type of animations are you thinking of? A gif indicator before loading up of the article?

And I was thinking of shifting from Realtime Database to Cloud Firestore

Saransh-cpp commented 3 years ago

@himanshusharma89 I was actually thinking something like when the user enters the home page, the blogs slide from left to right, from side of the screen to the centre one by one. I found some implementations using AnimatedList but non with FirebaseAnimatedList. I tried using the AnimatedList implementation here but it won't work.

And yes, switching to firestore is a great choice, I have tried it and I am still learning.

himanshusharma89 commented 3 years ago

Shifting to Cloud Firestore can resolve the AnimatedList issue.

Saransh-cpp commented 3 years ago

Oh, okay I'll be here to implement that and help with other stuff:)!