mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add a simple example based on the window and view managers. The skydb app can now handle apps that want to embed another view. Corrected a problem in unique module name generation. An otherwise unique module name could be shadowed by a parameter name (service_provider in ViewManagerService Embed). Appended a "$" suffix to module names to avoid the collision. BUG= R=eseidel@chromium.org Review URL: https://codereview.chromium.org/845103004