Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward authored Dec 8, 2024
1 parent 4148089 commit 75556fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 75556fa

Please sign in to comment.