-
-
## Steps to Reproduce
videoplayer example:
code sample
```dart
import 'package:flutter/material.dart';
import 'package:video_player/video_player.dart';
void main() => runApp(…
-
### New Issue Checklist
- [ ] Updated fastlane to the latest version
- I'm still on `2.210.1`
- [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIB…
-
## Steps to Reproduce
1. Create a `TextField` with `autofocus: true`
2. Run application. The input should be focused and keyboard is showing.
3. Put the application on background, then op…
-
## Steps to Reproduce
Sample code
```dart
import 'dart:convert';
import 'package:flutter/foundation.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/material.dart';
…
-
## Steps to Reproduce
We use a search page (`package:flutter/src/marterial/search.dart`) that is opened with `showSearch` and uses a custom `SearchDelegate`.
When I type in the search, eventuall…
-
## Steps to Reproduce
1. `$ flutter create bug`
1. `$ cd bug`
1. `$ dart migrate --apply-changes`
1. `$ cat >example1.dart`, paste code, end with CTRL-D.
1. `$ cat >example2.dart`, paste code, …
-
Thanks for awesome framework.
I've created an app with Flutter which targets Android TVs along with mobiles and tablets. With little tweaking the app works great on Android TVs too. I'm facing the …
-
The problem I'm having is when using the font: Antique Olive Nord when the text wraps on iOS it wraps on the same line and the text is printed on top of each other, which makes the text unreadable. O…
-
## Steps to Reproduce
1. Run the code class below on some project. Put the imported and used packaging: [markdown](https://pub.dev/packages/markdown) and [flutter_markdown](https://pub.dev/pack…