google_map_location_picker icon indicating copy to clipboard operation
google_map_location_picker copied to clipboard

Move the lib configuration to InheritedWidget or proivder

Open humazed opened this issue 6 years ago • 0 comments

The lib configuration is passed by the constructor down the widget tree 5 times at least which makes adding a new flag a tedious task.

for examples see

https://github.com/humazed/flutter_toolbox/blob/master/lib/src/config/toolbox_config.dart https://github.com/OpenFlutter/flutter_oktoast/blob/master/lib/src/widget/theme.dart

humazed avatar Jan 04 '20 01:01 humazed