-
import 'package:flutter/material.dart';
import 'package:tabs/sayfa1.dart';
import 'package:tabs/sayfa2.dart';
import 'package:tabs/sayfa3.dart';
void main() {
runApp(const MyApp());
}
cla…
-
example:
```dart
class Controller extends GetxController {
final ScrollController scrollController;
final offset = 0.0.obs;
@override
void onReady() {
scrollController.addListener…
-
### Steps to reproduce
1. Enable talkback
2. Select a widget with an onTapHint
### Expected results
The onTapHint should be read (after other context such as button)
### Actual results
…
-
## I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue …
-
**Description:** The problem is when I add a view for Exmaple an ImageButton to toolbar that is direct child of CollapsingToolbarLayout that ImageButton's `layout_gravity` is not true in Rtl languages…
-
Hi @deniscolak how are you,
I recently had this exception when I attempted to use it with Arabic letters or even numbers, I couldn't figure it out until I removed the Arabic letters and worked just f…
-
I have read the docs about your package. I decided using it for my website. But one thing i wanna know.
Is this package can detect phone or tablet screen but in landscape mode. Thank you very much
…
-
### Steps to reproduce
1. Create a flutter app with a `Scaffold`, `AppBar`, `Drawer` and/or AppBar actions and of cause a `WebView` as body
2. Click on an input field or textarea within the webview
…
-
Just like `appbar.layer` but with a single layer (centered)
-
![image](https://user-images.githubusercontent.com/20888390/171099006-422cd2e0-318d-4a14-9c40-cc90fa48cbe1.png)
I have tried adjusting BottomNavigationBar's iconSize, (selected / unselected) fo…