Md. Yeasin Sheikh
Md. Yeasin Sheikh
anyUpdate on scroll issue ? or aything else works for web? i tried something like [ this : StackOverflow ](https://stackoverflow.com/questions/68300558/mouse-scroll-stuck-while-cursor-is-on-top-of-youtube-player-iframe)
I used thumbnails on list and played video on dialog 😅. You can check [this](https://github.com/yeasin50/lisa_fischer/blob/master/lib/widgets/widget.ytVideoWrapperForScrollIssue.dart#L11)
If you have created `sms.dart` then you may change from `part 'todo.g.dart';` >> `part 'sms.g.dart';` and change the id dataType ```dart import 'package:isar/isar.dart'; part 'sms.g.dart';//depends on fileName @Collection() class Todo...
I am missing assets files, so can't move ahead with current state. I think you can close it. A better case will be adding assets and testing the rest of...
CarouselView has built-int onTap which is a Inkwell and the GestureDetector tap event get skipped by this. ```dart return CarouselView( itemExtent: 325, itemSnapping: true, onTap: (int index) { // },...
LGTM, also we can lift up this null checker.