Passing data in flutter back and fourth
I have my first screen that has some form fields. when clicking the button its creating an object from the form fields and adding it to a List. after adding couple of objects you can move to a review screen,…
I have my first screen that has some form fields. when clicking the button its creating an object from the form fields and adding it to a List. after adding couple of objects you can move to a review screen,…
I'm making an routine app but I'm having problems to render a list of cards in my app Flutter. The function that calls the api returns an json, ok, but my code appears to don't work with it. my api…
I want to declare a string which has a value of a color in a random widget... why it is not woorking?
I'm trying to create a Kanban application using Flutter to manage tasks and projects. I would like to know how to implement a Kanban board with columns such as "To Do", "In Progress", and "Done" and allow users to reorder…
I'm trying to create an interaction in React Native where the user can swipe through a stack of images. The images should animate so that on each swipe, the top card goes to the bottom of the stack, and every…
I recently added the Google Sign-In method to my Flutter project, and I've thoroughly checked all SHA-1 and SHA-256 keys. Everything seems to be working fine. However, when I publish my app on the Play Store, it doesn't work. I…
I am trying in flutter to make a bottom navigation bar appear in the whole app or in most of the app but I have not achieved it yet, I wonder if anyone has faced this problem, that is if…
I'm creating slide-out multilevel menu and I don't know how to make submenu slider the same level as the parent menu. When parent item located on second, third and other levels and I'm opening submenu - submenu appears on the…
I am creating my app using Flutter. However, I'm encountering difficulties with a particular implementation. I would like to create a page that floats up from the bottom when a specific button is pressed, similar to the image below. enter…
So I have my website and it seems to be working on my laptop(besides the media query) but I can't get it to work on mobile perfectly. How can I get it to work on mobile? Website link GitHub Code…