Nabeel Parkar

Results 406 comments of Nabeel Parkar

The code you included in https://github.com/flutter/flutter/issues/116855#issuecomment-1351613284 @2shrestha22 works as expected. I see no errors printed, and the navigation works too

Okay I can reproduce the issue with the following code sample using `go_router: 5.2.4`: Code Sample ```dart import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; import 'package:provider/provider.dart'; const spacer = SizedBox(height: 20); final navigatorKey...

@2shrestha22 This seems to work, by replacing `GoRouter.of` with `_router` Code Sample ```dart import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; import 'package:provider/provider.dart'; const spacer = SizedBox(height: 20); final navigatorKey = GlobalKey(); /// The...

Hello @point-source. I cannot reproduce this issue. I can go to the definitions of each trace in the stack in VsCode while debugging for MacOS using latest `Master (3.7.0-5.0.pre.26)`. Please...

Unfortunately, there is nothing to do now than to wait for the commit to be pushed to a stable release. You can try requesting a [cherry pick](https://github.com/flutter/flutter/wiki/Flutter-Cherrypick-Process) but given that...

## Triage report I can reproduce this issue on `Master (3.7.0-4.0.pre.38)` with the repository provided in https://github.com/flutter/flutter/issues/116721#issue-1484596727 Logs ```console R:150 G:150 B:150 A:150 R:150 G:150 B:150 A:150 R:150 G:150 B:150...

@flutter-symbolizer-bot flutter#v3.3.8 release arm64 android this Logs ```console *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'rockchip/rk3568_r/rk3568_r:11/RD2A.211001.002/eng.ctf.20220916.174033:userdebug/release-keys' Revision: '0' ABI:...

Labeling the issue for further investigation from the team, as I am not sure why these crashes are appearing

## Triage report I can reproduce this issue on `Master (3.7.0-4.0.pre.38)`. I followed the [official docs](https://docs.flutter.dev/development/accessibility-and-localization/internationalization), expect deleted the `l10n.yaml` as `flutter gen-l10n` was giving me the following error: ```console...

Hello @SwiftyFlow. 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...