normidar

Results 16 comments of normidar

MIT协议,谁拉个分支继续干? 最近flutter又火起来了。

![the image](https://s1.ax1x.com/2020/08/22/dU9WZ9.jpg)

> Can you open a connection and run `SELECT 1;` on it? when I run `SELECT 1;`, it is no error. And when I unclose the database link it is...

> At one point you are closing the connection. Could you please share how you are using calling it? my code is: ``` ..... var sql = 'DELETE FROM $table...

is it can not close after the drop and the delete? when I close after the drop it has an error too.

> Do you do anything else between opening the connection and querying it? Please provide full example (without the connection string). ``` LinkSets card = LinkSets( 'raja.db.elephantsql.com', '5432', 'wabjtpfp', 'Q5q05nP9mcDUY9V3bWidtwegWxU9IO_J',...

@AlexMainaMunyua Thank you for write the hint on here, it is very helpful!

I find the solution for me, in my case: clientId: 'com.googleusercontent.apps.12234567843-asdffjgh3735dhywbhdtsb6' redirectUri: 'com.googleusercontent.apps.12234567843-asdffjgh3735dhywbhdtsb6:/' Im using: - macOS to build macOS desktop application - GoogleOAuth2Client - OAuth2Helper.authorizationCode good luck 👍 🍀...

I have the same issue here(using macOS M1): I can not fix it after these : - flutter clean - install firebase-tools latest version - upgrade flutter & dart -...

I checked the `flutterfire_cli` code, I think the problem is my `google-services.json` file, I redownloaded it and fixed this error. see: https://github.com/invertase/flutterfire_cli/blob/ed3b8f2c1f6ee4617742320856837b42f26cce05/packages/flutterfire_cli/lib/src/firebase/firebase_android_gradle_plugins.dart#L67