-
#91605
How about being able to customize the scrolling behavior of the SliverAppBar in a simpler way than using the pinned, floating, snap, and other properties like pinnedScrollBehavior, enterAlwa…
-
## The Issue
if a NestedScrollView has a pinned SliverAppBar in its headers, a pinned SliverAppBar in a CustomScrollView in its body and the CustomScrollView takes up enough space to be scrollable, t…
-
My guess is that we will implement this via https://github.com/shorebirdtech/updater/issues/114, but i'm breaking it out into a separate issue in case there is a simpler solution.
-
**sample code like this**
```dart
import 'dart:math';
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
// This widget …
-
not working
-
Internal: b/142343241
Steps to reproduce:
1. Create a simple sliver with a SliverAppBar with snap=true and SliverList.
2. Scroll down.
3. Scroll up.
4. While the scroll up is still in progress, t…
-
The following little flutter program creates an isolate, and times how long the main thread locks while sending a 100MB of zero bytes to an isolate. It does this by having a timer run continuously on …
Hixie updated
3 years ago
-
## Steps to Reproduce
1. Set fontSize parameter to the text given as title to the `flexibleSpace` parameter in `SliverAppBar`.
2. After collapsing the title isn't vertically centered.
## Cause
U…
-
### :information_source: Info
Version: flutter_launcher_icons: ^0.12.0
![Screenshot from 2023-08-11 12-01-03](https://github.com/fluttercommunity/flutter_launcher_icons/assets/43635900/5f75418b-1…
-
You can get this error both through command line `flutter emulator --create flutteremu` or using *Flutter: Launch Emulator* in Visual Studio Code on macOS.
After installing Android SDK and Flutter …