Skip to content
Matt Carroll edited this page Oct 2, 2023 · 16 revisions

The swift_ui package is a clone of Swift UI user experiences in Flutter.

Swift UI paradigm in Flutter

The swift_ui package aims to provide APIs that look and behave in a similar fashion to those in Swift UI. However, this package also aims to honor traditional, proven, and effective Flutter paradigms, where appropriate. This section describes how the swift_ui package approaches these areas of conflict.

Unique Swift UI behaviors in Flutter

Swift UI includes some behaviors that don't typically exist in Flutter code. This section describes such behaviors and how they might be implemented in Flutter.

Clone this wiki locally