-
When there is `FloatingActionButton` in the parent page `IndexedStack`, returning to the parent page will display one of the floating buttons in `IndexedStack`.
https://user-images.githubuserco…
-
Hi,
The space taken by the keyboard on iOS does not shrink after the keyboard was dismissed. (cf picture below)
Is it an error with my code or with the plugin?
I do not have the issue on Android …
-
### Issue Description
I have an app using nested page routing outlets, and the ActionBar on the _first tab_ of the _nested page router outlet_ will appear under the status bar. The other tabs works…
-
I can used bottomnavigationbar with GetRouterOutlet, but I can't used it for tabbarview.
Please reponse me, thanks.
-
import 'dart:ui';
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
retur…
-
I have bottom tab bar at an app, but I want to hide it at specific screes. How to implement that?
-
Create a BottomSheet for a Scaffold and show it using showBottomSheet. BottomSheet has an elevation property but his is not respected.
If the Scaffold includes a BottomNavigationBar (which also h…
-
### Steps to reproduce
1. Use provided sample code
2. Launch App
3. Tap on "Page B"
4. Tap on "Details…" button
5. Tab on "Home" button
6. Tab on "Page B"
7. Tab on "Details…" button
### Expec…
-
I have tested these on several images and when cropping it multiplies its size up to x3. Why is that? Am I doing something wrong?
```bash
flutter: Bytes before cropping 1930990 (1.9 MB)
flutter: …
-
Having even empty BottomNavigationBar causes a memory leak
Removing BottomNavigationBar causes the leak to disappear.
## Details
Running code and do the steps:
```dart
import 'package:flutt…