Open Saransh-cpp opened 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
@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.
Shifting to Cloud Firestore can resolve the AnimatedList issue.
Oh, okay I'll be here to implement that and help with other stuff:)!
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.