Toufeeq Ahamed
Toufeeq Ahamed
``` Listener( onPointerMove: (moveEvent) { if (moveEvent.delta.dx > 0) { print(moveEvent.delta.dx); print("swipe right"); _controller.previous(); } else if (moveEvent.delta.dx < 0) { _controller.next(); } }, child: Swiper(), This will solve
Hey @marcossevilla, thanks for highlighting on Java Package naming conventions, the guidlines defined accept identifiers with 2 parts. The `.` would be very much helpful when you have the project...
> I think if you have google.com as org_name it would miss the project_name, like `com.google.gmail` for example. What if the org_name is your project name, as in `google.com` being...
Hey @marcossevilla , thanks for working on POC, I strongly agree with going ahead with the first approach defined as this is also the case with `flutter create` Would like...
Hey @balag59 can you please share the v2 of the dataset you obtained. It would be very much helpful. Thanks.
If #55 by @dustin-graham is merged then, this could be done at Flutter side, no need to worry on the Native Part