when i try to log in/register in my app, I'm getting this error : this is the code from user_data.dart file : import 'package:firebase_auth/firebase_auth.dart'
I wanted to style a seek bar which looks like the one in the image below. By using default seekbar I will get something like this: So what I need is to on
I have multiple csv files stored in gcs, I want to load them to bigquery using cloud run. The problem I don't know the schema and the schema is variable always
I created a layout module 7m (layouts). Each layout has about 15-20 fields (including eating and one repeater with fields). There comes a moment when I can not
public class Solution { public static void main(String args[]) Scanner sc=new Scanner(System.in); for(int i=0;i<5;i++){ int
I am working with Git repositories in the following way: I have the master repository and several remotes on the different production machines. I am pushing t
I have a project in react native in which I wanted to implement a feature. I have three screens slash screen login screen home screen the slash screens last 1 s
The code below copies twice the entire cell from last row for each category(A,B,C,D...). Now how to insert custom text for column E and P (Green column)? So th
Vector public struct Vector3 { public float x; public float y; public float z; } public static void rcsmode() { Vector3 vPunch;