Is this the intended behavior of Flutter, or is it a bug? The same issue occurs on both Android and iOS. Thank you. Expected results The back button in the app bar should work. Actual results The app bar disappears. Code sample import 'package:flutter/material.dart'; void main() { ru...
HansMulleradded theP2Important issues not at the top of the work listlabelJul 27, 2023 flutter-triage-botbotadded the⏳Bot is counting down the days until it unassigns the issuelabelFeb 7, 2024 Contributor HansMullerclosed this ascompletedMar 5, 2024 ...
使用动画的过程中,如果在同一个元素上调用一个以上的动画方法,那么对这个元素来说,除了当前正在调用的...
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue. github-actions bot locked as ...
Flutter makes it easy and fast to build beautiful apps for mobile and beyond - AppBar scrolled under state not working when scrolling is inside PageView · flutter/flutter@f83b084
Showing 4 changed files with 91 additions and 6 deletions. Whitespace Ignore whitespace Split Unified dev/tools/gen_defaults/lib app_bar_template.dart packages/flutter lib/src/material app_bar.dart app_bar_theme.dart test/material app_bar_test.dart ...
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue. Sorry, something went wrong. ...
This bug indeed still exists and not fixed yet!! I can't scroll on the webview itself and the sliverappbar even is glitchy, that in the latest version on flutter 1.22.4 This has been fixed in Flutter 1.22/ WebView 1.0 - use hybrid composition in the Flutter WebView plugin. ...
If we declare FutureBuilder on Page 1 instead of Page 2, the bug is not observed. import 'dart:async'; import 'package:flutter/material.dart'; void main() { runApp(new MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return new MaterialApp...
Showing 2 changed files with 72 additions and 1 deletion. Whitespace Ignore whitespace Split Unified packages/flutter lib/src/material menu_anchor.dart test/material menu_anchor_test.dart 2 changes: 1 addition & 1 deletion 2 packages/flutter/lib/src/material/menu_anchor.dart Original file ...