Future<void> fetchAndSetProducts() async { final url = Uri.https('flutter-project-c43e5-default-rtdb.firebaseio.com', '/products.json?auth=$authToken'
here the partial code: return GestureDetector( onPanUpdate: (details) => debugPrint("scroll"), child: CanvasTouchDetector( builder: (context) =
So I have two files and I need to create an output file for them - my prof. wants me to use a while loop to process the first file and a for loop for the second
I'm making a hobby programming language and there's an issue with my lexer when its reading an integer. Here is the code for when the current character is in a
When I use a ShapeRenderer, it always comes out pixelated. But if I draw the shape in photoshop with the same dimensions, it's very smooth and clean-looking. M
I am writing a C++ program for finding the real root, x for a cubic equation 〖ax〗^3+〖bx〗^2+ cx+d=0 where a≠0 and b=0. Unfortu
I have these SQL queries and it's took about 0.275 sec to load the entire page. I think it can be faster with some method. I don't have any indexes on SQL table