Zachary Claret-Scott

Results 25 comments of Zachary Claret-Scott

I found this comment elsewhere which suggests this is a conflict between Apples reachability class - https://github.com/pusher/pusher-websocket-swift/issues/235#issuecomment-545833987

Hi, I wanted to add some more information to this, since I still seem to be experiencing it but only in a simulator, on a real device the plugin works...

@charafau I will clarafy what I mean by crash, the app doesnt close, it throws the exepction into debug and then the app is unresponsive to me, but it wont...

This works perfectly and should be merged in with a new build on the pub store. Anybody who needs it before then can add to dependency_overrides in their pubspec.yaml ```...

Anybody who needs it before then can add to dependency_overrides in their pubspec.yaml ``` dependency_overrides: calendar_views: #https://github.com/zenled/calendar_views/pull/28 The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext' git: https://github.com/m8iog/calendar_views.git ```

This does not work, #28 should be merged instead

This can be fixed by moving the `Excel.decodeBytes(_bytes)` call to another thread, flutter will handle this using isolates. The easiest and quickest way to do this is to make a...

@MalikSamiAwan sorry, I missed the `file.readAsBytes()` from my example. I have updated the full example above to include it.