Top "Flutter-animation" questions

Flutter animations that use tweens or physics-based animations.

Programmatically scrolling to the end of a ListView

I have a scrollable ListView where the number of items can change dynamically. Whenever a new item is added to …

flutter flutter-layout flutter-animation
Horizontally scrollable cards with Snap effect in flutter

I want to create a list of cards scrolling horizontally with snap to fit effect when swiped either from left …

dart flutter flutter-layout flutter-animation flutter-sliver
How to add asset image in app bar as an action icon in Flutter application?

Problem I am trying to add a logout image icon in appbar of flutter screen. I have created a asset …

android flutter flutter-layout flutter-dependencies flutter-animation
how to display animated gif in flutter?

I am trying to display gif in flutter. I am using the code Image(image : NetworkImage(message.image_url)) But …

flutter flutter-layout flutter-animation
LinearProgressIndicator Flutter Usage

I am learning Flutter allthought i dont know if it is right decition or not. Any way i want to …

android dart material-design flutter flutter-animation
Flutter Sortable Drag And Drop ListView

So I'm starting to learn Flutter and would like to use a material design drag and drop list just like …

listview drag-and-drop flutter flutter-animation
What is the alternative to RecyclerView in Flutter?

What is the alternative to Recycle view in flutter I have tried using this code but how to do Animination …

flutter flutter-layout flutter-animation
Refresh Flutter Text widget content every 5 minutes or periodically

I have a Flutter Text widget and its content is populated from an external REST call.I would like to …

dart flutter flutter-animation
Flutter - Animate change on height when child of container renders

I'm trying to recreate something like ExpansionTile but in a Card. When I click the card, its child renders and …

dart flutter flutter-animation
TextField with animated hint / label

I want to implement a form containing TextFields. Each field has a label / hint. I want the hint to animate …

flutter flutter-layout flutter-animation