flutter_device_preview
flutter_device_preview copied to clipboard
Fix #45 Multiple widgets used the same GlobalKey.
Give a new key at each rebuild, so won't end up with duplicated keys.
This change appears obsolete now.