-
### Steps to reproduce
Render 8 videos in a stack of containers. The flutter team added support for working around limitations of the webgl renderer, but so far no libraries are using it. The flutter…
-
### Steps to reproduce
1.
Create flutter app.
2.
Delete contents of main and replace with
```dart
import 'package:flutter/material.dart';
void main() {
runApp(
MaterialApp(
…
-
Because of wayland.
Added an issue here: https://github.com/leanflutter/hotkey_manager/issues/21
Possible workaround: Add custom Hotkey to gnome settings to wether start application or to open it up…
-
when trying to use expanded_widget to shorten a long markdown text displayed with https://pub.dev/packages/flutter_markdown, then the child widget is not rendered completely if the widget is expanded:…
-
**Describe the bug**
When I set `extendBodyBehindAppBar: true` in the `Scaffold` with an `AppBar`, the panel get an extra space at the top of itself.
**To Reproduce**
Add an `AppBar` to the `Scaf…
-
In order to better support redirection, we should replace the redirection API with `onEnter` and `onExit`.
The `onEnter` function is called when the new location results in a RouteMatch that was n…
-
Basically I want to get the raw recorded data and submit the waveform to server for analysis.
It took me 3 days to find solution but I still don't know what to do.
I recorded an audio from chrome …
-
**To which pages does your suggestion apply?**
* [just_audio readme](https://github.com/ryanheise/just_audio/blob/minor/just_audio/README.md)
**Quote the sentences(s) from the documentation to be …
-
-
![image](https://user-images.githubusercontent.com/50608974/220808136-e3b5c656-8a42-421e-a332-3c3a4f8f003c.png)
### User.dart
```
import 'dart:core';
import 'package:intl/intl.dart';
class User…