-
## Bug report
**Describe the bug**
I can no longer sign in with phone number in my flutter app, after updating flutter (and firebase_auth). Calling `FirebaseAuth.instance.signInWithPhoneNumber()` …
-
### Content
最近在学习flutter,在如下的这个小demo里,是一个CustomScrollView里面放了一个SliverList,奇怪的是在onObserveAll里面没有返回数据。并且没有任何报错信息,无从下手呐。望在座的各位大佬不吝赐教一下。
```dart
/// 存放下标和所对应的 sliver 的 BuildContext
Map sliverConte…
-
### Steps to reproduce
1. Create TabBarView with NestedScroll view, in one the tabs add Container with short height
2. Try to scroll down
### Expected results
Widget with dynamic height
### Actua…
-
Regarding the use of SliverReorderableGrid, can you provide a code demo? I have a problem when I use it, I can’t drag, the code is as follows
```
import 'package:flutter/material.dart';
import 'p…
-
### Steps to reproduce
Apply the following;
The body must be a scrollable list that allows you to scroll down;
The app bar must exist and be non-0 size
```
Scaffold(
appBar: null,
…
-
Hi there!
I was a little confused when reading the source code, not sure if I misunderstood it or there is a missing part in the code. As the code shown below, is the variable `b` missing a `+ const…
-
### Steps to reproduce
when scroll use SliverMainAxisGroup slivers,the SliverAppBar backgroud color auto change color.
### Expected results
dont change the sliverAppBar color in SliverMainAxisGro…
-
### Steps to reproduce
1. Create a Custom ScrollView and put a TextField in it at such a distance that you need to scroll the screen down to it.
2. Click, highlight, or change something inside the …
-
### Steps to reproduce
- Created a new dart file as a new page for the application.
- Called the object of the created file in nav_pages.dart as a new body / new pag
- fn + F5 to run the app in de…
-
Happened when I tried to jump to the last read message
- Operating system: linux
- Version: 1.17.0
### Exception
RangeError (index): Invalid value: Not in inclusive range 0..29: 99
### Stac…