cupertino-plus / cupertino_plus

A collection of pixel-perfect iOS-styled components and properties for Flutter, following the official guidelines.
MIT License
29 stars 1 forks source link

feat: create native ios component gallery #2

Open jeroen-meijer opened 2 years ago

jeroen-meijer commented 2 years ago

Task name

Create a native iOS component gallery.

Description

In order to properly be able to gather what components we want to build with a good degree of accuracy, it would be extremely helpful to have a native iOS component library gallery.

We can use this app's contents (both the code as well as the visual aspect in runtime) as reference material when creating new iOS components in Flutter.

Other comments

We probably need an iOS dev to help us here. In the meantime, I can experiment with learning some SwiftUI and see how far we can get. 👀

jeroen-meijer commented 2 years ago

Well, SwiftUI turns out to not super be my thing, but I made at least a start with 8cfb723 😄