python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
problem occurred evaluating root project 'android'. > problem occurred configuring project ':app'.Cannot invoke method afterEvaluate() on null object
Plugin project :firebase_core_web not found. Please update settings.gradle.
Plugin project :firebase_auth_web not found. Please update settings.gradle.
FAILURE: Build failed with an exception.
Where:...
Abdenour Hachrouf
Votes: 0
Answers: 0
Flutter: How to implement State Management onPressed
I have no idea how to change the state of my grid view when a button is clicked can someone help me with this?
So, I have this textButton that should change the state of my grid view when clicked but ...
Saheed
Votes: 0
Answers: 1
GridView.builder // Items are overflowing
Problem: I want to use widget in my gridview builder, but the items in the grid keep overflowing.
Image (Code below):
Code:
This is the GriView.builder:
return Expanded(
child: GridView.builder(
...
Joe
Votes: 0
Answers: 2
Gridview.Builder // crossAxisSpacing doesn't work as expected
tldr; gridview is spaced out. confused myself trying to make it tight. need help.
The problem: I'm using GridView.builder to display some thumbnails. The problem is that they are being spaced out even...
Joe
Votes: 0
Answers: 0