-
EverythingMe/overscroll-decor is bug with google CollapsingToolbar
on the first item of recyclerview there is a bug when i pull up on Collapsing IDLE mode (a half on tool bar) for hide toolbar and w…
-
Make the padding consist on each page so that there is no information being blocked by the app bar
-
GetTitleByIndex is not working for me on the appbar title.
-
### Steps to reproduce
- Start the supplied code sample in Chrome
- Press CTRL/CMD-Enter.
- Press Shift-K
### Expected results
The configured action for the Shift-K shortcut should run and …
-
**Description:** I have copied your code from `SearchRecyclerDemoActivity` and while playing with search bar I have noticed that doing `searchBar.setText(...)` inside `submitSearchQuery()` does nothin…
-
### Checked for duplicates?
- [X] This issue is not a duplicate
### What are the steps to reproduce this bug?
When "Fullscreen mode" is set to either enabled option, pulling down the menu into view…
twwn updated
2 months ago
-
# Exception has occurred. _Exception (Exception: Error reading PDF!)
I'm facing this error on loading pdf from url
This is myCode
```
import 'package:flutter/material.dart';
import 'package:flutt…
-
My code is exactly the same as in example, when calling setState(showing and hiding appbar) the behavior is like in this bellow gif, I dont know how to describe this. when I am hiding the appBar, some…
-
Hello,
Font of text label in tabBar widget are not loaded when I attempt to golden test a widget with a style applied on tabBar labels.
Here the widget I attempt to test :
```
class MyHomeP…
-
example:
```dart
class Controller extends GetxController {
final ScrollController scrollController;
final offset = 0.0.obs;
@override
void onReady() {
scrollController.addListener…