https://github.com/filledstacks/flutter-architecture-skeletons
This repository contains starter skeletons for flutter applications built with certain architectures
https://github.com/filledstacks/flutter-architecture-skeletons
flutter flutter-examples
Last synced: 10 months ago
JSON representation
This repository contains starter skeletons for flutter applications built with certain architectures
- Host: GitHub
- URL: https://github.com/filledstacks/flutter-architecture-skeletons
- Owner: FilledStacks
- Created: 2019-03-03T08:08:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T10:21:53.000Z (almost 7 years ago)
- Last Synced: 2025-04-16T06:43:44.528Z (about 1 year ago)
- Topics: flutter, flutter-examples
- Language: Dart
- Size: 584 KB
- Stars: 73
- Watchers: 8
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter architecture starting templates
A collection of popular architectures used when developing Flutter applications. The setup and folder structure that each of these skeletons contain is a personal prefence of mine. Each skeleton has it's own readme to explain the application structure and which files goes where.
In this repo you can find skeletons for the following architectures.
- [Redux](https://github.com/FilledStacks/flutter-architecture-skeletons/tree/master/redux_arch)
- [Scoped Model](https://github.com/FilledStacks/flutter-architecture-skeletons/tree/master/scopedmodel)
Follow or star this repo to receive updates of when I add new skeletons.