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.
📷 Stitch your photos together vertically or horizontally easily!
Minimalist Flutter Todo App, built using BLoC pattern
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
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…
The main features of kitasuke/swiftui-mvvm are: Architecture and State Management, Open Source Applications.
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…