python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
flutter icon as background with overflow
I'm trying to recreate the weather app design from this link UI design. However i'm stuck at creating the huge Icon that is overflowing in the background. I tried to use a stack and add an Icon widget...
nourdin
Votes: 0
Answers: 4
Flutter Have a loading icon on the fetched data instead of a whole Circular Progress Indicator screen
I have a screen witch is a login screen, and after the login screen, at the other screen data is going to be fetched. In the future builder i return a Circular Progress Indicator at the end witch whil...
LearnFlutter
Votes: 0
Answers: 1
flutter onboarding - how to keep "proportions"?
I created onboarding in my flutter app:
This is my data model:
class Data {
final String image;
final String title;
final String desc;
Data(this.image, this.title, this.desc); }
final List<D...

FetFrumos
Votes: 0
Answers: 1
Flutter change slider thumb to image
I want to create something like this.
I have managed to create it but anytime I start the app, I get LateInitializationError which says LateInitializationError: Field 'customImage' has not been initi...
Collins Tenge
Votes: 0
Answers: 2