Nabeel Parkar

Results 406 comments of Nabeel Parkar

Github issues are for bug reports, not for spotting errors in your code. If you need help with your code, you can post on Stackoverflow, or find help on https://flutter.dev/community

You don't seem to be on the latest master. I am also running on M1. Can you try on the latest master? ```console Spawning version "master"... [!] Flutter (Channel master,...

Hello @topex-psy. You can add `maxLines: null` to the `TextField` to make it a multiline input

Then you should be able to press Enter (without shift) and a new line will be inserted

## Triage report Hello @fhuonder. This looks like a valid proposal to add `--host-vmservice-port` / `--web-port` to `flutter test`. Labeling for further insights from the team

## Triage report I can reproduce this issue on `Master (3.7.0-4.0.pre.48)` using the code sample provided in OP on my Macbook Air M1

Hello @delfme. Thank you for filing this issue. Can you please provide the following information? - A [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example). Ideally, a single `main.dart` file that can be...

## Triage report I can reproduce this issue on `Master (3.7.0-5.0.pre.26)` Code Sample ```dart import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override...

## Triage report I can reproduce this issue with `go_router: 5.2.4` on all platforms. What I noticed is that the query params from the current route, in this case page...