flutter_sidekick icon indicating copy to clipboard operation
flutter_sidekick copied to clipboard

it

Open isxuelinme opened this issue 5 years ago • 2 comments

isxuelinme avatar Dec 09 '18 11:12 isxuelinme

hello it's can widget to other widget like HERO? thank you

isxuelinme avatar Dec 09 '18 11:12 isxuelinme

@isxuelinme Try to wrap your Sidekick into Hero widget like that:

Hero(
   tag: 'heroTag',
   child: Sidekick(
    ...
    )
)

emvaized avatar Mar 20 '20 14:03 emvaized