hamaluik / timecop

A time tracking app that respects your privacy and the gets the job done without being fancy.
https://timecop.app/
Apache License 2.0
796 stars 149 forks source link

Scrollable.of() Error #109

Closed Naveenchand06 closed 1 year ago

Naveenchand06 commented 1 year ago

When I run the app for the first time from the master branch. I'm getting an error saying Scrollable.of() was called with a context that does not contain a Scrollable widget WhatsApp Image 2023-03-13 at 10 32 35 PM

12people commented 1 year ago

@Naveenchand06 Seems to be a problem with the latest Flutter release (3.7) — https://github.com/flutter/flutter/issues/115705

Specifically with the Slidable and TypeAheadField classes.

I might look into it later, when I find some time. Of course, feel free to debug this yourself and submit a pull request.

12people commented 1 year ago

Apparently, it has been fixed in flutter_typeahead's latest version, but flutter_slidable is still waiting for a fix.