martyfuhry
martyfuhry
That is definitely a bug. The intended behavior is for the controls to show for the `hideControlsTimer` duration, but they are hiding immediately. I will fix that, thanks!
Rebased and working well on my end here! Ready for another round of review.
I just tested this against `main` and this branch has decidedly better swipe recognition. I'm not completely sure that this has solved the issue due to the difficulty in reproducing...
Closing because this is fixed in #7016
LGTM! I'm not at my desk so I didn't test it, but this looks great!
Fixed the merge conflicts, ready for review once more.
Should we update our dependencies here or in another PR?
I had to clean and rebuild, but it's working fine on my Android emulator. Impeller is in preview for Android now, so it's fun to try that out on a...
I generally prefer the module approach, where each module would have its own `pages/` directory. The `web` project in this repo doesn't have this structure, either. In any case, I'm...
> would it make sense to have pages named `about.page.dart` and things like models to have `user.model.dart`? That is how the server works and I think it is quite nice...