-
I write code for generate texture on rectangle. My code
`import 'dart:async';
import 'dart:ffi';
import 'dart:io';
import 'dart:math';
import 'dart:typed_data';
import 'dart:ui' as ui;
import…
-
It would be really great if slivers were more discoverable for developers. Recently in conversation I wished we had a central place where they are listed (and link to the API docs) so folks can peruse…
-
# Proposal
`LayoutComponent` will be the base class for a family of utility classes which handle the layout of their children. This would be quite similar to Flutter layout widgets such as `Align`,…
-
Use case: I have shaped and laid out text offline and would like to draw it at runtime without paying for the machinery of `ParagraphBuilder` and `Paragraph.build` again. In fact, because I shaped it …
-
**Impact**: Overlays not working. This makes a range of UX solutions not usable.
**Description**
The sample app uses a FAB to show a simple overlay. The intent of this is to eventually show …
-
Hey there,
I am using this package and love it, but unfortunately, I keep getting this exception. I am not quite sure if it is because of Expandable, or the draggable_scrollbar package. It only …
-
### Checklist
- [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue
- [X] I made sure that the issue I am ra…
-
When running the QRCode Scanner on iPads running iOS 13.0, the cancel button isn't visible.
Also, the scanner opens up as a pop-up rather than a full-screen scanner.
-
`ExpansionTile` makes it very hard to get the following behavior:
![image](https://user-images.githubusercontent.com/2412819/63640660-1bce8900-c6a3-11e9-8a94-f3402d3de965.png)
(The size of the `…
-
The [kIsWeb](https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/foundation/constants.dart#L77) constant is the only way to check if the app is running on the web. It would be grea…