Results 549 comments of Ellet

Thank you for your contribution. You can use `imageProviderBuilder` instead to check if it's a network image and then pass the headers from there. This new property will be ignored...

> But in this quite common & important usecase, this is relatively impratical. We currently have more important issues and should prioritize them over new features. > That was my...

This issue has been fixed in [release/v11](https://github.com/singerdmx/flutter-quill/blob/release/v11/flutter_quill_extensions/lib/src/editor/image/config/image_config.dart#L76-L93) branch. See the [related migration change](https://github.com/singerdmx/flutter-quill/blob/release/v11/doc/migration/10_to_11.md#7-the-flutter_quill_extensions) or [image assets within `release/v11` branch](https://github.com/singerdmx/flutter-quill/blob/release/v11/flutter_quill_extensions/README.md#%EF%B8%8F-image-assets).

Published a pre-release fixing this issue (#2338): ```yaml flutter_quill: ^11.0.0-dev.1 flutter_quill_extensions: ^11.0.0-dev.1 ```

I suspected that this might be an issue, though, while testing it on my local machine, I didn't encounter any issues in release mode, will look at it and fix...

@Sidneyp91 Can you share the version of Android Studio you're using, Flutter SDK, Gradle version (`distributionUrl` in `your_package_app/android/gradle/wrapper/gradle-wrapper.properties`), Android Gradle Plugin version (`your_package_app/android/settings.gradle`). Do you also encounter this issue when...

Can you share the Android Gradle Plugin (AGP) version? You can find it in `android/settings.gradle` or the Gradle files (`app/build.gradle`, `settings.gradle`, `build.gradle`). I need those to see if I can...

I was also able to build the example in release mode with latest version of Android Studio and Java 21 in #2312: ```shell $ flutter build appbundle Running Gradle task...

Do you encounter the same issue when building the example app (of Flutter Quill) for Android in release mode?

Can you try doing the following: * Run `flutter pub upgrade`. * Use the latest version of Flutter SDK and Android Studio, and Update the Android SDK. * Update the...