DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.41k stars 629 forks source link

How I can using state mangment as provider #1188

Closed Dev-MuradAbed closed 2 years ago

Dev-MuradAbed commented 2 years ago

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.

Dev-MuradAbed commented 2 years ago

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