flutter_gen icon indicating copy to clipboard operation
flutter_gen copied to clipboard

The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.

Results 112 flutter_gen issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | Pending | |---|---|---|---| | [flutter](https://flutter.dev) ([source](https://togithub.com/flutter/flutter)) | minor | `3.16.0` -> `3.19.0` | `3.19.1` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`8.13.1` -> `8.15.3`](https://renovatebot.com/diffs/npm/pnpm/8.13.1/8.15.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [dart](https://dart.dev/) ([source](https://togithub.com/dart-lang/sdk)) | minor | `3.2.0` -> `3.3.0` | --- ### Release Notes...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node](https://nodejs.org) ([source](https://togithub.com/nodejs/node)) | minor | `20.10.0` -> `20.11.1` | --- ### Release Notes...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Version 5.2.0 ### Command type build_runner (Default) ### What happened? Create a sub-package...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Version 3.1.5 ### Command type build_runner (Default) ### What happened? Something happened, and...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem `AssetGenImage` supports both `image(..)` and `provider(..)` the former returns a...

enhancement

## What does this change? Changed `AssetTypeIsUniqueWithoutExtension` to more robustly pick valid unique names for each asset. The strategy is as follows: 1) Convert the asset file name, to a...

## What does this change? Ignore assets that has invalid name (start with number, equal a dart keyword,...) ## Type of change Please delete options that are not relevant. -...