Flutter-Bounty-Hunters / swift_ui

Flutter port of Swift UI
MIT License
63 stars 4 forks source link

Update to SwiftUI gallery app examples to match Text typography spec #15

Closed suragch closed 8 months ago

suragch commented 8 months ago

This PR completely replaces the old typography UI examples. The examples now are the ones I used to make all of the screenshots in the Text typography spec.

What we merged before was my initial attempt at demonstrating the range of typography in the Text view before I had written the spec. It also included your typography code examples. However, when I wrote the typography spec, I realized the old examples were disorganized, missing details, and contained duplication. This PR replaces the old examples with the new ones that match the spec.

(This is a replacement for PR #11 after not being able to figure out how rebasing works.)