flutter_load_widget
flutter_load_widget copied to clipboard
Related to https://github.com/CaiJingLong/flutter_load_widget/issues/7
` [38;5;248m════════ Exception caught by widgets library ═══════════════════════════════════[39;49m [38;5;244mThe following assertion was thrown while finalizing the widget tree:[39;49m Duplicate GlobalKey detected in widget tree. [38;5;244mThe following GlobalKey was specified multiple...
I have updated these things for my production app. so I have push changes over here.
Including provider this way: ``` MaterialApp( builder: (context, widget) { return LoadingProvider( child: widget, ); }, ); ``` throws away entire widget tree inside LoadingProvider if anything above changes, for...
A way to prevent rebuild child widget when combined with Flutter Redux.