Franz Silva

Results 7 comments of Franz Silva

I would place the code inside a try catch. so you can catch any errors returned. ``` javascript const Instagram = require('instagram-web-api'); const client = new Instagram({ username: 'XX', password:...

Hey Tim!, any specific demo you would like to see? i know there is this: https://github.com/timsneath/win32/blob/main/example/sysinfo.dart, but not sure if you wanted a more visual demo, or maybe something else?...

hi @gedw99 , Yes it is possible we will look into this and get back to you.

For some reason the Flutter pub command only returns values to get packages, test, and upgrade. the second pub returns all the pub commands like run, etc, etc

flutter pub -h ![image](https://user-images.githubusercontent.com/5158380/33610533-c8f8e79a-d999-11e7-826b-9f21c37eb919.png) flutter pub pub ![image](https://user-images.githubusercontent.com/5158380/33610583-e0a1576a-d999-11e7-9e59-b668de72507a.png)

Yes, but it returns with an error saying that run is not a subcommand of flutter pub ![image](https://user-images.githubusercontent.com/5158380/33632797-cbadc300-d9dc-11e7-857b-865aaf083613.png)