-
When a textfield with autofocus is used in a bottomSheet, the autofocus is not granted to the input and stays on the page in the back. It works for a modalBottomSheet though.
Reproduction:
```
…
-
-
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext …
-
# 🙋 Feature Request
The Top Bar Component that Replaces the Top Black Bar on Fluent Blazor Demo Site aka AppBar Component that we can find on Mobile Apps.
## 💁 Possible Solution
Implementing a…
-
// ignore_for_file: public_member_api_docs, sort_constructors_first
import 'package:flutter/material.dart';
import 'package:sayfagecisuygulamasi/kisiler.dart';
import 'package:sayfagecisuygulamas…
-
看过一本书 :Flutter 技术入门和实战 中 介绍Dart是 弱语言类型。
亲测:
var demo = 0;
class MyApp2 extends StatelessWidget {
@override
Widget build(BuildContext context) {
demo = 11;
// TODO: impleme…
-
I called ` context.beamToNamed("/books");` in HomeScreen, then
`context.beamToNamed("/books/${e.id}");` in BooksScreen, finnally
`context.beamToNamed("/books");` in BookDetailScreen;
As the result,…
-
![Simulator Screen Shot - iPhone 14 Pro Max - 2023-04-20 at 14 39 58](https://user-images.githubusercontent.com/113326771/233296053-6427353f-9a69-4a56-8bd9-d02e47dc248b.png) ![Simulator Screen Shot - …
-
How to reproduce:
I literally started a new project, just to test this out.
1. I created a new project intent_test (flutter name)
2. Used the example main.dart exactly.
3. Followed the steps…
-
### 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 …