awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kitasuke avatar

kitasuke/SwiftUI-MVVM

0
View on GitHub↗
807 stars·78 forks·Swift·MIT·10 views

SwiftUI MVVM

One of the biggest idea for having MVVM is that most of data flow can be testable. Data binding in view layer by SwiftUI is awesome. However, this project has view model layer to make it testable as much as possible. This idea can be achieved by Flux or Redux as well, but I chose MVVM first…

Features

  • Architecture and State Management - MVVM architecture sample using Combine.
  • Open Source Applications - Example app demonstrating the MVVM architectural pattern.

Star history

Star history chart for kitasuke/swiftui-mvvmStar history chart for kitasuke/swiftui-mvvm

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with SwiftUI MVVM

These projects share indexed features with SwiftUI MVVM. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • aaronoe/fluttercinematicaaronoe avatar

    aaronoe/FlutterCinematic

    901View on GitHub↗

    Flutter clone of my "Cinematic" App

    Dart
    View on GitHub↗901
  • afollestad/photo-affixafollestad avatar

    afollestad/photo-affix

    1,012View on GitHub↗

    📷 Stitch your photos together vertically or horizontally easily!

    Kotlinandroidcollageimages
    View on GitHub↗1,012
  • aleksanderwozniak/deeraleksanderwozniak avatar

    aleksanderwozniak/deer

    460View on GitHub↗

    Minimalist Flutter Todo App, built using BLoC pattern

    Dart
    View on GitHub↗460
  • 2d-inc/historyofeverything2d-inc avatar

    2d-inc/HistoryOfEverything

    6,588View on GitHub↗

    HistoryOfEverything is a Flutter timeline visualization and interactive event chronology. It serves as a visual demonstration of layout and animation capabilities, rendering historic events as a scalable graphical representation. The project focuses on interactive timeline visualization and the chronological display of data. It creates a visual experience where historical milestones are organized and presented in a way that dynamically scales to fit various screen dimensions. The implementation utilizes Flutter UI development practices, employing widget-based composition and animation contro

    Dart
    View on GitHub↗6,588
Compare all 30 related projects→

Frequently asked questions

What does kitasuke/swiftui-mvvm do?

One of the biggest idea for having MVVM is that most of data flow can be testable. Data binding in view layer by SwiftUI is awesome. However, this project has view model layer to make it testable as much as possible. This idea can be achieved by Flux or Redux as well, but I chose MVVM first…

What are the main features of kitasuke/swiftui-mvvm?

The main features of kitasuke/swiftui-mvvm are: Architecture and State Management, Open Source Applications.

Which projects share features with kitasuke/swiftui-mvvm?

Projects with overlapping indexed features include: aaronoe/fluttercinematic — Flutter clone of my "Cinematic" App. afollestad/photo-affix — 📷 Stitch your photos together vertically or horizontally easily! aleksanderwozniak/deer — Minimalist Flutter Todo App, built using BLoC pattern. alexdrone/dispatchstore — Unidirectional, transactional, operation-based Store implementation. alexliubj/swiftui-currency-converter — Currency Converter project coded by SwiftUI and Swift5. 2d-inc/historyofeverything — HistoryOfEverything is a Flutter timeline visualization and interactive event chronology. It serves as a visual…