I want pass data from normal screen "material" to another screen "pdf/widgets.dart'as pw"
but i can't using provider so If there's another way, please tell me.
I found the StateMangment solution from provider to Get that because the BuildContext provider and pdf Widget have context that doesn't match
But wen using Get I not neet context so this is the solution
I want pass data from normal screen "material" to another screen "pdf/widgets.dart'as pw" but i can't using provider so If there's another way, please tell me.