A Flutter SwiftUI overlay, for testing purposes.
- Shows SwiftUI overlay on top of Flutter application
- Shows sliders for offsets and alpha
- Shows dropdown menu for different widgets
- Displays flutter widget when dropdown is clicked
- Lets you add widgets in a dictionary style
- Refactored and unified code
To add your SwiftUI code, open OverlaySwiftUIView.swift
and add your widgets.
Make sure to add corresponding keys to both OverlayFlutterViewController
and main.dart
.