António

Results 4 comments of António

I think that there is a better way of checking http errors rather than include them here. There is the [http](https://pub.dev/packages/http) package that takes an http request, and then you...

> Is such a thing allowed now? > > ```dart > Future connect({String dbName, [String dbUserName, String dbPassword]}) {} > ``` > > ```dart > connect(dbName:"sample"); > connect(dbName:"sample", dbUserName:"username", dbPassword:"password");...

I created a pull request. Awaiting for approval on the OP's behalf. Here: #3.

Do you mind showing the way it is written on the file? And if the console shows any errors, include those too?