Skip to main content

All Questions

-1 votes
1 answer
31 views

Image Slider is not moving with image grid index

I have a Image Slider in Clip react widget, and there is a grid view of images in the bottom of it,like gallery. But when i slide image it change its index in the grid section but when i tap on grid ...
Tayyab Zaman's user avatar
1 vote
2 answers
78 views

How to make a 2D adjustable model with sliders?

I am building an app in flutter where I need to make a 2D model that the user is able to transform using some sliders. I have been breaking my head trying to figure out the options. The idea is that ...
ItzamnaKhan's user avatar
1 vote
2 answers
912 views

Flutter positioned widget smooth slide

As the above picture shows i have 4 seprate areas with 4 seperate motion defined. For example: I want to slide the positioned widget in top left to bottom right diagonal if user begins sliding at the ...
kemalkaancetindag's user avatar
-2 votes
2 answers
668 views

How to achieve this horizontal grid in Flutter?

Is there any way to achieve this UI in flutter, images are calling by an API, Card sizes are fixed. This should be scroll horizontally same as this. My code is down below StaggeredGrid.count( ...
achinthaishane's user avatar
0 votes
2 answers
809 views

Transition from large to small image smooth animation - Flutter

I have a login-page where I want the transition of the logo from large to small (and back) to be smoother. As it is now, it just pops between the two. When the keyboard opens, I would like the logo to ...
Marius Sørensen's user avatar
0 votes
0 answers
166 views

My elevated button in flutter is not working, I can see it in the screen but does not react to the on Pressed function

The button is intended to delete/dispose a voice message when you are recording a message and you lock the record but does not answer to onPressed function. This is the code Widget timerLocked() { ...
Daniel Alazraki's user avatar
0 votes
2 answers
308 views

how to build horizontal list view with 1 item visible to select language ( can be controlled with buttons )

i want to create smth like this with flutter to select language. I tried looking for carousel and listviews but nothing. is there any ready package or should i implement it myself. If so how can I do ...
zied kanoun's user avatar
2 votes
1 answer
566 views

Is there a way to pop up and dismiss screen like this in flutter?

I am familiar with how to do this in Swift, but is there a way to achieve the same result in Flutter? The screen should "popup" from the bottom and could be dismissed by swiping down.
jojohn's user avatar
  • 21
2 votes
0 answers
409 views

How do I minimize the size of a Flutter Web Release?

My web folder after building my Flutter Web app comes to 15.4MB which isn't too bad, but I might as well optimize. I was wondering if anybody has any tips outside the obvious(removing unnecessary ...
Rajan Paudel's user avatar
1 vote
1 answer
493 views

How can I update the style of an element inside a list dynamically in Flutter?

I am making a Fast Reading exercise app with flutter. I tried run foreach loop on my list to update TextSpans opacity but it didn't work. After that, I tried to replace the element with a new TextSpan ...
kemalkaancetindag's user avatar
1 vote
1 answer
769 views

PageView and AnimateToPage - How to dynamically animate to Page to the scrolled position in Flutter

I have cards which are getting scrolled successfully through a Page Controller and animate to Page. Now my issue is that even though it is iterated correctly, if I scroll myself to the right or left ...
shahbaz's user avatar
  • 145
0 votes
1 answer
511 views

How to go back multiple pages in one back press with page_transition in flutter

I am new to flutter development and facing the below issue: I have a stack of screens in my flutter application as follows, Take Test -> Rules -> Question Set -> Review Answers -> Success ...
Omkar Bhave's user avatar
0 votes
0 answers
148 views

flutter gif, only play when commanded

Is there a way to grab a gif from image.network on flutter and have it activated when we click on a button? for example body: Stack( children: [ Container( child: Image.network( ...
jlemosmusi's user avatar
0 votes
1 answer
821 views

Adding title above SliverGrid, flutter

I need to add the title above the silvergridview, also as grid goes along down I need another title how can i achieve that Code that i have: import 'package:flutter/material.dart'; import 'package:...
devi's user avatar
  • 1
0 votes
1 answer
1k views

Flutter Animation Is Not Working Correctly

I am trying to make height animation for Container in bottomSheet. After a swipe up a Container must change its height. After I swipe up the panel, I call the method dragPanelUp() which changes the ...
Valentyna P's user avatar

15 30 50 per page