google_map_location_picker
google_map_location_picker copied to clipboard
Move the lib configuration to InheritedWidget or proivder
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