Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 653 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 653 Bytes

overlay_ios

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

Screen recording of demo

Get Started

To add your SwiftUI code, open OverlaySwiftUIView.swift and add your widgets. Make sure to add corresponding keys to both OverlayFlutterViewController and main.dart.