Sáng Nguyen

Results 7 comments of Sáng Nguyen

hi,, I'm working on this

> @samderlust are you still working on this? @denopink Hi, sorry no, I'm not working on this one right now. I remembered back then I read some documents that mentioned...

@maios THanks, I'll give it a try soon

@rrousselGit ``` final getProvider = FutureProvider( (ref) async { // get remote data return ''; } ); //in other function somewhere esle void updatedata()async{ // await update data ref.invalidate(getProvider) }...

yeah some time the request sent too fast and server still cache I think. ``` //in other function somewhere esle void updatedata()async{ await Future.delayed(const Duration(seconds: 1)); ref.invalidate(getProvider) } ``` This...

I tried to pick multiple files but only the first file get uploaded. the rest are ignored by the webview

I'm having the same issue with iOS devices connected > [+8059 ms] Service protocol connection closed. [ +2 ms] Lost connection to device. [ +11 ms] DevFS: Deleting filesystem on...