From 75556faf1f4c79bbe9d884266c5f2cdcda259cf8 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 9 Dec 2024 08:46:37 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156198a..5c21a97 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ FlutterSwift is designed to help you write your UI in Dart, and your business lo It consists of three components: * An idiomatic, [Codable](https://developer.apple.com/documentation/foundation/archives_and_serialization/encoding_and_decoding_custom_types), [asynchronous](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency/) Swift implementation of Flutter [platform channels](https://docs.flutter.dev/platform-integration/platform-channels) -* Wrappers to integrate with the Flutter embedding's runner +* Wrappers to integrate with the platform event loop and Flutter embedding's runner * On [eLinux](https://github.com/sony/flutter-embedded-linux), a pure Swift runner that hosts your application The end-goal is to allow Flutter to be used for the UI, and Swift the business logic, in a cross-platform manner. Currently supported targets are macOS, iOS, Android and eLinux.