-
Assertion failed: file:///Users/folder/.pub-cache/hosted/pub.dev/glass_kit-3.0.0/lib/src/glass_container.dart:73:16
kIsWeb != true I| borderColor != null
"borderColor cannot be null when runing on t…
-
When I have upgraded my flutter version to latest 3.19.3. The screen in iPhone build started flickering in scrolling the screen, when I diagnosed the issue it was due to low refresh rate of around 13 …
-
Hi, I can't seem to make scan window work when I use BoxFit.cover instead of BoxFit.contain. I think it is related to how I am painting the overlay scan, but dunno what to do.
```
Scaffold(
…
-
Hi,
I'm using the PhotoView.customChild with a background image and a customPaint (stacked) over it.
This is wrapped in a Listener to have scrolling with the mousewheel.
That is working great, …
-
Hi,
This looks like a great widget, I'm just trying it out at the moment to see if it will work for my app.
It seems to be working well when going from offline to online, however, going from on…
-
It seems that the canvas does a wrong rounding on the scale when using doubles with many decimal places.
Code:
```dart
import 'package:flutter/material.dart';
import 'dart:math' as math;
vo…
-
════════ Exception caught by scheduler library ═════════════════════════════════
The following assertion was thrown during a scheduler callback:
Cannot get size from a render object that has not bee…
-
Code
```dart
import 'package:flutter/material.dart';
void main() {
runApp(
MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData.dark(),
home: Scaffold(
…
-
seen in dcc8c65eb3d1d43decb52d276b7f29390ea67c9d
test: AiksTest_ColorFilterAdvancedBlend
Look at the details in the image of the town. They are more crisp on vulkan and metal.
## metal
![impe…
-
Steps to repro:
1. clone this repo.
2. run the example
3. click on screen1 button.
You get this error:
Incorrect GestureDetector arguments.
Having both a pan gesture recognizer and…