Added prompt and control widgets

- Updated iOS portion of project
- Always to default landscape
This commit is contained in:
Tony Bark 2021-05-28 04:59:28 -04:00
parent 90dafce466
commit 9e475f6a34
20 changed files with 328 additions and 7 deletions

View file

@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation
import path_provider_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
}