flutter-architecture-blueprints icon indicating copy to clipboard operation
flutter-architecture-blueprints copied to clipboard

Flutter Architecture Blueprints is a project that introduces MVVM architecture and project structure approaches to developing Flutter apps.

Results 32 flutter-architecture-blueprints issues
Sort by recently updated
recently updated
newest added

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...

dependencies
github_actions

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...

dependencies
javascript

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

dependencies

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

dependencies

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....

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

dependencies

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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` | ---...

dependencies

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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` |...

dependencies

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/maven/com.google.firebase:firebase-crashlytics-gradle/2.8.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

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...