-
### Bug description
I Implemented DataGrid with DataPager. When I click on next button or last page button, which are on the right most side of the pager, or previous bttuon or first page button, whi…
-
## What feature would you like to see?
## Issue Description
When trying to use the Firestore Emulator in Widget tests (`testWidgets`), `Firebase.initializeApp()` hangs indefinitely. We need a work…
-
Hi! i faced a problem in flutter today. your Watch uses a post frame callback, this is not an issue in majority of cases, but i'm using a context that is building my page twice in one frame, the first…
-
how to fix this
======== Exception caught by widgets library =======================================================
The following assertion was thrown while finalizing the widget tree:
_AnimateG…
-
Trying to use `ScreenObserver` will raise following error when using it with nested routers:
'package:flutter/src/widgets/navigator.dart': Failed assertion: line 3362 pos 14: 'observer.navigato…
-
### Can we access your project?
- [X] I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
### Current Behavior
App …
-
I have a problem with loading a video with `gstreamer ` and `video_player`.
code:
```flutter
class PreparationScreen extends StatelessWidget {
constPreparationScreen({super.key});
@overri…
-
### Steps to reproduce
(flutter version is 3.24.3)
1. flutter create
2. Run the following code to see the animation displayed in the center
```
import 'dart:math';
import 'package:flutt…
-
### Platforms
Android, iOS
### Description
作者你好,我的问题如标题,简单的demo我贴在了下方,如果表达不清晰的话我再补充
### My code
```dart
import 'package:flutter/material.dart';
import 'package:scrollview_observer/scr…
-
After update the latest version, use same logic with new changes, I get this error when dropdown opened and I go to another page , in previous version used same logic but I don't have this issue
Th…