Flutter – null recetion, always get null
i thing you are well, please can you help me, i try to get data from in my first page in flutter , i get data well, but when i want to get name from on this data, i always…
i thing you are well, please can you help me, i try to get data from in my first page in flutter , i get data well, but when i want to get name from on this data, i always…
how can I make this type of animation to toggle between listview and gridview in flutter. here is my code I am using the hero animation but its now working. there a custom switch to toggle between both the values…
My code as of now: class RoundedRectanglePainter extends CustomPainter { final Color strokeColorGradientStart; final Color strokeColorGradientEnd; final double strokeWidth; final double borderRadius; final Color fillColorGradientStart; final Color fillColorGradientEnd; final Animation<double> animation; RoundedRectanglePainter({ required this.strokeColorGradientStart, required this.strokeColorGradientEnd, required this.strokeWidth, required this.borderRadius,…
I am new to flutter and wanted to build some widgets to practise. I am trying to develop this search field from Zomato app which has some animation. I have completed UI but I am not able to implement the…
I am using to run the E-Commerce shopping app template from here: https://github.com/abuanwar072/E-commerce-Complete-Flutter-UI I used flutter 3.24.0 but got so much errors. Seems the errors were from the flutter package. How to solve this? I've tried flutter 3.22.3 also but…
Hello everyone, hoping you are ok, i need your help, i get this error There are multiple heroes that share the same tag within a subtree every time i navigate to another page being on MyIdemDetailsScreen I call my appbar,…
I was building an app and decided to make it open with a splash screen animation. The animation came out perfect, the problems comes after the animation. The way things jump into place make the app look staticky. I'd like…
i am trying to create similar squircle box on flutter like css but no option to change top-center, botom-center, left-center and right-center border. is there any workaround to do so. no option to achieve similar results. import 'package:flutter/material.dart'; class frostedGlassBox…
I want to implement here this type of view in flutter.
How to create a gridlayout and buttons using dart in flutter ? gridlayout and buttons using dart. is the below code correct ? To create a GridLayout and buttons in Flutter using Dart, you can follow these steps: Import the…