flutter-animation Questions

6

Solved

I can't fix this error RenderBox was not laid out: RenderPointerListener#2b92a relayoutBoundary=up9 NEEDS-PAINT NEEDS-COMPOSITING-BITS-UPDATE 'package:flutter/src/rendering/box.dart': Failed asser...

4

Solved

I want refresh my page without having a scrollable content, i.e. without having a ListView et al. When I want use RefreshIndicator, the documentation says it needs a scrollable widget like ListVie...
Roberson asked 12/7, 2019 at 2:27

6

Solved

I'm trying to make a list on my flutter app. But, Every time I scroll all the way to the top there is this animation showing up like this: https://i.stack.imgur.com/Z7mHh.jpg, https://i.stack.im...
Uncommonly asked 5/11, 2018 at 11:9

3

I want to achieve something like below (animation style doesn't matter, I'm looking for the way to do this) However, all resources and question only explain how to create item addition or removal ...
Snuff asked 28/12, 2019 at 15:44

2

Solved

I am using Animated List in flutter to load a list class, while adding or removing the items, the animation works but when the list is initially loaded, the animation does not work. Is there a way ...
Opinicus asked 18/7, 2019 at 17:56

3

Solved

I want to build a bottom sheet widget which is able to drag up to full screen. Can anyone tell me how to do this? Google map has a widget is able to do this. Here is the screenshot (check attach...
Boehmenist asked 19/11, 2018 at 17:10

8

Solved

I want to create a list of cards scrolling horizontally with snap to fit effect when swiped either from left or right. Each card has some spacing between them and fit to screen similar to below im...
Montpelier asked 31/7, 2018 at 7:11

2

Solved

I am new in flutter. I am try to pause animation of GIF image on click and resume animation on second click but i have not idea about how to implement that in flutter. I am using asset image for th...

2

Solved

I'm trying to achieve the $subject. When I do the swipe to the left side(movement is right -> left) animation happens properly and widget starts from the right side and stay. But when I do the s...
Withershins asked 7/7, 2020 at 6:45

3

Solved

I've created a .riv file with 3 state animations: start, processing, end, which are in "State machine". Rive team recently announced a new feature with dinamically changing animations, it...
Filamentary asked 13/4, 2021 at 12:47

2

Solved

I am trying to create a fade transition for pushing routes, for that created a custom route like class CustomPageRoute<T> extends MaterialPageRoute<T> { CustomPageRoute({WidgetBuilder...
Apogamy asked 25/3, 2019 at 14:8

5

I've been researching some list sorting libraries like flutter_list_drag_and_drop, reorderable_list, flutter_reorderable_list, dragable_flutter_list, and others, but all work with only one list. W...
Gorman asked 10/2, 2019 at 23:39

3

Solved

I am getting a "nullable expression" error. The problem is occurring in the following lines: left: isSideBarOpenedAsync.data ? 0 : 0, right: isSideBarOpenedAsync.data ? 0 : screenWidth - ...
Alabaster asked 28/5, 2021 at 13:52

3

I was recently trying to add in firebase fcm and it didn't work just caused several errors, so I rolled everything back to the original RUNNING code but upgraded flutter in the process...Since v1.3...
Migrant asked 17/7, 2019 at 12:31

2

Solved

I want to create a resizable container which can be resized by user using horizontal drag. This Gif can explain the requirement: I tried GestureDetector.horizontal drag but the results are way off...
Mussman asked 16/6, 2022 at 5:20

3

Solved

I am building a radio app. Like in Spotify, there is a bar with the current title and artist, the text should be in one line and in a given width. How can I let the text move from right to left and...
Poltroon asked 16/4, 2019 at 21:16

4

I use Provider to manage state in my Flutter demo. I want to animate my widget but it seems that AnimateController needs a sync parameter that comes from the state of a stateful widget. As far as...
Donnell asked 3/11, 2019 at 7:49

3

Is there a way in Flutter to animate the transition when the data of a Text element changes? I have a new Text(_value) element where _value changes based on a Slider position. Is there any way to ...
Highbred asked 6/8, 2018 at 11:27

3

Considering that Flutter uses its own graphics engine, is there a way to render Flutter animations directly to video, or create screenshots in a frame by frame fashion? One use case would be that...
Sussex asked 11/9, 2018 at 11:8

3

Solved

There is no Animated grid for Flutter So, what i am trying to achieve is scroll the gridview like orbit in flutter. Like below. Tried using TweenAnimationBuilder and flutter_staggered_animations: ^...
Uda asked 10/1, 2023 at 13:40

2

Solved

When I rotate the cube, 2 Sides of cubes are opaque while others are transparent. Output: Code: import 'dart:math'; import 'package:flutter/material.dart'; void main() => runApp(const MyApp());...
Olimpiaolin asked 9/11, 2022 at 4:20

6

I creating game with single and two players. for selection i want slide look so i have tried with switch method but its look very small. how to increase height and width of switch? is there any way...
Dispirited asked 29/9, 2018 at 13:45

3

Solved

Example Using the CupertinoPicker, I want it to animate into view below a textinput, using the AnimatedContainer, but when it becomes visible, I get an overflow warning. From what I've seen you ca...
Brahmi asked 24/5, 2019 at 19:5

3

I want to show pulse animated marker in google_maps_flutter. Is there any way to do like this(below) marker in Flutter? I am able to do like this(below): For easy to understand what I am a...

© 2022 - 2025 — McMap. All rights reserved.