Fulcrum
Recently I started creating a lot of prototypes of various SwiftUI applications. When I was working on those, I always faced two issues. The first one was theming. I lacked a coherent color palette, fonts, margins, paddings, etc.
The second issue was about helpers and utils. I always create those, and later when I need them, I have to find and copy them between projects..
This week, I decided to solve those problems, and I created Fulcrum.
Fulcrum is a utility SwiftUI framework to speed up application development. It features:
- Color palette based on Tailwind CSS.
- Color utils and helpers.
- Predefined font sizes.
- Predefined spacings for margins and paddings
- View Modifiers
- Various View extensions.
- Debug utils.
Now, I have everything in one place, and all I have to do is to add a Swift package to my project. You can check it out on my GitHub: