Sunnatillo Shavkatov

Results 2 comments of Sunnatillo Shavkatov

HomeWidget.initiallyLaunchedFromHomeWidget().then(_launchedFromWidget); HomeWidget.widgetClicked.forEach(_launchedFromWidget); HomeWidget.registerInteractivityCallback(backgroundCallback); // Called when Doing Background Work initiated from Widget Future backgroundCallback(Uri? uri) async { _launchedFromWidget(uri); }

I’ve fixed the issue in the [flutter_pinput](https://pub.dev/packages/flutter_pinput) (v ^1.0.2) package. Tagging @justplayd and @KonstantinDubrouski so you’re aware of the update.