Francesco Bussolino

Results 46 comments of Francesco Bussolino

Yes, in order to use the Sign In With Apple feature you must have an Apple Developer Membership.

same, seems this function is not implemented on web

Found the problem. Currently the _onRetry function is a void Function, wheras it should be a Future function in order to accept future functions as well. This ```dart final void...

If it can be of any use for the implementation of some behaviors, the gif was taken from https://pub.dev/packages/drag_and_drop_lists

You could just build your expansion tiles like this: ```dart AnimatedSize( duration: _collapseAnimationDuration, //e.g. const Duration(milliseconds: 250) this should be the same duration as SliverAnimatedTree.duration alignment: Alignment.topCenter, child: Column( children:...

Same, even if permissions are already granted, every time the scanner is opened onDetect gets called. Happens on web only, not on android or iOS.