Flutter-Blog-App icon indicating copy to clipboard operation
Flutter-Blog-App copied to clipboard

Enhancement: Adding animation to already present blogs/initial blogs

Open Saransh-cpp opened this issue 4 years ago • 4 comments

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.

Saransh-cpp avatar Feb 01 '21 15:02 Saransh-cpp

@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 avatar Feb 02 '21 05:02 himanshusharma89

@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.

Saransh-cpp avatar Feb 02 '21 08:02 Saransh-cpp

Shifting to Cloud Firestore can resolve the AnimatedList issue.

himanshusharma89 avatar Feb 02 '21 13:02 himanshusharma89

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

Saransh-cpp avatar Feb 02 '21 14:02 Saransh-cpp