This is a really really dumb workaround for a really really weird bug. If webview_flutter's plugin gets loaded AFTER wear_plus's plugin has been loaded then it will not work. And since flutter loads plugins in an alphabetical order, we can just rename wear_plus to zare_plus and have it's plugin load last.