flutter-architecture-blueprints
flutter-architecture-blueprints copied to clipboard
Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.3. Release notes Sourced from actions/cache's releases. v3.0.3 Fixed avoiding empty cache save when no files are available for caching. (actions/cache#624) v3.0.2 This release adds...
Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 8.0.1. Release notes Sourced from husky's releases. v8.0.1 fix: use POSIX equality operator v8.0.0 What's Changed Feats feat: add husky - prefix to logged global...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.tools.build:gradle](http://tools.android.com/) ([source](https://android.googlesource.com/platform/tools/base)) | `7.0.3` -> `7.2.0` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://typicode.github.io/husky) ([source](https://togithub.com/typicode/husky)) | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/husky/6.0.0/7.0.4) |...
This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to get an update now....
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [json_serializable](https://togithub.com/google/json_serializable.dart) | dependencies | major | `^5.0.2` -> `^6.0.0` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [firebase_performance](https://firebase.flutter.dev/docs/performance/overview) ([source](https://togithub.com/FirebaseExtended/flutterfire)) | dependencies | minor | `^0.7.1+2` -> `^0.8.0` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.google.firebase:firebase-crashlytics-gradle | `2.5.1` -> `2.8.1` | [](https://docs.renovatebot.com/merge-confidence/)...
This is tough to understand for people getting into MVVM, going through various files and understanding all the code. Also, the advantages of MVVM, apart from better testing, especially in...