flutter_gen
flutter_gen copied to clipboard
The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
[](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | minor | `20.12.2` -> `20.13.0` | `v20.13.1` |...
## What does this change? Read config build.yaml and replacement configure after default, pubspec.yaml. Priority of configuration file. High ---> Low build.yaml -> pubspec.yaml -> default_config Fixes #114 🎯 ##...
## What does this change? I limited concurrent execution because these logs were being output during the execution of the flutter command. When `melos run get` ``` ERROR: ERROR: [example]:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem I’m currently using the `flutter_gen package` for asset management in...
## What does this change? - Addresses https://github.com/FlutterGen/flutter_gen/pull/592#issuecomment-2424750703 - Make logs prettier ## Type of change - [x] Bug fix (non-breaking change which fixes an issue)
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Missing get path of directory ### Describe the solution Good...
## What does this change? This PR include support for [Flutter Deferred Components](https://docs.flutter.dev/perf/deferred-components). Deferred components allow developers to the app into multiple apk to reduce its size. This can be...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Hello! I created the two repos, first is UI-Kit, created...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Version 5.8.0 ### Command type Dart command ### What happened? After I installed...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Deferred components allow developers to the app into multiple apk...