Lucas SAUDON
Lucas SAUDON
```csharp ImageCropView.Source = ImageSource.FromStream(() => { var stream = file.GetStream(); //file.Dispose(); return stream; }); ``` remove file.Dispose()
The patches have been made but no version yet. Surely the next version will have them.
I don't like the `build_runner`. It will make `equatable `dependent on a package that takes more time to generate than typing it yourself. I skip the possible regressions of `build_runner`.
There's now a package to do just that. Maybe it's easier than before? For me, just having the stack as with an bloc observer would be enough (no filter). [devtools_extensions](https://pub.dev/packages/devtools_extensions)
I have exactly the same issue on iOS and latest version of `flutter_svg: ^2.0.10+1` ```console Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.5,...
https://github.com/lsaudon/l10nization/pull/228#issuecomment-1597823315 I don't think that placeholders and description only in template file is explicitly stated anywhere in the documentation. It can be found in the generator code itself https://github.com/flutter/flutter/blob/master/packages/flutter_tools/lib/src/localizations/gen_l10n_types.dart#L343 ```dart...
> Any solutions? I have the same problem You can do this. ```json { "@@locale": "en", "dateFormat": "dd MMMM yyyy", "textWithDate": "It's {date}", "@version": { "placeholders": { "date": { "type":...
Same in release Android
@Colorofbest Hey, I have this error on Windows `The input line is too long. The syntax of the command is incorrect.` when I run `.\maestro.bat --version`. Don't you have this...
XCode 15 will never be put on macOS 12/latest? Do we have to specify macOS 13 for a few months?