Geoffrey Marizy
Geoffrey Marizy
Version used: 1.0.2. Stack trace: Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value #00 pc 0x5d3ffb party.mojito (imageImageParser. [image_image_parser.dart:27]) (BuildId: b866ace14c967e51f7dae5b7c6ff4765) #01 pc 0x5a10ab party.mojito (_parseFunc [crop.dart:751])...
Version used: 1.0.2. Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: RangeError (length): Invalid value: Not in inclusive range 0..713869: 713870 #00 pc 0x86f43b party.mojito (Uint8List.[] [typed_data_patch.dart]) (BuildId: b866ace13755a42af7dae5b73aa7df6f) #01 pc 0x3e5017 party.mojito (JpegScan.decode [input_buffer.dart:44])...
I use `Crop` in `interactive: true, fixArea: true` mode. It work great, but encountered two situations where API wasn't adequate with interactive mode: - No equivalent of onMove; couldn't detect...
OverlaySwipeProperties is exposed through overlayBuilder property, but not exported from the lib. As a consequence, importing swipe_properties.dart result in a warning (not blocking, just a warning).
If I modify item list (calling `ReorderableBuilder` changing parameter children) the whole ReorderableBuilder is rebuild, with all its children, even those unchanged from previous build. Is there something I can...
At drag start, the selected item experience a rebuild. In my case I use this lib to reorder photos, meaning rebuild is a bit expensive and cause a glitch. I...
I declared those actions to cache dependencies for a Flutter app targeting iOS: ```yaml - name: Cache dependencies uses: actions/cache@v3 with: path: | ${{ env.FLUTTER_ROOT }}/.pub-cache **/.packages **/.flutter-plugins **/.flutter-plugin-dependencies **/.dart_tool/package_config.json...
When using `flutter pub run build_runner` a warning message hint that this command is deprecated and we should now use `dart run build_runner`.
Given the working url: ```dart "https://[my project id here].cloudfunctions.net/ext-image-processing-api-handler/process?operations=${jsonEncode(operations)}" ``` I didn't succeeded to write the equivalent call with Flutter Firebase Cloud Functions for Firebase client SDK. I tried variation...
Fixes #37 In generated code, relying on `batch.set(reference, json, options);` for `batchSet` implementation is wrong because we pass a `DocumentReference` with T a mapping class as a reference with a...