Results 5 issues of tovidd

Error when LaunchReview.launch on notification clicked. Occured on both background & foreground push notifications. launch_review: ^3.0.1 Flutter 2.8.1 ``` E/MethodChannel#launch_review(17220): Failed to handle method call E/MethodChannel#launch_review(17220): java.lang.NullPointerException: Attempt to invoke...

I expect can see different image between current image and neighbor image. Current behavior is carousel show current image at neighbor image, after some delay it blink and replace with...

I expect image not changing index when dragging hasn't finished, it must wait after drag is finish. https://github.com/serenader2014/flutter_carousel_slider/assets/38039123/dc9e8134-388e-433c-af38-6445dd048294 carousel_slider: ^4.2.1 flutter v3.13.3 (stable)

Get following error after submit the name. ``` E/flutter (18800): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: RPCError: got code -32700 with msg "Invalid signature v value". E/flutter (18800): #0 JsonRPC.call (package:web3dart/json_rpc.dart:64:7) E/flutter (18800):...

i have deeplink handling in my flutter apps, when i click on siri suggestion, i automaticly enter my deeplink with url= null `stream.receiveBroadcastStream().listen((url) { // result url= null});` i expect...